updated cocker compose #101
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L53
The variable '_' is declared but never used
|
build:
Source/Shared/Features/Modules/IModuleStartup.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Source/Shared/Features/EmailSender/Configuration/SendGridEmailOptions.cs#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Source/Shared/Features/EFCore/MultiTenancy/Exceptions/CrossTenantUpdateException.cs#L27
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
Source/Shared/Features/Server/ExecutionContext/ServerExecutionContext.cs#L14
Field 'ServerExecutionContext.executionContext' is never assigned to, and will always have its default value null
|
build:
Source/Modules/Subscriptions/Features/Infrastructure/EFCore/Migrations/20240218050150_initial.cs#L9
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
Source/Modules/Subscriptions/Features/Infrastructure/EFCore/Migrations/20240218050150_initial.Designer.cs#L16
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
Source/Modules/Subscriptions/Web/Server/Controllers/StripeSubscriptionsController.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Source/Modules/Subscriptions/Web/Server/Controllers/StripeSuccessController.cs#L34
Possible null reference argument for parameter 'user' in 'Task SignInManager<IApplicationUser>.SignInAsync(IApplicationUser user, bool isPersistent, string? authenticationMethod = null)'.
|
build:
Source/Modules/Subscriptions/Web/Server/WebHooks/StripeWebhook.cs#L39
Dereference of a possibly null reference.
|