Pacific-Standard-Specialties / EnumEnhancers

Roslyn analyzers and generators to create enhanced-performance extension methods to replace built-in enum-related operations
MIT License
0 stars 0 forks source link

Split up into components for simplicity #9

Closed dodexahedron closed 2 weeks ago

dodexahedron commented 2 weeks ago

So that the generator doesn't have to create the attribute classes and to avoid the conflicts that can create, the attributes are going to get split out into their own DLL, which will be included as a dependency.

That will then be published as its own nuget package, for flexibility.

dodexahedron commented 2 weeks ago

Finished and merged to branch for #3