feat(nuget): create nuget packages for framework #39
pre-checks.yml
on: pull_request
Get changed paths
6s
Matrix: Build, check and test services
Check nuget packages
5s
Annotations
13 warnings
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/.
|
Check nuget packages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. 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/Common/ForwardedHttpHeaders.cs#L31
Non-nullable property 'forwardedFor' 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/Common/ForwardedHttpHeaders.cs#L32
Non-nullable property 'forwardedProto' 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/Common/ForwardedHttpHeaders.cs#L33
Non-nullable property 'forwardedHost' 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/ClientAttributeCertificate/Certificate.cs#L35
Non-nullable property '_Certificate' 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/ClientAttributeCertificate/Certificate.cs#L37
Non-nullable property 'Kid' 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/ClientAttributeCertificate/Certificate.cs#L39
Non-nullable property 'PrivateKey' 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/ClientAttributeCertificate/Certificate.cs#L41
Non-nullable property 'PublicKey' 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/AttackDetection/UserNameStatus.cs#L38
Non-nullable property 'LastIpFailure' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|