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

Project.Kind breaking change issues #3552

Closed
davkean opened this issue May 17, 2018 · 3 comments
Closed

Project.Kind breaking change issues #3552

davkean opened this issue May 17, 2018 · 3 comments
Assignees
Projects

Comments

@davkean
Copy link
Member

davkean commented May 17, 2018

Issue Proposed fix for 15.8
Analyze -> Run Code Analysis and Suppress Active Issues shows up but doesn't work (dotnet/roslyn#27002) Disable command inside project-system
Analyze -> Calculate Code Metrics doesn't show up on project context until package loads Enable command inside project-system
Analyze -> Calculate Code Metrics works for .NET Framework but not .NET Core (dotnet/roslyn#27001) Disable command inside project-system when not .NET Framework.
"Initialize Interactive with Project" support for projects other than .NET Framework (dotnet/roslyn#26934) Do nothing, command correctly lights up/down.
@Pilchie Pilchie added this to the 15.8 milestone May 17, 2018
@davkean davkean added this to In progress in DavKean May 24, 2018
@davkean davkean changed the title Change "project type" checklist Project.Kind breaking change issues May 24, 2018
@davkean
Copy link
Member Author

davkean commented May 28, 2018

I think Roslyn might be rewriting a template file in their IVsEditorFactoryNotify callback which is causing a file to get reloaded on disk. Fixed.

@Pilchie
Copy link
Member

Pilchie commented Jul 23, 2018

@davkean time to close this?

@Pilchie Pilchie modified the milestones: 15.8, 16.0 Aug 2, 2018
@jjmew jjmew modified the milestones: 16.0, 16.X Feb 13, 2019
@davkean
Copy link
Member Author

davkean commented Feb 25, 2019

Closing this.

@davkean davkean closed this as completed Feb 25, 2019
DavKean automation moved this from In progress to Done Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
DavKean
  
Done
Development

No branches or pull requests

3 participants