Andy Clymer

Results 2 issues of Andy Clymer

I'm using Mapster.Tool to generate extension methods from my mapping registrations like so: ```csharp config.NewConfig().GenerateMapper(MapType.Map | MapType.MapToTarget); ``` When inspecting the generated code I noticed that anywhere GetEnumerator() is used,...

**Assemblies affected** Microsoft.AspNetCore.OData 9.4.0-preview **Describe the bug** I'm currently exploring the preview release version listed above and noticed that when using the `.WithODataResult()` on a minimal api endpoint, the `Microsoft.AspNetCore.Http.Json.JsonOptions`...

minimalApi