This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
src/EnumClass.JsonConverter.Generator Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1- # ` enum class ` Generator
1+ ![ logo ] ( icon.png " Enum Class Generator Logo " )
22
3- ![ ] ( icon.png )
3+ # ` enum class ` Generator
44
55## Summary
66
Original file line number Diff line number Diff line change 88 <IsRoslynComponent >true</IsRoslynComponent >
99 <IncludeBuildOutput >false</IncludeBuildOutput >
1010 <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
11+ <Title >EnumClass JsonConverter.Generator</Title >
12+ <Authors >AshBlade</Authors >
13+ <Description >Source generator for creating JsonConverters for already generated 'enum class'es</Description >
14+ <PackageIcon >icon.png</PackageIcon >
15+ <RepositoryUrl >https://github.com/ashenBlade/EnumClass</RepositoryUrl >
16+ <PackageTags >generator json-converter json enum enum-class source-generator</PackageTags >
1117 </PropertyGroup >
1218
1319 <ItemGroup >
2228 <ItemGroup >
2329 <None Include =" $(OutputPath)\$(AssemblyName).dll" PackagePath =" analyzers/dotnet/cs" Visible =" false" Pack =" true" />
2430 <None Include =" $(OutputPath)\EnumClass.Core.dll" PackagePath =" analyzers/dotnet/cs" Visible =" false" Pack =" true" />
31+ <None Include =" ..\..\icon.png" >
32+ <Pack >True</Pack >
33+ <PackagePath ></PackagePath >
34+ <Link >icon.png</Link >
35+ </None >
2536 </ItemGroup >
2637
2738</Project >
You can’t perform that action at this time.
0 commit comments