Skip to content

feat: add an hostedService to full libraries and qulifying it #75

feat: add an hostedService to full libraries and qulifying it

feat: add an hostedService to full libraries and qulifying it #75

Triggered via push December 28, 2024 20:22
Status Success
Total duration 41s
Artifacts

pr.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/Proxarr.Api/HostedServices/FullScanHostedService.cs#L14
Non-nullable field '_radarrService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Proxarr.Api/HostedServices/FullScanHostedService.cs#L14
Non-nullable field '_sonarrService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Proxarr.Api/HostedServices/FullScanHostedService.cs#L14
Non-nullable field '_scope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Proxarr.Api/Configuration/AppConfiguration.cs#L15
Non-nullable property 'Clients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Proxarr.Api/Configuration/AppConfiguration.cs#L17
Non-nullable field '_watchProviders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Proxarr.Api/Configuration/AppConfiguration.cs#L32
Non-nullable property 'WATCH_PROVIDERS' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Proxarr.Api/HostedServices/FullScanHostedService.cs#L14
Non-nullable field '_radarrService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Proxarr.Api/HostedServices/FullScanHostedService.cs#L14
Non-nullable field '_sonarrService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Proxarr.Api/HostedServices/FullScanHostedService.cs#L14
Non-nullable field '_scope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Proxarr.Api/Configuration/AppConfiguration.cs#L15
Non-nullable property 'Clients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.