Skip to content

Solstice: The open-source .NET framework that lights up application development with simplicity and efficiency.

License

Notifications You must be signed in to change notification settings

alexandrejournet/Solstice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radiant

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.

Installation

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.

Usage/Examples

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.

Documentation

Detailed documentation for Radiant and its packages is available here.

Contributing

Contributions to Radiant are always welcome! Please see CONTRIBUTING.md for guidelines on how to contribute.

License

Radiant is open-source software released under the Apache License 2.0.

About

Solstice: The open-source .NET framework that lights up application development with simplicity and efficiency.

Resources

License

Code of conduct

Stars

Watchers

Forks