در C# 11 اگر نام نوعی را با حروف تمام کوچک وارد کنید، اخطار دریافت خواهید کرد
301, MovedPermanently
https://blog.paranoidcoding.com/2022/04/11/lowercase-type-names.html icon

C# 11 is the next version of C# coming in .NET 7, and it is introducing a warning wave that issues a warning when a type is declared with all lower-case letters. This is being done so that in the future the language can begin moving away from conditional keywords and instead use full on keywords instead. The warning is alerting customers to types that may become keywords in future versions. 

در C# 11 اگر نام نوعی را با حروف تمام کوچک وارد کنید، اخطار دریافت خواهید کرد
v1.24.1 افزونه‌ی #C مخصوص Visual Studio Code منتشر شد
301, MovedPermanently
https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.24.1 icon

به همراه اضافه شدن diagnosticWorkersThreadCount:

{
  "RoslynExtensionsOptions": {
    "documentAnalysisTimeoutMs": 10000,
    "enableDecompilationSupport": true,
    "enableImportCompletion": true,
    "enableAnalyzersSupport": true,
    "diagnosticWorkersThreadCount": 8,
    "locationPaths": [
       "//path_to/code_actions.dll"
    ]
  }
}
v1.24.1 افزونه‌ی #C مخصوص Visual Studio Code منتشر شد