Skip to content

Integrate unit test to solution #6

Integrate unit test to solution

Integrate unit test to solution #6

Triggered via pull request October 16, 2023 19:32
Status Success
Total duration 1m 10s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: backend/PhotovoltaicSystemCalculation/PhotovoltaicSystemCalculation/ActionFilterAttributes/UserExtractionFilter.cs#L10
Converting null literal or possible null value to non-nullable type.
build: backend/PhotovoltaicSystemCalculation/PhotovoltaicSystemCalculation/Program.cs#L61
'RecurringJob.AddOrUpdate(Expression<Func<Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use an overload with the explicit recurringJobId parameter and RecurringJobOptions instead. Will be removed in 2.0.0.'
build: backend/PhotovoltaicSystemCalculation/PhotovoltaicSystemCalculation/Program.cs#L64
'RecurringJob.AddOrUpdate(Expression<Func<Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use an overload with the explicit recurringJobId parameter and RecurringJobOptions instead. Will be removed in 2.0.0.'
build: backend/PhotovoltaicSystemCalculation/PhotovoltaicSystemCalculation/ExternalAPI/WeatherForecastAPI.cs#L52
Converting null literal or possible null value to non-nullable type.