WIP - New version of bootstrapper #22
Annotations
10 errors and 22 warnings
|
build:
src/Samples/LittleBlocks.Sample.MinimalApi..WebAPI/Program.cs#L112
A namespace cannot directly contain members such as fields, methods or statements
|
build:
src/Samples/LittleBlocks.Sample.MinimalApi..WebAPI/Program.cs#L112
Tuple must contain at least two elements.
|
|
build:
src/Samples/LittleBlocks.Sample.MinimalApi..WebAPI/Program.cs#L112
Type or namespace definition, or end-of-file expected
|
build:
src/Samples/LittleBlocks.Sample.MinimalApi..WebAPI/Program.cs#L112
A namespace cannot directly contain members such as fields, methods or statements
|
build:
src/Samples/LittleBlocks.Sample.MinimalApi..WebAPI/Program.cs#L112
Type or namespace definition, or end-of-file expected
|
build:
src/Samples/LittleBlocks.Sample.MinimalApi..WebAPI/Program.cs#L112
Identifier expected
|
|
build:
src/Samples/LittleBlocks.Sample.MinimalApi..WebAPI/Program.cs#L112
Type or namespace definition, or end-of-file expected
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, gittools/actions/gitversion/[email protected], actions/setup-dotnet@v2, gittools/actions/gitversion/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, gittools/actions/gitversion/[email protected], gittools/actions/gitversion/[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
The `set-output` 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
The `set-output` 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
The `set-output` 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
The `set-output` 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
The `set-output` 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
The `set-output` 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
The `set-output` 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
The `set-output` 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
The `set-output` 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
The `set-output` 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:
src/LittleBlocks.AspNetCore/Security/Impersonation/ImpersonationAuthenticationHandler.cs#L26
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
build:
src/LittleBlocks.AspNetCore/Security/Impersonation/ImpersonationAuthenticationHandler.cs#L26
'AuthenticationHandler<ImpersonationBearerOptions>.AuthenticationHandler(IOptionsMonitor<ImpersonationBearerOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
build:
src/LittleBlocks.AspNetCore/RequestCorrelation/Core/CorrelateRequestMiddleware.cs#L57
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
build:
src/LittleBlocks.AspNetCore/RequestCorrelation/Core/CorrelateRequestMiddleware.cs#L62
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
build:
src/LittleBlocks.AspNetCore.Bootstrap/Extensions/WebApplicationExtensions.cs#L70
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Samples/LittleBlocks.Sample.WebAPI.IntegrationTests/CorrelateRequestMiddlewareTests.cs#L43
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
build:
src/LittleBlocks.AspNetCore/Security/Impersonation/ImpersonationAuthenticationHandler.cs#L26
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
build:
src/LittleBlocks.AspNetCore/Security/Impersonation/ImpersonationAuthenticationHandler.cs#L26
'AuthenticationHandler<ImpersonationBearerOptions>.AuthenticationHandler(IOptionsMonitor<ImpersonationBearerOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
build:
src/LittleBlocks.AspNetCore/RequestCorrelation/Core/CorrelateRequestMiddleware.cs#L57
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
build:
src/LittleBlocks.AspNetCore/RequestCorrelation/Core/CorrelateRequestMiddleware.cs#L62
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|