Nuclear framework provides alternative way to build lightweight API endpoints using custom Attributes. Even tought this framework is intended to be used as a whole , ExportLocator ClassLibrary can be used as a standalone Service registration tool.
Nuclear.Channels has been moved to a monolithic solution on Nuclear.Channels.Monolithic . Dlls which are merged into a monolithic solutions are
Class Library that contains all the logic neccessary for the initialization of channel endpoints. To install it with Package Manager:
Install-Package Nuclear.Channels -Version 3.1.5
To install it with .NET CLI:
dotnet add package Nuclear.Channels --version 3.1.5
Class Library that`s been used as an Dependency Injection tool. To install it with Package Manager
Install-Package Nuclear.ExportLocator -Version 3.0.1
To install it with .NET CLI
dotnet add package Nuclear.ExportLocator --version 3.0.1
Class Library for easy calls to the Channels.
Class Library containing all neccessary logic for CLI management of the Channels
Nikola M - initial work and maintainer - Mycenaean
All Class Libraries under this solution are MIT Licensed. Check License.
Everyone is welcome to contribute.