Skip to content

feat: Add Sdk client vNext #178

feat: Add Sdk client vNext

feat: Add Sdk client vNext #178

Triggered via pull request May 4, 2024 10:27
Status Success
Total duration 4m 6s
Artifacts 2

build.yml

on: pull_request
Matrix: build
Push GitHub Packages
0s
Push GitHub Packages
Push NuGet Packages
0s
Push NuGet Packages
Fit to window
Zoom out
Zoom in

Annotations

49 warnings
Build-ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/setup-dotnet@v1, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build-ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/setup-dotnet@v1, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build-ubuntu-latest
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Build-ubuntu-latest: samples/Blazor/Shared/WeatherForecast.cs#L1
Rename namespace Blazor.Shared so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
Build-ubuntu-latest
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/IKeycloakUserClient.cs#L70
XML comment has badly formed XML -- 'End tag was not expected at this location.'
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Protection/KeycloakProtectionClient.cs#L120
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L236
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L241
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L313
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L318
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L323
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-ubuntu-latest
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build-ubuntu-latest
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build-ubuntu-latest
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Build-ubuntu-latest: samples/Blazor/Shared/WeatherForecast.cs#L1
Rename namespace Blazor.Shared so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
Build-ubuntu-latest
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/IKeycloakUserClient.cs#L70
XML comment has badly formed XML -- 'End tag was not expected at this location.'
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Protection/KeycloakProtectionClient.cs#L120
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L236
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L241
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L313
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L318
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L323
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/setup-dotnet@v1, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build-windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/setup-dotnet@v1, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build-windows-latest
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Build-windows-latest: samples/Blazor/Shared/WeatherForecast.cs#L1
Rename namespace Blazor.Shared so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
Build-windows-latest
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/IKeycloakUserClient.cs#L70
XML comment has badly formed XML -- 'End tag was not expected at this location.'
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Protection/KeycloakProtectionClient.cs#L120
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L236
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L241
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L313
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L318
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L323
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Build-windows-latest: samples/Blazor/Shared/WeatherForecast.cs#L1
Rename namespace Blazor.Shared so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/IKeycloakUserClient.cs#L70
XML comment has badly formed XML -- 'End tag was not expected at this location.'
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Protection/KeycloakProtectionClient.cs#L120
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L236
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L241
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L313
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L318
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/KeycloakClient.cs#L323
Possible null reference argument for parameter 'value' in 'QueryBuilder QueryBuilder.Add(string key, string value)'.
Build-windows-latest: src/Keycloak.AuthServices.Sdk/HttpResponseExtensions.cs#L36
XML comment has a typeparam tag for 'T', but there is no type parameter by that name
Build-windows-latest
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build-windows-latest
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ubuntu-latest", "windows-latest". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
ubuntu-latest Expired
105 MB
windows-latest Expired
106 MB