Skip to content

Make HourlyWeatherForecast properties read-only

Volker Krause requested to merge work/vkrause/readonly-forecast-properties into master

Applications shouldn't be writing to those, only the result parser and deserialization should actually be able to set values.

Taking away the setter methods for consumers would probably also be a good idea.

Merge request reports