Skip to content

Replace MediatR with Mediator and Add FusionCache #40

Replace MediatR with Mediator and Add FusionCache

Replace MediatR with Mediator and Add FusionCache #40

Triggered via pull request November 24, 2024 10:32
Status Success
Total duration 1m 6s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/CleanAspire.Domain/Entities/AuditTrail.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Migrators/Migrators.SQLite/Migrations/20241124024010_tenant.cs#L8
The type name 'tenant' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Migrators/Migrators.SQLite/Migrations/20241124024010_tenant.Designer.cs#L15
The type name 'tenant' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/CleanAspire.ClientApp/Pages/Account/_Imports.razor#L2
The using directive for 'CleanAspire.Api.Client.Models' appeared previously in this namespace
build: src/CleanAspire.ClientApp/Pages/Account/_Imports.razor#L2
The using directive for 'CleanAspire.Api.Client.Models' appeared previously in this namespace
build: src/CleanAspire.ClientApp/Pages/Account/_Imports.razor#L2
The using directive for 'CleanAspire.Api.Client.Models' appeared previously in this namespace
build: src/CleanAspire.ClientApp/Pages/Account/_Imports.razor#L2
The using directive for 'CleanAspire.Api.Client.Models' appeared previously in this namespace
build: src/CleanAspire.ClientApp/Pages/Account/_Imports.razor#L2
The using directive for 'CleanAspire.Api.Client.Models' appeared previously in this namespace
build: src/CleanAspire.ClientApp/Pages/Account/_Imports.razor#L2
The using directive for 'CleanAspire.Api.Client.Models' appeared previously in this namespace
build: src/CleanAspire.ClientApp/_Imports.razor#L30
'MudEnumSelect<TEnum>.Logger' hides inherited member 'MudComponentBase.Logger'. Use the new keyword if hiding was intended.