renamed shared DomainFeatures to Features #58
Annotations
10 errors and 10 warnings
build:
Source/Modules/TenantIdentity/IntegrationEvents/UserCreatedIntegrationEvent.cs#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Modules/TenantIdentity/IntegrationEvents/UserEmailUpdatedIntegrationEvent.cs#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Modules/TenantIdentity/IntegrationEvents/UserCreatedIntegrationEvent.cs#L6
The type or namespace name 'IIntegrationEvent' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Modules/TenantIdentity/IntegrationEvents/UserEmailUpdatedIntegrationEvent.cs#L6
The type or namespace name 'IIntegrationEvent' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Modules/LandingPages/Modules.LandingPages.Web.Server/LandingPagesModuleStartup.cs#L6
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Modules/LandingPages/Modules.LandingPages.Web.Server/LandingPagesModuleStartup.cs#L11
The type or namespace name 'IModuleStartup' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Modules/TenantIdentity/IntegrationEvents/UserCreatedIntegrationEvent.cs#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Modules/TenantIdentity/IntegrationEvents/UserEmailUpdatedIntegrationEvent.cs#L1
The type or namespace name 'Shared' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Modules/TenantIdentity/IntegrationEvents/UserCreatedIntegrationEvent.cs#L6
The type or namespace name 'IIntegrationEvent' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Modules/TenantIdentity/IntegrationEvents/UserEmailUpdatedIntegrationEvent.cs#L6
The type or namespace name 'IIntegrationEvent' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L54
The variable '_' is declared but never used
|
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/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/MultiTenancy/MultiTenancySecurityMiddleware.cs#L17
The variable 'changeTrackerEntries' is declared but never used
|
build:
Source/Modules/LandingPages/Modules.LandingPages.Web.Server/LandingPagesApp.razor#L13
Found markup element with unexpected name 'PageTitle'. If this is intended to be a component, add a @using directive for its namespace.
|
build:
Source/Modules/LandingPages/Modules.LandingPages.Web.Server/LandingPagesLayout.razor.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Source/Web/Client/BuildingBlocks/Services/Http/HttpClientService.cs#L27
The variable 'ex' is declared but never used
|
build:
Source/Web/Client/BuildingBlocks/Services/Http/AuthorizedHttpClientService.cs#L27
The variable 'ex' is declared but never used
|
build:
Source/Web/Client/BuildingBlocks/Auth/HostAuthenticationStateProvider.cs#L73
The variable 'ex' is declared but never used
|
build:
Source/Web/Client/BuildingBlocks/Wrappers/ExceptionHandlingWrapper.razor#L19
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.
|