Skip to content

Merge main into live #43603

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

Merged
merged 2 commits into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/core/testing/mstest-analyzers/mstest0006.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "MSTEST0006: Avoid '[ExpectedException]'"
description: "Learn about code analysis rule MSTEST0006: Avoid '[ExpectedException]'"
ms.date: 01/03/2024
ms.date: 11/12/2024
f1_keywords:
- MSTEST0006
- AvoidExpectedExceptionAttributeAnalyzer
Expand All @@ -25,7 +25,7 @@ dev_langs:
| **Enabled by default** | Yes |
| **Default severity** | Info |
| **Introduced in version** | 3.2.0 |
| **There is a code fix** | No |
| **There is a code fix** | Yes, starting with 3.7.0 |

## Cause

Expand Down
2 changes: 1 addition & 1 deletion docs/fundamentals/code-analysis/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If rule violations are found by an analyzer, they're reported as a suggestion, w

# [.NET 9](#tab/net-9)

The following rules are enabled, by default, as errors or warnings in .NET 8. Additional rules are enabled as suggestions.
The following rules are enabled, by default, as errors or warnings in .NET 9. Additional rules are enabled as suggestions.

| Diagnostic ID | Category | Severity | Version added | Description |
| - | - | - | - | - |
Expand Down
Loading