Installing Moonad
Installing Moonad
The project’s package can be found on Nuget and installed by your IDE or shell as following:
dotnet add package Moonador
PM> Install-Package MoonadA Note on Null Reference Types
Since our main goal is to protect the user from NullReferenceException we strongly recommend the use of Nullable Reference Types on any project which uses this lib.