- Release v2.2.0 #41
Annotations
12 warnings
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build:
src/ApiAggregator/CacheResultAttribute.cs#L5
Missing XML comment for publicly visible type or member 'CacheResultAttribute'
|
|
build:
src/ApiAggregator/ApiResult.cs#L12
Missing XML comment for publicly visible type or member 'ApiResult.Headers'
|
|
build:
src/ApiAggregator/ApiResult.cs#L7
Missing XML comment for publicly visible type or member 'ApiResult.ApiResult()'
|
|
build:
src/ApiAggregator/ApiResult.cs#L5
Missing XML comment for publicly visible type or member 'ApiResult'
|
|
build:
src/ApiAggregator/ApiAggregate.cs#L13
Missing XML comment for publicly visible type or member 'ApiAggregate<TContract>.ApiAggregate()'
|
|
build:
src/ApiAggregator/ApiAggregate.cs#L11
Missing XML comment for publicly visible type or member 'ApiAggregate<TContract>.Mappings'
|
|
build:
src/ApiAggregator/WebApi.cs#L82
The default value specified for parameter 'parentApiResult' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
|
|
build:
src/ApiAggregator/ApiAggregate.cs#L19
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
|
build:
src/ApiAggregator/ApiList.cs#L54
The member 'ApiList.Count()' does not hide an accessible member. The new keyword is not required.
|
|
build:
src/ApiAggregator/ApiAggregate.cs#L19
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
|
run-Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|