Safia Abdalla
Safia Abdalla
Agree that this is a good candidate for help wanted! I've gone ahead and updated @brunolins16's comment to reflect the the fact that records were removed from RDG so the...
Triage: Need to investigate if the proposal [here](https://github.com/dotnet/aspnetcore/issues/45872#issuecomment-1372624382) is a viable approach.
@Misiu Would [linking to the official docs](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/converters-how-to?pivots=dotnet-7-0) be helpful here?
Change looks sensible. https://github.com/dotnet/aspnetcore/pull/50184 was the first PR to introduce this modification to the codebase.
@emiliovmq I believe the issue here is the `JsonSerializerOptions` that is instantiated by the `SwaggerUiMiddleware`. I'd recommend filing this issue on Swashbuckle. In general, I don't believe the package is...
Closing as this is external and tracked in the Swashbuckle repo via https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2550.
@KyleSkibicki Thanks for sharing these repros. Does the `CustomRouteValueTransformer` in the repro represent a component in the application you're migrating as well? I see that this repros with the standard...
Got it -- based on your screenshot and local profiling that I've done it looks like the largest contributors to retained size come from the endpoint routing layer. Absent some...
> I did some testing with attribute routing ([here](https://github.com/KyleSkibicki/BigWebAppAttributeRouting)) and I would have to completely disable endpoint routing via EnableEndpointRouting = false for it to not use memory in EndpointDataSource....