Skip to content
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

Update Analyzer with Code Fix template #21012

Closed
livarcocc opened this issue Jul 20, 2017 · 4 comments
Closed

Update Analyzer with Code Fix template #21012

livarcocc opened this issue Jul 20, 2017 · 4 comments

Comments

@livarcocc
Copy link

From @Pzixel on July 18, 2017 9:16

I'm playing with Roslyn and wanted to create my first analyzer. It works fine, however, when I try to update NuGet packages in analyzer project I get an error because analyzer is supporting .net4.5 only while Microsoft.CodeAnalysis.Common 2.* doesn't. When I tried to migrate project manually to .net4.6 or .netstandard I encountered with several problems because I don't understand all switches and custom project sections in generated project and I only get multiple errors, and when I fix ones others comes. Here is #44 and #510 that are helpful in implementing it and it's a step in the same direction. I think that new Update Analyzer with Code Fix template must be a .netstandard project referencing packages 2.*.

P.S. If here is a workaround how to perform such a transformation manually after project got generated it would be really helpful.

Copied from original issue: dotnet/sdk#1424

@livarcocc
Copy link
Author

@tmat @jinujoseph what is the right repo for this issue?

@livarcocc
Copy link
Author

From @jinujoseph on July 20, 2017 21:16

should be under https://github.com/dotnet/roslyn
cc/ @jmarolf

@Rohansi
Copy link

Rohansi commented Sep 7, 2017

Is there any template people can download in the meantime? The csproj and other info here are good but what about debugging etc?

@jmarolf
Copy link
Contributor

jmarolf commented Nov 26, 2019

fixed

@jmarolf jmarolf closed this as completed Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants