Skip to content

Implement analyzer and codefix to switch to Assert.ThrowsExactly[Async]#4459

Merged
Evangelink merged 7 commits intomicrosoft:mainfrom
Youssef1313:assert-throwsex-analyzer
Jan 6, 2025
Merged

Implement analyzer and codefix to switch to Assert.ThrowsExactly[Async]#4459
Evangelink merged 7 commits intomicrosoft:mainfrom
Youssef1313:assert-throwsex-analyzer

Conversation

@Youssef1313
Copy link
Copy Markdown
Member

Fixes #4257

@Youssef1313 Youssef1313 requested a review from Copilot December 30, 2024 05:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 20 out of 36 changed files in this pull request and generated no comments.

Files not reviewed (16)
  • src/Analyzers/MSTest.Analyzers.CodeFixes/CodeFixResources.Designer.cs: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/CodeFixResources.resx: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.cs.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.de.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.es.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.fr.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.it.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.ja.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.ko.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.pl.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.pt-BR.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.ru.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.tr.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.zh-Hans.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.zh-Hant.xlf: Language not supported
  • src/Analyzers/MSTest.Analyzers/Resources.Designer.cs: Language not supported

Evangelink
Evangelink previously approved these changes Dec 31, 2024
@Evangelink Evangelink merged commit 91b6b0f into microsoft:main Jan 6, 2025
@Youssef1313 Youssef1313 deleted the assert-throwsex-analyzer branch January 6, 2025 13:40
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.

Add relaxed versions of Assert.ThrowsException and Assert.ThrowsExceptionAsync

3 participants