https://github.com/peter-mghendi/janken
A study in C# Reflection and Source Generators.
https://github.com/peter-mghendi/janken
attributes csharp dotnet metaprogramming reflection showcase source-generators
Last synced: about 1 year ago
JSON representation
A study in C# Reflection and Source Generators.
- Host: GitHub
- URL: https://github.com/peter-mghendi/janken
- Owner: peter-mghendi
- License: mit
- Created: 2021-05-02T20:48:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T10:53:53.000Z (almost 5 years ago)
- Last Synced: 2024-01-28T04:47:45.612Z (about 2 years ago)
- Topics: attributes, csharp, dotnet, metaprogramming, reflection, showcase, source-generators
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Janken
Source generating ALL THE THINGS!
[Wikipedia](https://en.wikipedia.org/wiki/Rock_paper_scissors)
The simplest, most complicated implementation yet.
A study into C# [Reflection](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/reflection) and [Source Generators](https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/).