upgrade github actions build version #115
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/AppConfiguration.cs#L5
Non-nullable property 'GpConnectAnalyticsConnectionString' 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#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/Request/SspTransaction.cs#L5
Non-nullable property '_time' 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/Request/SspTransaction.cs#L6
Non-nullable property 'sspFrom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading