Skip to content

.

. #281

Triggered via push March 17, 2025 14:15
Status Success
Total duration 9m 29s
Artifacts

test-install.yml

on: push
Matrix: test_install
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
test build on ubuntu-latest: roles/middleware/files/FWO.Middleware.Server/ExternalRequestHandler.cs#L47
Non-nullable field 'ApiConnection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test build on ubuntu-latest: roles/lib/files/FWO.Services/ModellingVarianceAnalysis.cs#L98
Possible null reference argument for parameter 'json' in 'ExtMgtData JsonSerializer.Deserialize<ExtMgtData>(string json, JsonSerializerOptions? options = null)'.
test build on ubuntu-latest: roles/lib/files/FWO.Config.Api/Config.cs#L29
Non-nullable field 'apiConnection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test build on ubuntu-latest: roles/lib/files/FWO.Config.Api/Config.cs#L27
Non-nullable field 'apiConnection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test build on ubuntu-latest: roles/lib/files/FWO.Api.Client/GraphQlApiSubscription.cs#L27
Non-nullable field 'subscription' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test build on ubuntu-latest: roles/lib/files/FWO.Api.Client/GraphQlApiSubscription.cs#L27
Non-nullable field 'subscriptionStream' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test build on ubuntu-latest: roles/lib/files/FWO.Api.Client/GraphQlApiConnection.cs#L50
Non-nullable field 'graphQlClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test build on ubuntu-latest: roles/lib/files/FWO.Api.Client/GraphQlApiConnection.cs#L50
Non-nullable property 'ApiServerUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test build on ubuntu-latest: roles/lib/files/FWO.Api.Client/GraphQlApiConnection.cs#L44
Non-nullable field 'graphQlClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test build on ubuntu-latest: roles/lib/files/FWO.Api.Client/GraphQlApiConnection.cs#L44
Non-nullable property 'ApiServerUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test build on ubuntu-22.04: roles/middleware/files/FWO.Middleware.Server/ExternalRequestHandler.cs#L47
Non-nullable field 'ApiConnection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test build on ubuntu-22.04: roles/lib/files/FWO.Services/ModellingVarianceAnalysis.cs#L98
Possible null reference argument for parameter 'json' in 'ExtMgtData JsonSerializer.Deserialize<ExtMgtData>(string json, JsonSerializerOptions? options = null)'.
test build on ubuntu-22.04: roles/lib/files/FWO.Config.Api/Config.cs#L29
Non-nullable field 'apiConnection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test build on ubuntu-22.04: roles/lib/files/FWO.Config.Api/Config.cs#L27
Non-nullable field 'apiConnection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test build on ubuntu-22.04: roles/lib/files/FWO.Api.Client/GraphQlApiConnection.cs#L50
Non-nullable field 'graphQlClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test build on ubuntu-22.04: roles/lib/files/FWO.Api.Client/GraphQlApiConnection.cs#L50
Non-nullable property 'ApiServerUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test build on ubuntu-22.04: roles/lib/files/FWO.Api.Client/GraphQlApiConnection.cs#L44
Non-nullable field 'graphQlClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test build on ubuntu-22.04: roles/lib/files/FWO.Api.Client/GraphQlApiConnection.cs#L44
Non-nullable property 'ApiServerUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test build on ubuntu-22.04: roles/lib/files/FWO.Api.Client/GraphQlApiSubscription.cs#L27
Non-nullable field 'subscription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test build on ubuntu-22.04: roles/lib/files/FWO.Api.Client/GraphQlApiSubscription.cs#L27
Non-nullable field 'subscriptionStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.