MADE.NET Runtime is a base library that builds on .NET to provide additional types and extensions that you might expect to find in the BCL, but might not exist, such as a WeakReferenceCallback.
$ dotnet add package MADE.RuntimeThe MADE.NET Runtime library is a base library that builds on .NET to provide additional types and extensions that you might expect to find in the BCL, but might not exist, such as a WeakReferenceCallback.
WeakReferences.WeakReferences to the originator. Used in the MADE.NET Networking library for handling callbacks to fire-and-forget network requests using the NetworkRequestManager.WeakReferences.You can install the Runtime library into your dotnet application by running the following command:
dotnet add package MADE.Runtime
Or by adding the MADE.Runtime package in your NuGet package manager of choice.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page. You can also take a look at the contributing guide.
We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!
As many developers know, projects like this are built and maintained in maintainers' spare time. If you find this project useful, please Star or sponsor the repo on GitHub.
This project is made available under the terms and conditions of the MIT license.