dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
34.59k stars 9.79k forks source link

Make DefaultProblemDetailsFactory public #55666

Closed GiovanniBraconi closed 2 weeks ago

GiovanniBraconi commented 3 weeks ago

Description

Fixes #53030

Following this suggestion i changed the DefaultProblemDetailsFactory class access modifier from internal to public.