Valery Semenchuk

Results 112 issues of Valery Semenchuk

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/patterns#property-pattern

prio: major
subsystem: resolving
subsystem: parsing
language-level: 8

```csharp effectObject = effect switch { TutorialEffect.Joystick => MaskJoystickTutorial, TutorialEffect.ActionBtn => MaskActionBtnTutorial, _ => effectObject }; ```

prio: major
subsystem: parsing
language-level: 8

Need option for UI too. Initial from https://github.com/consulo/consulo-csharp/issues/553 CS8632=The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. ``` -nullable[+|-] Specify nullable context...

prio: major
subsystem: stubbing
subsystem: highlight
language-level: 8

```csharp test(ref this); ```

```csharp void test() { void test() {} } ```

prio: major
type: bug
subsystem: parsing
language-level: 6

```csharp using System; class Example { static void Main() { int b = 1; string str = $"test {{"; Console.WriteLine(str); str = $"test }}"; Console.WriteLine(str); str = $"test {{}}"; Console.WriteLine(str);...

prio: normal
type: bug
subsystem: parsing
subsystem: highlight

https://github.com/consulo/consulo-csharp/issues/518#issuecomment-364409670

prio: normal
type: bug
subsystem: highlight

Error: Cannot implicitly convert type 'int' to 'short'. An explicit conversion exists (are you missing a cast?)(CS0266) Code ```csharp public void test() { short count = 0; count -= Math.Min(1,...

prio: normal
type: bug
subsystem: resolving
subsystem: highlight

Error: Cannot implicitly convert type 'dsadas.DA' to 'short'. An explicit conversion exists (are you missing a cast?)(CS0266) Code: ```csharp public enum DA { STRING, STRING2 } public class EnumError {...

prio: normal
type: bug
subsystem: highlight

```csharp namespace highlightError { public class HighError { public static void me() { HighError error = new HighError(); error.Call().Trim(); error.Call.Trim(); // Call resolved. Make better error - method found }...

type: task
prio: normal
subsystem: highlight