Andrew Turrentine
Results
2
comments of
Andrew Turrentine
I am getting the same error code on a public repository as well Edition Windows 11 Pro Insider Preview Version 22H2 Installed on 5/24/2023 OS build 23451.1000 Experience Windows Feature...
Hi, I have tried a few things: With the following endpoint mapping: ```cs group.MapGet("/{id:guid}", GetByIdAsync) .WithODataResult() .WithODataModel(edmModel) .WithName($"Get{typeof(TEntity).Name}") .WithSummary($"Get {typeof(TEntity).Name} by ID"); ``` This gets an exception: ```cs private static...