Hi there 👋
Hey, I'm @kzu (sounds like 'kah-zu' rather than 'kzoo' :)) here on GitHub, on twitter, nuget.org
and danielkzu wherever someone decided three letters are too few for an alias ¯\_ (ツ)_/¯
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseCreate, edit and run multiple C# 9.0 top-level programs in the same project by just selecting the startup program from the start button.
Exposes project and assembly level information as constants in the ThisAssembly class using source generators powered by Roslyn.
Implements CompilationTransforms so that test authors can provide additional transforms after the basic compilation has been created.
Closes #1038
Currently, analyzers that require a source generator to run so that the actual source compiles successfully, cannot be run because only solution tr…