successful integration test #117
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 dotnet solution:
source/gpconnect-analytics.Core/Services/Interfaces/IDataService.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Build dotnet solution:
source/gpconnect-analytics.Core/Services/Interfaces/IDataService.cs#L13
Cannot convert null literal to non-nullable reference type.
|
Build dotnet solution:
source/gpconnect-analytics.Core/DTOs/Response/Splunk/ExtractResponse.cs#L7
Non-nullable property 'ExtractResponseMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build dotnet solution:
source/gpconnect-analytics.Core/DTOs/Response/Splunk/ExtractResponse.cs#L8
Non-nullable property 'ExtractResponseStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build dotnet solution:
source/gpconnect-analytics.Core/DTOs/Response/Splunk/ExtractResponse.cs#L9
Non-nullable property 'ExtractRequestDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build dotnet solution:
source/gpconnect-analytics.Core/DTOs/Response/Splunk/ExtractResponse.cs#L10
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build dotnet solution:
source/gpconnect-analytics.Core/DTOs/Response/Splunk/ExtractResponse.cs#L11
Non-nullable property 'UriRequest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build dotnet solution:
source/gpconnect-analytics.Core/DTOs/Response/Queue/Message.cs#L6
Non-nullable property 'BlobName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build dotnet solution:
source/gpconnect-analytics.Core/DTOs/Response/Configuration/SplunkInstance.cs#L5
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build dotnet solution:
source/gpconnect-analytics.Core/DTOs/Response/Configuration/SplunkInstance.cs#L6
Non-nullable property 'SourceGroup' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading