feat: refactor the encryption behavior and add integration tests #149
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#L54
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#L56
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#L58
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#L60
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#L64
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#L66
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#L70
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#L76
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|