George Fabish
George Fabish
I am very new to this package so I am sure I missed something. Apologies in advance if this is in the wrong spot. I created this class ~~~C# public...
**Is your feature request related to a problem? Please describe.** I've have accidentally passed parameters that don't match Component Parameter Types into the ModalParameters object because there are no Type...
With implicit generics it would make for more concise code if the public static methods for Success/Fail were moved up from `Result` to `Result`. The code would go from `Result.Success(obj);`...