Replies: 1 comment
-
This generator doesn't follow that cookbook and is not an incremental generator. We may switch to that eventually. As to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to understand how CsWn32 is implemented. I came across the Incremental Generators Cookbook which I think is what this project uses under the hood. It says that if you want to publish your generator as a nuget package, you must put the generator DLL in the
analyzers/dotnet/cs
folder in the package, but somehow this package puts it underanalyzers/cs
and it still works?Beta Was this translation helpful? Give feedback.
All reactions