More refactoring #96
Annotations
7 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
RLE.Core.Tests/Data/Helpers/JsonHelpers.cs#L54
Possible null reference return.
|
build:
RLE.Gig.Tests/Services/GoogleDriveServiceTests.cs#L12
Non-nullable field '_googleDriveService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
RLE.Gig.Tests/Services/GoogleDriveServiceTests.cs#L9
Field 'GoogleDriveServiceTests._googleDriveService' is never assigned to, and will always have its default value null
|
build:
RLE.Core.Tests/Data/Helpers/JsonHelpers.cs#L54
Possible null reference return.
|
build:
RLE.Gig.Tests/Services/GoogleDriveServiceTests.cs#L12
Non-nullable field '_googleDriveService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
RLE.Gig.Tests/Services/GoogleDriveServiceTests.cs#L9
Field 'GoogleDriveServiceTests._googleDriveService' is never assigned to, and will always have its default value null
|