Update README.md #162
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L53
The variable '_' is declared but never used
|
build:
Source/Shared/Features/Modules/IModule.cs#L7
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/Registrator.cs#L16
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
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/EFCore/DbUp/Registrator.cs#L13
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/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/TenantIdentity/Features/DomainFeatures/Tenants/Domain/TenantInvitation.cs#L10
'TenantInvitation.TenantId' hides inherited member 'Entity.TenantId'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
Source/Modules/TenantIdentity/Features/DomainFeatures/Tenants/Domain/TenantMembership.cs#L19
'TenantMembership.TenantId' hides inherited member 'Entity.TenantId'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
Source/Modules/TenantIdentity/Features/Migrations/20241103150530_initial.cs#L9
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|