peter-perot

Results 3 issues of peter-perot

Let's assume we have the following types: ``` csharp public interface IMyInterface { } public sealed class MyClass : IMyInterface, IDisposable { public void Dispose() { Console.WriteLine("Disposing"); } } ```...

**Version Used**: VS 17.8.7 (Compiler Version 4.8.0-7.23572.1, Language Version 12.0) **Steps to Reproduce**: Try to compile the code below (see also [sharplab](https://sharplab.io/#v2:CYLg1APgxAdgrgGwQQwEYIKYAIMzZgWAChiABABi1IEYA6AEQEtkBzGAewGcAXRgY060Awu2AYAgngQBPTo04BuYmQDMWRjG4YATgDNkfbAEkAasgRwMACXYIx2gDzs43LABUAfMQDexAJCkam4A/FhmFtjeWCwY3ApYAL7KRAFqqOy2WFbInOGWWFExcVicsfFJRBWqVABMYeaWNnY6Dp5YIFimDda29q1eRL4pgfURTfYAFG5YAG7dAJT+Q35+3AAW8rR52AC8s91KKasbgtm53Vh73NqWh35Vw2rb4zoTiynLD6nuodsF0WVEslvulMmc/oVAaVihUHiMaAA2WqjRq9HQAUQAHloYHJ2LifP54dQkaCEO5tNIAOKxbb9CbreSdZ5oxxtNasgA0WAA2gBZZDSVAYAByiAQAHU1rgJvoEKV5gBdLDOVzTOYRd5+ZZ+DX5PYc5raWjgi6hQ32LYXDpifSIOL+AIAdiwFp0Jpy2zusOSxKRpDqbgwPEJjyoJKoABYsAAlOAwN5LR1zbSu1mXLAwDAAdxRPSNDho5A8EwARLoMqX5odHYxdFgJm7jW5KTTuNsJqrw+RQnqMPMtdrHQFqJQ+OwAA7SDN9+IAejnWAAhCul1gJeIYyKjCKqcvV46KvdiBUgA)). ```csharp #nullable enable using System.Diagnostics.CodeAnalysis; public interface IValueHolder...

Area-Compilers
untriaged

Almost all code examples that involve stateful grains write data to the storage but avoid reading them back programmatically. The reason for this practice is that Orleans automatically reads the...

Needs: triage :mag: