Nexuria by KOSASIH is licensed under Creative Commons Attribution 4.0 International
The central repository for Project Nexuria, housing the overall project architecture and integration of its components.
Nexuria Core is a .NET 6.0 library that provides a set of advanced features for building high-performance applications.
- Advanced logging and configuration management
- Dependency injection and service provider
- QR code generation and validation
- Integration with Azure services
To get started with Nexuria Core, simply install the NuGet package:
1. dotnet add package Nexuria.Core
Then, import the namespace and start using the library:
1. using Nexuria.Core;
2.
3. // Initialize the Nexuria Core instance
4. var nexuriaCore = new NexuriaCore();
5.
6. // Use the library features
7. var qrCode = await nexuriaCore.GenerateQRCodeAsync("https://example.com");
Contributions are welcome! If you'd like to contribute to Nexuria Core, please fork the repository and submit a pull request.
Nexuria Core is licensed under the Apache 2.0 License. See LICENSE for details.
Nexuria Core is maintained by KOSASIH.
Nexuria Core uses the following open-source libraries:
- Microsoft.Extensions.Logging
- Microsoft.Extensions.Configuration
- Moq
- xunit
Thanks to the maintainers of these libraries for their hard work!