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 #1424

Closed
Pzixel opened this issue Jul 18, 2017 · 3 comments
Closed

Update Analyzer with Code Fix template #1424

Pzixel opened this issue Jul 18, 2017 · 3 comments

Comments

@Pzixel
Copy link

Pzixel commented Jul 18, 2017

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.

@livarcocc
Copy link
Contributor

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

@jinujoseph
Copy link
Contributor

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

@livarcocc
Copy link
Contributor

This issue was moved to dotnet/roslyn#21012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants