DtronixCommon is a support library which houses collections of common or performance classes & utility methods. The intent is that this library can be directly used via the NuGet package, or to be referenced as a Git Submodule since the entire library may not be needed in all projects. This may change at a later point where the library is broken up into smaller libraries.
Classes described with (Isolated) do not have any other class depencices inside the project and the directory can be referenced as a git module.
- Nuget Package.
- Manual building.
dotnet build -c Release
- .NET 6.0
MIT License