Rafal Mzyk

Results 3 issues of Rafal Mzyk

#### Bug description Analyzer is reporting diagnostic when return type is: - `Task` - `Task?` - `Task` - `Task?` - `ValueTask` Analyzer is not reporting diagnostic when used with: -...

bug
analyzers

### Input code public class Test : Test { } public class Test : IList { public T this[int index] { get => throw new NotImplementedException(); set => throw new...

Bug
Decompiler

### Background and motivation We have two available memory cache libraries in .NET that are popular and well known - `System.Runtime.Caching` and `Microsoft.Extensions.Memory.Cache`. As already described in [this issue](https://github.com/dotnet/runtime/issues/48567) there...

area-fundamentals
api-needs-work