-
Notifications
You must be signed in to change notification settings - Fork 256
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
Automatically include all compiler diagnostics with IDs that match a provided code fix #421
Conversation
If you prefer a compositional approach, feel free to let me know. I tried to keep the API changes small. |
src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs
Outdated
Show resolved
Hide resolved
@sharwell code is update as requested - one question though: How are reviews usually handled? Should i resolve them after updating the code as per review, or is that something which is usually done by the person opening a review? |
src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs
Outdated
Show resolved
Hide resolved
It tends to vary. You can go with whatever approach you're comfortable with. |
…yzer.Testing/AnalyzerTest`1.cs Co-Authored-By: Sam Harwell <sam@tunnelvisionlabs.com>
…yzer.Testing/AnalyzerTest`1.cs Co-Authored-By: Sam Harwell <sam@tunnelvisionlabs.com>
…yzer.Testing/AnalyzerTest`1.cs Co-Authored-By: Sam Harwell <sam@tunnelvisionlabs.com>
…yzer.Testing/AnalyzerTest`1.cs Co-Authored-By: Sam Harwell <sam@tunnelvisionlabs.com>
src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.Analyzer.Testing/AnalyzerTest`1.cs
Outdated
Show resolved
Hide resolved
@sharwell if this were to be merged, now that the PR is ready again, would it end up straight in the beta channel? |
@taori Yes, it will automatically go to MyGet after it's merged. |
I'm just waiting on the refactoring so |
src/Microsoft.CodeAnalysis.Testing/Microsoft.CodeAnalysis.CodeFix.Testing/CodeFixTest`1.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @taori !! |
@sharwell Thanks for your guidance and feedback :) + Enjoy your weekend |
this PR fixes #419