Skip to content

Add get group count and get group endpoints to Admin API SDK #283

Add get group count and get group endpoints to Admin API SDK

Add get group count and get group endpoints to Admin API SDK #283

Triggered via pull request June 17, 2024 06:56
@kanpovkanpov
synchronize #121
kanpov:main
Status Success
Total duration 5m 37s
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

65 warnings
Build-ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2.4.0, actions/setup-dotnet@v1, actions/upload-artifact@v2.3.1. 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/checkout@v2.4.0, actions/setup-dotnet@v1, actions/upload-artifact@v2.3.1. 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: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupCountRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupCountAsync' that could not be resolved
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupMembersRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupMembersAsync' that could not be resolved
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Users/GetUserCountRequestParameters.cs#L4
XML comment has cref attribute 'GetUserCountAsync' that could not be resolved
Build-ubuntu-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakGroupClientTests.cs#L22
Change KeycloakGroupClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-ubuntu-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakRealmClientTests.cs#L54
Change KeycloakRealmClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-ubuntu-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakProtectedResourceClientTests.cs#L313
Change KeycloakProtectedResourceClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-ubuntu-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakPolicyClientTests.cs#L242
Change KeycloakPolicyClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-ubuntu-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakUserClientTests.cs#L495
Change KeycloakUserClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
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: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupCountRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupCountAsync' that could not be resolved
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupMembersRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupMembersAsync' that could not be resolved
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Users/GetUserCountRequestParameters.cs#L4
XML comment has cref attribute 'GetUserCountAsync' that could not be resolved
Build-ubuntu-latest: samples/WebApp/Models/ErrorViewModel.cs#L5
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build-ubuntu-latest: samples/WebApp/Views/Shared/_LoginPartial.cshtml#L4
Dereference of a possibly null reference.
Build-ubuntu-latest: samples/WebApp/Controllers/AccountController.cs#L1
Remove the underscores from namespace name 'WebApp_OpenIDConnect_DotNet' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Build-ubuntu-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakGroupClientTests.cs#L22
Change KeycloakGroupClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-ubuntu-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakRealmClientTests.cs#L54
Change KeycloakRealmClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-ubuntu-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakPolicyClientTests.cs#L242
Change KeycloakPolicyClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
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: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupCountRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupCountAsync' that could not be resolved
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupMembersRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupMembersAsync' that could not be resolved
Build-ubuntu-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Users/GetUserCountRequestParameters.cs#L4
XML comment has cref attribute 'GetUserCountAsync' that could not be resolved
Build-ubuntu-latest: samples/WebApp/Models/ErrorViewModel.cs#L5
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build-ubuntu-latest: samples/WebApp/Views/Shared/_LoginPartial.cshtml#L4
Dereference of a possibly null reference.
Build-ubuntu-latest: samples/WebApp/Controllers/AccountController.cs#L1
Remove the underscores from namespace name 'WebApp_OpenIDConnect_DotNet' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Build-ubuntu-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakGroupClientTests.cs#L22
Change KeycloakGroupClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-ubuntu-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakRealmClientTests.cs#L54
Change KeycloakRealmClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-ubuntu-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakPolicyClientTests.cs#L242
Change KeycloakPolicyClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2.4.0, actions/setup-dotnet@v1, actions/upload-artifact@v2.3.1. 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/checkout@v2.4.0, actions/setup-dotnet@v1, actions/upload-artifact@v2.3.1. 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: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupCountRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupCountAsync' that could not be resolved
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupMembersRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupMembersAsync' that could not be resolved
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Users/GetUserCountRequestParameters.cs#L4
XML comment has cref attribute 'GetUserCountAsync' that could not be resolved
Build-windows-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakGroupClientTests.cs#L22
Change KeycloakGroupClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-windows-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakPolicyClientTests.cs#L242
Change KeycloakPolicyClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-windows-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakProtectedResourceClientTests.cs#L313
Change KeycloakProtectedResourceClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-windows-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakUserClientTests.cs#L495
Change KeycloakUserClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-windows-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakRealmClientTests.cs#L54
Change KeycloakRealmClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
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/WebApp/Models/ErrorViewModel.cs#L5
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build-windows-latest: samples/WebApp/Views/Shared/_LoginPartial.cshtml#L4
Dereference of a possibly null reference.
Build-windows-latest: samples/WebApp/Controllers/AccountController.cs#L1
Remove the underscores from namespace name 'WebApp_OpenIDConnect_DotNet' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupCountRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupCountAsync' that could not be resolved
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupMembersRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupMembersAsync' that could not be resolved
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Users/GetUserCountRequestParameters.cs#L4
XML comment has cref attribute 'GetUserCountAsync' that could not be resolved
Build-windows-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakGroupClientTests.cs#L22
Change KeycloakGroupClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-windows-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakPolicyClientTests.cs#L242
Change KeycloakPolicyClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-windows-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakRealmClientTests.cs#L54
Change KeycloakRealmClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
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/
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: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupCountRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupCountAsync' that could not be resolved
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Groups/GetGroupMembersRequestParameters.cs#L4
XML comment has cref attribute 'GetGroupMembersAsync' that could not be resolved
Build-windows-latest: src/Keycloak.AuthServices.Sdk/Admin/Requests/Users/GetUserCountRequestParameters.cs#L4
XML comment has cref attribute 'GetUserCountAsync' that could not be resolved
Build-windows-latest: samples/WebApp/Models/ErrorViewModel.cs#L5
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build-windows-latest: samples/WebApp/Views/Shared/_LoginPartial.cshtml#L4
Dereference of a possibly null reference.
Build-windows-latest: samples/WebApp/Controllers/AccountController.cs#L1
Remove the underscores from namespace name 'WebApp_OpenIDConnect_DotNet' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Build-windows-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakGroupClientTests.cs#L22
Change KeycloakGroupClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-windows-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakPolicyClientTests.cs#L242
Change KeycloakPolicyClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
Build-windows-latest: tests/Keycloak.AuthServices.Sdk.Tests/KeycloakRealmClientTests.cs#L54
Change KeycloakRealmClientTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
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
115 MB
windows-latest Expired
116 MB