Erik
Results
1
issues of
Erik
Steps to reproduce. - `dotnet new webapi -minimal`. - Add reference to minimalapis.extensions. - Replace Program.cs with the following. ``` using Microsoft.AspNetCore.Http.HttpResults; using MinimalApis.Extensions.Binding; using System.ComponentModel.DataAnnotations; var builder = WebApplication.CreateBuilder(args);...