Skip to content

upated project reference #47

upated project reference

upated project reference #47

Triggered via push December 10, 2023 14:29
Status Success
Total duration 54s
Artifacts

Build_Test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L54
The variable '_' is declared but never used
build: Source/Shared/DomainFeatures/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/DomainFeatures/Modules/IModuleStartup.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Source/Shared/DomainFeatures/MultiTenancy/MultiTenancySecurityMiddleware.cs#L17
The variable 'changeTrackerEntries' is declared but never used
build: Source/Modules/Subscription/DomainFeatures/Aggregates/StripeSubscriptionAggregate/Application/IntegrationEventHandlers/UserUpdatedIntegrationEventHandler.cs#L8
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/Subscription/DomainFeatures/Aggregates/StripeSubscriptionAggregate/Application/IntegrationEventHandlers/UserCreatedIntegrationEventHandler.cs#L8
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/LandingPages/Modules.LandingPages.Web.Server/Pages/LandingPage.cshtml.cs#L7
'LandingPageModel.Page' hides inherited member 'PageModel.Page()'. Use the new keyword if hiding was intended.
build: Source/Modules/Subscription/Server/SubscriptionModuleStartup.cs#L17
Cannot convert null literal to non-nullable reference type.
build: Source/Modules/Subscription/Server/Controllers/StripeSuccessController.cs#L34
Possible null reference argument for parameter 'user' in 'Task SignInManager<IUser>.SignInAsync(IUser user, bool isPersistent, string? authenticationMethod = null)'.
build: Source/Modules/TenantIdentity/DomainFeatures/Aggregates/TenantAggregate/Domain/Tenant.cs#L32
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.