Viacheslav Ivanov

Results 6 issues of 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)}...

bug

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.: ![image](https://user-images.githubusercontent.com/795200/187431229-423716db-321e-4be5-9034-52d6fce18061.png) --- #### Document Details ⚠ *Do not...

Fixed table "Operator precedence and associativity": row "Unary operators" column "Operators" - Asterisk (`*`) changed to Minus (`-`) - added `await` operator

> А поскольку подобная гибкость приводит к увеличению сложности, то такой подход очень часто приводит к решениям вида "чемодан без ручки", который и выбросить не хочется, и сопровождать сложно. Мне...

suggestion

> Любая **индустрия** по мере взросления **старается делиться** своим опытом с подрастающим поколением. "Индустрия", согласен, может "взрослеть", но "делиться опытом" (да ещё и с "подрастающим поколением", то есть людьми) для...

suggestion

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`...

untriaged
Pri3
area-Meta
documentation