AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 59 forks source link

What is ThisAssembly output #133

Closed mwpowellhtx closed 5 years ago

mwpowellhtx commented 5 years ago

I'm searching for the terminology, it seems somewhat buried in the targets, but not for all targets. i could be wrong there. What is ThisAssembly, how is it generated?

amis92 commented 5 years ago

ThisAssembly is generated by Nerdbank.GitVersioning: https://github.com/AArnott/Nerdbank.GitVersioning

AArnott commented 5 years ago

This class is described here: https://github.com/AArnott/Nerdbank.GitVersioning/blob/c518c0306a3cdcf467871acdb6fd3430b662e632/doc/dotnet.md#L27