We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1318125 commit ad0e10bCopy full SHA for ad0e10b
src/libraries/System.Text.Json/gen/System.Text.Json.SourceGeneration.targets
@@ -41,9 +41,9 @@
41
<Compile Include="$(CommonPath)\Roslyn\GetBestTypeByMetadataName.cs" Link="Common\Roslyn\GetBestTypeByMetadataName.cs" />
42
<Compile Include="ClassType.cs" />
43
<Compile Include="CollectionType.cs" />
44
- <Compile Include="JsonSourceGenerator.Emitter.ExceptionMessages.cs" />
45
<Compile Include="JsonConstants.cs" />
46
<Compile Include="JsonSourceGenerator.Emitter.cs" />
+ <Compile Include="JsonSourceGenerator.Emitter.ExceptionMessages.cs" />
47
<Compile Include="JsonSourceGenerator.Parser.cs" />
48
<Compile Include="ObjectConstructionStrategy.cs" />
49
<Compile Include="ParameterGenerationSpec.cs" />
0 commit comments