Matt Warren

Results 4 issues of Matt Warren

'System.Ben' definitely meets the criteria, from the [FAQ](https://dotnetfoundation.org/faq) > **Will the foundation influence which projects are accepted?** > > All .NET Foundation projects are expected to contribute to the .NET...

This is something I've thought about before, the idea of making the analysers only run on certain methods, as opposed to the entire source. Seems like other people are asking...

I don't know if you've seen this or not, but seems like Microsoft are [getting rid of some of the scenarios](https://github.com/dotnet/roslyn/pull/415) that this analyser picks up. Other than removing them...

Simple fix for the underlying issue of the bug described [here](https://github.com/SteveSanderson/Blazor/blob/master/src/Blazor.Runtime/Interop/ManagedGCHandle.cs#L12-L13): > // because the DotNetAnywhere runtime crashes if you try to put a *delegate* instance > // as a...