Skip to content

feat(getcertificate): get company certificates with bpn #101

feat(getcertificate): get company certificates with bpn

feat(getcertificate): get company certificates with bpn #101

Triggered via pull request February 17, 2024 23:48
Status Failure
Total duration 1m 25s
Artifacts

pre-checks.yml

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

Annotations

10 errors and 12 warnings
Build, check and test services (7.0): tests/administration/Administration.Service.Tests/BusinessLogic/CompanyDataBusinessLogicTests.cs#L1111
'CompanyCertificateBpnData' does not contain a definition for 'companyCertificateStatus' and no accessible extension method 'companyCertificateStatus' accepting a first argument of type 'CompanyCertificateBpnData' could be found (are you missing a using directive or an assembly reference?)
Build, check and test services (7.0): tests/administration/Administration.Service.Tests/BusinessLogic/CompanyDataBusinessLogicTests.cs#L1112
'CompanyCertificateBpnData' does not contain a definition for 'companyCertificateType' and no accessible extension method 'companyCertificateType' accepting a first argument of type 'CompanyCertificateBpnData' could be found (are you missing a using directive or an assembly reference?)
Build, check and test services (7.0): tests/administration/Administration.Service.Tests/BusinessLogic/CompanyDataBusinessLogicTests.cs#L1113
'CompanyCertificateBpnData' does not contain a definition for 'documentId' and no accessible extension method 'documentId' accepting a first argument of type 'CompanyCertificateBpnData' could be found (are you missing a using directive or an assembly reference?)
Build, check and test services (7.0): tests/administration/Administration.Service.Tests/BusinessLogic/CompanyDataBusinessLogicTests.cs#L1114
'CompanyCertificateBpnData' does not contain a definition for 'validFrom' and no accessible extension method 'validFrom' accepting a first argument of type 'CompanyCertificateBpnData' could be found (are you missing a using directive or an assembly reference?)
Build, check and test services (7.0): tests/administration/Administration.Service.Tests/BusinessLogic/CompanyDataBusinessLogicTests.cs#L1115
'CompanyCertificateBpnData' does not contain a definition for 'validTill' and no accessible extension method 'validTill' accepting a first argument of type 'CompanyCertificateBpnData' could be found (are you missing a using directive or an assembly reference?)
Build, check and test services (7.0): tests/administration/Administration.Service.Tests/BusinessLogic/CompanyDataBusinessLogicTests.cs#L1111
'CompanyCertificateBpnData' does not contain a definition for 'companyCertificateStatus' and no accessible extension method 'companyCertificateStatus' accepting a first argument of type 'CompanyCertificateBpnData' could be found (are you missing a using directive or an assembly reference?)
Build, check and test services (7.0): tests/administration/Administration.Service.Tests/BusinessLogic/CompanyDataBusinessLogicTests.cs#L1112
'CompanyCertificateBpnData' does not contain a definition for 'companyCertificateType' and no accessible extension method 'companyCertificateType' accepting a first argument of type 'CompanyCertificateBpnData' could be found (are you missing a using directive or an assembly reference?)
Build, check and test services (7.0): tests/administration/Administration.Service.Tests/BusinessLogic/CompanyDataBusinessLogicTests.cs#L1113
'CompanyCertificateBpnData' does not contain a definition for 'documentId' and no accessible extension method 'documentId' accepting a first argument of type 'CompanyCertificateBpnData' could be found (are you missing a using directive or an assembly reference?)
Build, check and test services (7.0): tests/administration/Administration.Service.Tests/BusinessLogic/CompanyDataBusinessLogicTests.cs#L1114
'CompanyCertificateBpnData' does not contain a definition for 'validFrom' and no accessible extension method 'validFrom' accepting a first argument of type 'CompanyCertificateBpnData' could be found (are you missing a using directive or an assembly reference?)
Build, check and test services (7.0): tests/administration/Administration.Service.Tests/BusinessLogic/CompanyDataBusinessLogicTests.cs#L1115
'CompanyCertificateBpnData' does not contain a definition for 'validTill' and no accessible extension method 'validTill' accepting a first argument of type 'CompanyCertificateBpnData' could be found (are you missing a using directive or an assembly reference?)
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 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/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/AuthenticationManagement/RequiredActionProvider.cs#L34
Non-nullable property 'Alias' 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/AuthenticationManagement/RequiredActionProvider.cs#L36
Non-nullable property 'Config' 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/AuthenticationManagement/RequiredActionProvider.cs#L42
Non-nullable property 'Name' 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/AuthenticationManagement/RequiredActionProvider.cs#L46
Non-nullable property 'ProviderId' 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/AuthenticationManagement/AuthenticatorConfigInfo.cs#L35
Non-nullable property 'HelpText' 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/AuthenticationManagement/AuthenticatorConfigInfo.cs#L37
Non-nullable property 'Name' 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/AuthenticationManagement/AuthenticatorConfigInfo.cs#L39
Non-nullable property 'Properties' 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/AuthenticationManagement/AuthenticatorConfigInfo.cs#L41
Non-nullable property 'ProviderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.