Astron 0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Astron --version 0.0.1
NuGet\Install-Package Astron -Version 0.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Astron" Version="0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Astron --version 0.0.1
#r "nuget: Astron, 0.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

alternate text is missing from this package README image Astron Build Status

.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

UnitTests

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 683 5/28/2019
1.0.0 589 5/18/2019
0.0.2 587 5/16/2019
0.0.1 497 5/15/2019

Initial release.