amis92 / RecordGenerator

C# immutable records generator
https://amis92.github.io/RecordGenerator/
MIT License
72 stars 10 forks source link

Fix the aggregate package #49

Closed amis92 closed 5 years ago

amis92 commented 5 years ago

Currently it installs as dev dependency (as is configured). That means that the Attributes package isn't available for referencing the type from, which means the package doesn't actually serve it's purpose.

Also consider rebasing the generator onto the upcoming CodeGeneration.Roslyn.Sdk SDK.