-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.in-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.
Description
Proposed topic or title
Make anonymous function static (IDE0320)
Location in table of contents.
Learn/.NET/Code Analysis/Rule reference/Code style rules/Language and unnecessary code rules/IDE0320
Reason for the article
It's an included analyzer inside the Visual Studio 2022 IDE.
If you click on the link in the IDE which describes the IDE0320 analyzer you stumble across a 404 - Content Not Found
page.
Article abstract
Relate to the other articles about IDEXXXX analyzers. Suggested TOC:
# Make anonymous function static (IDE0320)
{table with general property and value stats about the analyzer}
|Property|Value|
|---|---|
|**Rule ID**|IDE0320|
|etc|etc|
|**Options**|`csharp_prefer_static_anonymous_function`|
## Overview
{general explanation what this analyzer does}
## Options
{explanation what the options do}
### csharp_prefer_static_anonymous_function
{table with general property and value stats about the option}
## Example
{violation code}
{fixed code}
## Suppress a warning
{explain how to suppress the warning with #pragma or .editorconfig}
Relevant searches
- IDE0320
- csharp_prefer_static_anonymous_function
- Make anonymous function static
udlose, cremor, anreton and milangudlose
Metadata
Metadata
Assignees
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.in-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.