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

Added extensions method for IError to handle ISyntaxNode #3515

Merged
merged 5 commits into from Apr 16, 2021

Conversation

PascalSenn
Copy link
Member

@PascalSenn PascalSenn commented Apr 16, 2021

Adds extension method for IError

  • WithSyntaxNode(ISyntaxNode)
  • RemoveSyntaxNode()

Closes #3511

@PascalSenn PascalSenn added 🎬 ready Ready to merge and removed 🎬 ready Ready to merge labels Apr 16, 2021
@PascalSenn PascalSenn changed the title Added missing methods to IError Added extensions method for IError to handle ISyntaxNode Apr 16, 2021
@PascalSenn PascalSenn added the 🎬 ready Ready to merge label Apr 16, 2021
@sonarcloud
Copy link

sonarcloud bot commented Apr 16, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

95.7% 95.7% Coverage
0.0% 0.0% Duplication

@michaelstaib michaelstaib merged commit 8526dee into main Apr 16, 2021
@michaelstaib michaelstaib deleted the pse/add-remove-syntax-node-to-ierror branch April 16, 2021 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to remove SyntaxNode from Error
2 participants