timewarp-architecture
timewarp-architecture copied to clipboard
Add example of Server Side Only Validation to a Blazor Form.
We are using
public class Query : IRequest<OneOf<SuccessResponse, ProblemDetails>>
for our contracts but don't show any examples of using the ProblemDetails result in a WASM client EditForm. This would be helpful.