4 references to CurrentVersion
Microsoft.Gen.Logging (1)
src\Generators\Shared\GeneratorUtilities.cs (1)
34
$"global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"{AssemblyName}\", \"{
CurrentVersion
}\")";
Microsoft.Gen.Logging.Unit.Tests (3)
AttributeParserTests.cs (1)
116
.AddScrubber(_ => _.Replace(GeneratorUtilities.
CurrentVersion
, "VERSION"))
ParserTests.cs (1)
683
.AddScrubber(_ => _.Replace(GeneratorUtilities.
CurrentVersion
, "VERSION"))
ParserTests.LogProperties.cs (1)
489
.AddScrubber(_ => _.Replace(GeneratorUtilities.
CurrentVersion
, "VERSION"))