You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When auto implementing the base class IncrementalGenerator the constructor that it generates is invalid
[Generator]internalclassMyGenerator:IncrementalGenerator{publicMyGenerator(string?name):base(name)^^^^^^^^^^^^^<!--Show error here saying you must provide default{}}
What the user should do is call the base with a hard coded value
I figured this would burn someone at some point, but I have zero visibility on if anyone is actually using the library. I would be interested in getting your feedback if you end up using it. This has been a super tough project to get working due and the api has been a bit... malleable.
When auto implementing the base class
IncrementalGenerator
the constructor that it generates is invalidWhat the user should do is call the base with a hard coded value
The text was updated successfully, but these errors were encountered: