Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surgicalcoder/StronglyTypedEmbeddedResources
.net standard 2.0 generator for strongly named Embedded Resource names.
https://github.com/surgicalcoder/StronglyTypedEmbeddedResources
Last synced: 3 months ago
JSON representation
.net standard 2.0 generator for strongly named Embedded Resource names.
- Host: GitHub
- URL: https://github.com/surgicalcoder/StronglyTypedEmbeddedResources
- Owner: surgicalcoder
- License: mit
- Created: 2022-01-01T17:04:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T22:18:08.000Z (about 1 year ago)
- Last Synced: 2024-06-28T21:25:09.978Z (4 months ago)
- Language: C#
- Size: 11.7 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- RSCG_Examples - StronglyTypedEmbeddedResources
- csharp-source-generators - StronglyTypedEmbeddedResources - ![stars](https://img.shields.io/github/stars/surgicalcoder/StronglyTypedEmbeddedResources?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/surgicalcoder/StronglyTypedEmbeddedResources?style=flat-square&cacheSeconds=86400) Generates strongly typed names for Embedded Resources automatically. (Source Generators / Statically typed resources / configurations)
README
# StronglyTypedEmbeddedResources
.net standard 2.0 generator for strongly named Embedded Resource names.## How to use
Add from Nuget - GoLive.Generator.StronglyTypedEmbeddedResources - then enjoy the EmbeddedResource.g.cs that gets generated in the root of the project.
### Why don't you use the AddSource method, why do you output a file?
Well, because AddSources is a bit flaky in some IDEs at the moment, it doesn't always get updated, so the old fashioned method of creating a file is the best.