Skip to content

feat(nuget): create nuget packages for framework #9

feat(nuget): create nuget packages for framework

feat(nuget): create nuget packages for framework #9

Triggered via pull request January 25, 2024 10:07
Status Failure
Total duration 5m 34s
Artifacts

pre-checks.yml

on: pull_request
Get changed paths
6s
Get changed paths
Matrix: Build, check and test services
Matrix: Build, check and test nuget packages
Fit to window
Zoom out
Zoom in

Annotations

1 error and 23 warnings
Build, check and test nuget packages (7.0)
Process completed with exit code 1.
Get changed paths
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build, check and test nuget packages (7.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build, check and test nuget packages (7.0): tests/framework/Framework.Models.Tests/ValidationTests.cs#L98
Possible null reference argument for parameter 'options' in 'ValidateOptionsResult BaseOptionEnumerableValidation<DistinctValuesTestSettings>.Validate(string? name, DistinctValuesTestSettings options)'.
Build, check and test nuget packages (7.0): tests/framework/Framework.Models.Tests/ValidationTests.cs#L169
Possible null reference argument for parameter 'options' in 'ValidateOptionsResult BaseOptionEnumerableValidation<DistinctValuesTestSettings>.Validate(string? name, DistinctValuesTestSettings options)'.
Build, check and test nuget packages (7.0): tests/framework/Framework.Models.Tests/ValidationTests.cs#L207
Possible null reference argument for parameter 'options' in 'ValidateOptionsResult BaseOptionEnumerableValidation<InvalidDistinctValuesTestSettings>.Validate(string? name, InvalidDistinctValuesTestSettings options)'.
Build, check and test nuget packages (7.0): tests/framework/Framework.Models.Tests/ValidationTests.cs#L276
Possible null reference argument for parameter 'options' in 'ValidateOptionsResult BaseOptionEnumerableValidation<WrappedDistinctValuesTestSettings>.Validate(string? name, WrappedDistinctValuesTestSettings options)'.
Build, check and test nuget packages (7.0): tests/framework/Framework.Models.Tests/ValidationTests.cs#L335
Possible null reference argument for parameter 'options' in 'ValidateOptionsResult BaseOptionEnumerableValidation<EnumEnumerableTestSettings>.Validate(string? name, EnumEnumerableTestSettings options)'.
Build, check and test nuget packages (7.0): tests/framework/Framework.Models.Tests/ValidationTests.cs#L367
Possible null reference argument for parameter 'options' in 'ValidateOptionsResult BaseOptionEnumerableValidation<EnumEnumerableTestSettings>.Validate(string? name, EnumEnumerableTestSettings options)'.
Build, check and test nuget packages (7.0): tests/framework/Framework.Models.Tests/ValidationTests.cs#L397
Possible null reference argument for parameter 'options' in 'ValidateOptionsResult BaseOptionEnumerableValidation<InvalidEnumEnumerableTestSettings>.Validate(string? name, InvalidEnumEnumerableTestSettings options)'.
Build, check and test nuget packages (7.0): tests/framework/Framework.Models.Tests/ValidationTests.cs#L431
Possible null reference argument for parameter 'options' in 'ValidateOptionsResult BaseOptionEnumerableValidation<WrapperInvalidEnumEnumerableTestSettings>.Validate(string? name, WrapperInvalidEnumEnumerableTestSettings options)'.
Build, check and test nuget packages (7.0): tests/framework/Framework.Models.Tests/ValidationTests.cs#L98
Possible null reference argument for parameter 'options' in 'ValidateOptionsResult BaseOptionEnumerableValidation<DistinctValuesTestSettings>.Validate(string? name, DistinctValuesTestSettings options)'.
Build, check and test nuget packages (7.0): tests/framework/Framework.Models.Tests/ValidationTests.cs#L169
Possible null reference argument for parameter 'options' in 'ValidateOptionsResult BaseOptionEnumerableValidation<DistinctValuesTestSettings>.Validate(string? name, DistinctValuesTestSettings options)'.
Build, check and test services (7.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build, check and test services (7.0): src/provisioning/Provisioning.Mail/UserEmailSettings.cs#L28
Non-nullable property 'SenderEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (7.0): src/provisioning/Provisioning.Mail/UserEmailSettings.cs#L29
Non-nullable property 'Template' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (7.0): src/portalbackend/PortalBackend.PortalEntities/PortalDbContext.cs#L740
'Identity.UserEntityId' is obsolete: 'remove as soon test-data has been cleaned up'
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L41
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L47
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Models/UserStorageProvider/SynchronizationResult.cs#L42
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L34
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L36
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L38
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, check and test services (7.0): src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L40
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.