https://github.com/skarllot/raiqubtoolkit
Provides a set of libraries to help any .NET application
https://github.com/skarllot/raiqubtoolkit
dependency-injection span
Last synced: 26 days ago
JSON representation
Provides a set of libraries to help any .NET application
- Host: GitHub
- URL: https://github.com/skarllot/raiqubtoolkit
- Owner: skarllot
- License: mit
- Created: 2024-06-09T16:47:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T01:54:11.000Z (over 1 year ago)
- Last Synced: 2024-10-21T05:15:31.383Z (over 1 year ago)
- Topics: dependency-injection, span
- Language: C#
- Homepage:
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Raiqub Toolkit
_Provides a set of libraries to help any .NET application_
[](https://github.com/skarllot/RaiqubToolkit/actions)
[](https://securityscorecards.dev/viewer/?uri=github.com/skarllot/RaiqubToolkit)
[](https://codecov.io/gh/skarllot/RaiqubToolkit)
[](https://raw.githubusercontent.com/skarllot/RaiqubToolkit/master/LICENSE)
[🏃 Quickstart](#quickstart) | [📗 Guide](#guide)
A source generator for C# that uses Roslyn to create extensions and parsers for enumerations, allowing to get a value associated to enum member or parse back from attribute value to enum member. All code generated at compile time thus avoid using reflection or boilerplate code.
## Compatibility
Raiqub.Generators.RaiqubToolkit runs with Roslyn compiler so does not introduce a new dependency to your project besides a library containing the EnumGenerator attribute.
It requires at least the .NET 6 SDK to run, but you can target earlier frameworks.
## Quickstart
_soon_
## Guide
_soon_
## Contributing
If something is not working for you or if you think that the source file
should change, feel free to create an issue or Pull Request.
I will be happy to discuss and potentially integrate your ideas!
## License
See the [LICENSE](./LICENSE) file for details.