https://github.com/byronmayne/resourceindex.generator
Resource Index is a source generator used to generate a static `Resources` class to load embedded resources from within an assembly. It's a rather small generator that leverages SourceGenerator.Foundations
https://github.com/byronmayne/resourceindex.generator
Last synced: 7 months ago
JSON representation
Resource Index is a source generator used to generate a static `Resources` class to load embedded resources from within an assembly. It's a rather small generator that leverages SourceGenerator.Foundations
- Host: GitHub
- URL: https://github.com/byronmayne/resourceindex.generator
- Owner: ByronMayne
- Created: 2023-11-12T18:28:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T18:41:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T15:45:33.349Z (9 months ago)
- Language: C#
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# ResourceIndex.Generator
Resource Index is a source generator used to generate a static `Resources` class to load embedded resources from within an assembly. It's a rather small generator that leverages SourceGenerator.Foundations