Chris/0

Results 32 comments of Chris/0

To me, this looks correct. The type parameter to `IValueHolder` is `out` in variance, so the extension method call to `TryGetValue` is called as: ```csharp bool IValueHolder.TryGetValue(out string? value) ```...

> we should probably move this to dotnet/extensions Oops, sorry, I didn't realize the library had moved. > we already allow that foot-shotgun in the regular delegate scenario I'm afraid...