aspnetcore
aspnetcore copied to clipboard
Parse enum unions in config
In particular, HttpProtocols and SslProtocols. This should be more forward compatible than adding an explicit enum member for each combination of values.
For #58088