Viacheslav Ivanov
Viacheslav Ivanov
#### Describe the bug I have opened try.dot.net web site and ran next code: ``` internal static class App { private static void Main(string[] args) => System.Diagnostics.Debug.Assert(args != null, $"{nameof(args)}...
Hello, On the docs page for [class VirtualDirectoryCollection.Add(String, String)](https://docs.microsoft.com/en-us/dotnet/api/microsoft.web.administration.virtualdirectorycollection.add?view=iis-dotnet#examples) in "Examples" section the single example code block is divided into two parts.:  --- #### Document Details ⚠ *Do not...
Fixed table "Operator precedence and associativity": row "Unary operators" column "Operators" - Asterisk (`*`) changed to Minus (`-`) - added `await` operator
> А поскольку подобная гибкость приводит к увеличению сложности, то такой подход очень часто приводит к решениям вида "чемодан без ручки", который и выбросить не хочется, и сопровождать сложно. Мне...
> Любая **индустрия** по мере взросления **старается делиться** своим опытом с подрастающим поколением. "Индустрия", согласен, может "взрослеть", но "делиться опытом" (да ещё и с "подрастающим поколением", то есть людьми) для...
Documentation for some types contains "Thread Safety" section. For example, for the `System.String` type [it says](https://learn.microsoft.com/en-us/dotnet/api/system.string?view=net-8.0#thread-safety), that > This type is thread safe. and for some other types (like `List`...