Merge remote-tracking branch 'origin/master'

This commit is contained in:
daver32
2023-01-28 01:52:56 +01:00
+1 -1
View File
@@ -111,7 +111,7 @@ namespace InterfaceGenerator
var attribute = attributes.Single();
var source = SourceText.From(GenerateInterfaceCode(implTypeSymbol, attribute), Encoding.UTF8);
context.AddSource($"{implTypeSymbol.GetFullMetadataName(useNameWhenNotFound: true)}_AutoInterface.cs", source);
context.AddSource($"{implTypeSymbol.GetFullMetadataName(useNameWhenNotFound: true)}_AutoInterface.g.cs", source);
}
}