aspnetcore
aspnetcore copied to clipboard
Set readOnly status for properties and support OpenApiServers
Closes https://github.com/dotnet/aspnetcore/issues/56353 and https://github.com/dotnet/aspnetcore/issues/56188.
- Set the
readOnlyproperty based on theReadOnlyAttributeand whether or not a given property is settable - Support setting
serversproperty in local development based on metadata inIServerAddressFeature.