Skip to content

upgrade github actions build version #115

upgrade github actions build version

upgrade github actions build version #115

Triggered via push January 21, 2025 19:39
Status Success
Total duration 1m 3s
Artifacts
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: source/gpconnect-analytics.Core/Services/Interfaces/IDataService.cs#L7
Cannot convert null literal to non-nullable reference type.
build: source/gpconnect-analytics.Core/Services/Interfaces/IDataService.cs#L13
Cannot convert null literal to non-nullable reference type.
build: 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: 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: 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: 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: 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: 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: 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: 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.