Astron 0.0.1
See the version list below for details.
dotnet add package Astron --version 0.0.1
NuGet\Install-Package Astron -Version 0.0.1
<PackageReference Include="Astron" Version="0.0.1" />
paket add Astron --version 0.0.1
#r "nuget: Astron, 0.0.1"
// Install Astron as a Cake Addin #addin nuget:?package=Astron&version=0.0.1 // Install Astron as a Cake Tool #tool nuget:?package=Astron&version=0.0.1
Astron
.NET Core 2.2 from scratch set of library using last feature of C# language. This project was made by myself under the direction of DrBrook for learning purpose.
The main goal of this project is to provide scalable, easy-to-use and easily configurable implementations for a networking infrastructure such as binary reader/writers, auto-generated serializers, packet size calculation and more. All of that with the last features from the .NET Core framework.
Warning : This project is a WIP !
Table of Contents
Overview
These libraries were firstly designed to fit a game back-end server therefore we didn't wanted any dependency on our project and tried to implement as much as we could by ourselves. Each assembly have its matching unit-test project in the tests/ folder.
Unit tests
Project structure
Assembly Name | Description | Dependencies |
---|---|---|
Astron.Binary | Provides binary reader & writer with position handling | Memory, Size |
Astron.Expressions | Some helpers for expression trees | none |
Astron.IoC | IoC container to handle dependency injection | Logging |
Astron.Logging | Logging utilities | none |
Astron.Memory | Memory policy with base implementations | none |
Astron.Serialization | Auto-generated serializer/deserializer for POCO | Binary, Expressions |
Astron.Size | Size calculation with auto-generated methods for POCO | Expressions |
Get Started
If you want further informations about how to setup and use each lib, take a look at the full documentation.
Contributing
Please, be aware that there is a Code of Conduct that have been defined by the .NET foundation and adopted by this repository.
Be sure to look at currently openened issues to know what is going on. If you want to make a contribution, you must contact me before !
Contact
Discord: NamelessK1NG#3577
Mail: thenameless314159@gmail.com
Credits
DrBrook - My teacher and also a long-time friend, this project would never happen without him.
McGravell - For his works with the new "Pipelines" API of .NET Core 2.0
License
See the license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
- AgileObjects.ReadableExpressions (>= 2.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release.