« Visual Studio 2022 » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
|||
Ligne 10 : | Ligne 10 : | ||
dotnet_diagnostic.IDE0049.severity = none | dotnet_diagnostic.IDE0049.severity = none | ||
</filebox> | </filebox> | ||
* [https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0001 Simplify name (IDE0001)] | |||
* [https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0002 Simplify member access (IDE0002)] | |||
* [https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0003-ide0009 this and Me preferences] |
Version du 27 octobre 2022 à 14:21
Don't have the list of recently used solutions when right-click on the task bar icon
- Windows settings → Personalization → Start → Show recently opened item in jump lists on start or the taskbar and in file explore quick access = On
Fix high CPU usage by ServiceHub.RoslynCodeAnalysisService.exe
.editorconfig |
[*.cs] dotnet_diagnostic.IDE0001.severity = none dotnet_diagnostic.IDE0002.severity = none dotnet_diagnostic.IDE0049.severity = none |