-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support analyzers created using VS2022 #123
Labels
Comments
Is this issue being actively worked on? @duncanp-sonar is there a workaround for this? When Microsoft.CodeAnalysis.Workspaces is added to the directory containing the analyzer, it starts asking for other dependencies(System.Memory, System.Threading.Tasks.Extensions) |
I'm looking forward to your support create jar in VS2019 16.x with Roslyn 3.x |
duncanp-lseg
changed the title
Support analyzers created using VS2019
Support analyzers created using VS2022
Nov 15, 2021
duncanp-lseg
pushed a commit
that referenced
this issue
Nov 17, 2021
Fixes #123 * removed manual binding redirects file * added dummy project with conflicting package resfs to force auto-regen of binding directs * enable end-to-end tests for Roslyn v3 and v4
duncanp-lseg
pushed a commit
that referenced
this issue
Nov 17, 2021
Fixes #123 * removed manual binding redirects file * added dummy project with conflicting package resfs to force auto-regen of binding directs * enable end-to-end tests for Roslyn v3 and v4
duncanp-lseg
pushed a commit
that referenced
this issue
Nov 17, 2021
Fixes #123 * removed manual binding redirects file * added dummy project with conflicting package resfs to force auto-regen of binding directs * enable end-to-end tests for Roslyn v3 and v4
This was referenced Dec 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
It should be possible to run the exe against analyzers created using the default analyzer template in VS2022.
Repro
Expected result
A jar is created successfully
Actual result
The jar is not created. The error log contains the following output:
Notes
The current stable version of Roslyn is v3.3.3. However, the analyzer template references Workspace 2.10.
The text was updated successfully, but these errors were encountered: