feat: Add Codacy CI #123
Annotations
11 warnings
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/Core/TmdbProxy.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Proxarr.Api/Core/TmdbProxy.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Proxarr.Api/Core/TmdbProxy.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Proxarr.Api/Core/TmdbProxy.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Proxarr.Api/HostedServices/FullScanHostedService.cs#L16
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#L16
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#L16
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#L22
Non-nullable property 'Authentication' 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#L24
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#L26
Non-nullable field '_watchProviders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading