Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johang88/StrideSourceGeneratorTest
Stride example for using source generators
https://github.com/johang88/StrideSourceGeneratorTest
Last synced: 3 months ago
JSON representation
Stride example for using source generators
- Host: GitHub
- URL: https://github.com/johang88/StrideSourceGeneratorTest
- Owner: johang88
- Created: 2021-09-08T14:51:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T14:56:14.000Z (over 3 years ago)
- Last Synced: 2024-08-03T23:12:33.198Z (6 months ago)
- Language: C#
- Size: 1.01 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Stride - Source generation
README
# Stride source generator example
Has a simple source generator that adds a string property named dummy do any class with the attribute `DummyAttribute`.
Projects:
* StrideSourceGeneratorTest.Generators - Source generator project
* StrideSourceGeneratorTest.csproj - Game project, references the generator project
* StrideSourceGeneratorTest.Windows.csproj - Windows executable project, references the game projectThere are two sln files
* StrideSourceGeneratorTest.sln used in GameStudio, does not contain an explicit reference to the generator project, only references through the project reference in `StrideSourceGeneratorTest.csproj`
* StrideSourceGeneratorTest.Full.sln used in visual studio when developing the source generator, contains all projects