Valery Semenchuk

Results 168 comments of Valery Semenchuk

Also new options was added to MSBuild, like NullableContextOptions + Nullable

Also new processor directive ```csharp #nullable enable #nullable restore ```

Also System.Runtime.CompilerServices.NullableAttribute

Hello. this constructions is not supported in C# plugin.

yeap. I'm not implemented this features yet

using var https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/using It's C# 8.0 feature (almost all C# 8 features not implemented yet)

Looks like the same. Ref locals C# (C# 7 missed) Since it's var, type inference is broken and this[] not resolved. I will review this issues, but need time, I'm...

About **in** ![](https://klikr.org/93b17c024d275178ec4704dce4fb.png)

If it's match file system - can you show example? Directory and file paths. Also you can disable it inspection (three dots) About this null - looks like i fixed...