Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonc9018/sourcegenerators
https://github.com/antonc9018/sourcegenerators
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonc9018/sourcegenerators
- Owner: AntonC9018
- License: mit
- Created: 2024-07-04T14:46:38.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-03T15:09:26.000Z (4 months ago)
- Last Synced: 2024-11-07T14:04:23.943Z (2 months ago)
- Language: C#
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Source Generators
This is a collection of source generators I made while working at Flowqe.
The original repository can be found [here](https://dev.azure.com/flowqe-inc/Flowqe.Public/_git/Flowqe.SourceGenerators)
It's licensed under MIT.
## Notes
The polyfills and the msbuild configuration were mostly copied from [ComputeSharp](https://github.com/Sergio0694/ComputeSharp/tree/main) (thanks, Sergio!)
Run this command to refresh cached source generators:
```
dotnet build-server shutdown
```