Bill Barry
Bill Barry
It would be nice to change the reflection done here to a compile time dependency. Instead of ```csharp services.AddMediatR(typeof(Startup).GetTypeInfo().Assembly); ``` we might add an attribute to our startup class and...
### Product Hot Chocolate ### Is your feature request related to a problem? It would be nice to have a `Connection` and `Edge` interfaces to help build highly reusable fragments....
assuming the readme is correct, ``` csharp public int Method1() { int[] arr = new[] { 1, 2, 3, 4 }; int q = 2; return this.Method1_ProceduralLinq1(arr, q); } private...
I think it was the wrong word before? Perhaps it would be better to close this and fix it while adding something for 4.20.70.
Xml response documentation should allow specifying more than a simple description. I would like to document my controllers with an enriched `` node: 1. allow `description here` (currently supported) 2....
This page is confusing: https://docs.rancherdesktop.io/ui/preferences/wsl/network/ The page seems to have been removed in 1.15 and 1.16 by issue #380 but it is still there in version-latest (but not in the...
While it appears that profile data does not leave my machine when I load a profile (if it does then my tests were too small and I wasn't looking at...
### Product Hot Chocolate ### Version 15.1.11 ### Link to minimal reproduction https://github.com/ChilliCream/graphql-platform ### Steps to reproduce Add and run this test: ```csharp public class TypeInterceptor_InputParserTests { public class TestingInterceptor...