We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077809a commit d2664ffCopy full SHA for d2664ff
StronglyTypedDictionaryGenerator/StronglyTypedDictionaryGenerator.csproj
@@ -12,7 +12,7 @@
12
</PropertyGroup>
13
14
<PropertyGroup>
15
- <PackageTags>dotnet roslyn</PackageTags>
+ <PackageTags>dotnet;roslyn;source generator;strongly typed;dictionary generator</PackageTags>
16
<PackOnBuild>true</PackOnBuild>
17
<PackFolder>analyzers/dotnet/cs</PackFolder>
18
<PackageProjectUrl>https://github.com/trympet/StronglyTypedDictionaryGenerator</PackageProjectUrl>
@@ -26,6 +26,7 @@
26
<Authors>Trym Lund Flogard</Authors>
27
<Company>Konfluent AS</Company>
28
<Copyright>Copyright © 2021 Trym Lund Flogard</Copyright>
29
+ <Description>A source generator for creating dictionaries backed by a strongly typed interface.</Description>
30
31
32
<ItemGroup>
0 commit comments