Radiant is an open-source framework designed to streamline the development of .NET Core APIs with clean code. It includes several packages that can be deployed via NuGet.
To install the Radiant packages, you can use either the NuGet Package Manager in Visual Studio or the .NET CLI.
In Visual Studio, search for Radiant in the NuGet Package Manager and install the packages you need.
Alternatively, you can use the .NET CLI. Here's how to add a Radiant package:
dotnet add package Solstice.PackageName
Replace PackageName
with the name of the package you want to install.
Here's a basic example of how to use Radiant:
public async Task<Test> Test() {
// Your code here
}
Please refer to the individual package documentation for more detailed usage examples.
Detailed documentation for Radiant and its packages is available here.
Contributions to Radiant are always welcome! Please see CONTRIBUTING.md
for guidelines on how to contribute.
Radiant is open-source software released under the Apache License 2.0.