Closed AsafMahlev closed 2 years ago
More detail please?
Sorry, it accidentally was blank
The code analysis version is locked to a visual studio version so using the dual targeting feature allows updated use of newer features.
It seem that even after updating it doesn't generate any events. Is there a way to run it with more information?
Btw if you can provide a sample of failing code I can include it in the unit tests when I get #133 in
Sorry - it seems that my issue was unrelated (trying to use it with another source generator), and the failure I saw in the sample Program.cs does not happen in practice in my project. I apologize for the inconvenience.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I'm using .net 6/c# 10 on an avalonia project, and when using the generator it doesn't seem to generate anything.
Downloading it locally and testing it on a random source file, it seems to fail on parsing syntax like file-scoped namespaces, so I assume it might be related to this.
The Microsoft.CodeAnalysis packages are at 3.11.0, where the newest ones are 4.2.0
Changing the package let me run the command line test without errors, but I can't figure out how to run it in my project as a local dll