test: take out GeocodeApiServiceTest because it was using user-secrets #3
Annotations
10 warnings
build:
SolarWatch/Data/Models/City.cs#L23
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
SolarWatch/Services/ExternalApi/ApiService.cs#L76
The variable 'e' is declared but never used
|
build:
SolarWatch/Program.cs#L201
Possible null reference argument for parameter 'messageTemplate' in 'void Log.Information(string messageTemplate)'.
|
build:
SolarWatch/Configuration/RoleSettings.cs#L5
Non-nullable property 'UserRoleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SolarWatch/Configuration/RoleSettings.cs#L6
Non-nullable property 'AdminRoleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SolarWatch/Configuration/ExternalApiSettings.cs#L5
Non-nullable property 'GeocodeBaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SolarWatch/Configuration/ExternalApiSettings.cs#L6
Non-nullable property 'GeocodeApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SolarWatch/Configuration/ExternalApiSettings.cs#L7
Non-nullable property 'SunriseSunsetBaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SolarWatch/Controllers/SunriseSunsetController.cs#L31
Dereference of a possibly null reference.
|
build:
SolarWatch/Configuration/JwtSettings.cs#L5
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|