Skip to content

docs: add some docs for base64 endpoint and struct endpoint #147

docs: add some docs for base64 endpoint and struct endpoint

docs: add some docs for base64 endpoint and struct endpoint #147

Triggered via push October 15, 2024 07:16
Status Success
Total duration 3m 58s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy: weather-backend/Dto/EmailCodeEntity.cs#L9
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: weather-backend/Dto/EmailCodeEntity.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: weather-backend/Models/WeatherData.cs#L53
Non-nullable property 'coord' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: weather-backend/Models/WeatherData.cs#L55
Non-nullable property 'weather' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: weather-backend/Models/WeatherData.cs#L57
Non-nullable property 'BaseInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: weather-backend/Models/WeatherData.cs#L59
Non-nullable property 'main' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: weather-backend/Models/WeatherData.cs#L63
Non-nullable property 'wind' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: weather-backend/Models/WeatherData.cs#L65
Non-nullable property 'clouds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: weather-backend/Models/WeatherData.cs#L69
Non-nullable property 'sys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: weather-backend/Models/WeatherData.cs#L75
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.