Add PackageReadme + Package release notes

This commit is contained in:
Stef Heyenrath
2021-08-08 18:52:55 +02:00
parent d23aacde07
commit df4740ccd4
9 changed files with 101 additions and 12 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace ProxyInterfaceSourceGenerator
// public List<ContextData> GeneratedData { get; } = new List<ContextData>();
public IDictionary<InterfaceDeclarationSyntax, ProxyData> CandidateInterfaces { get; init; }
public IDictionary<InterfaceDeclarationSyntax, ProxyData> CandidateInterfaces { get; init; } = default!;
public Dictionary<string, string> ReplacedTypes { get; } = new Dictionary<string, string>();
}