Skip to content

test: take out GeocodeApiServiceTest because it was using user-secrets #3

test: take out GeocodeApiServiceTest because it was using user-secrets

test: take out GeocodeApiServiceTest because it was using user-secrets #3

Triggered via pull request August 25, 2024 13:23
Status Success
Total duration 46s
Billable time 1m
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.