refactor: remove unused classes and files from accounting module #40
Annotations
10 errors and 10 warnings
|
build:
src/Server.UI/Pages/BillItems/ViewBillItem.razor#L4
The type or namespace name 'GetById' does not exist in the namespace 'CleanArchitecture.Blazor.Application.Features.BillItems.Queries' (are you missing an assembly reference?)
|
|
build:
src/Server.UI/Pages/BillItems/EditBillItem.razor#L3
The type or namespace name 'GetById' does not exist in the namespace 'CleanArchitecture.Blazor.Application.Features.BillItems.Queries' (are you missing an assembly reference?)
|
|
build:
src/Server.UI/Pages/BillItems/BillItems.razor#L8
The type or namespace name 'Export' does not exist in the namespace 'CleanArchitecture.Blazor.Application.Features.BillItems.Queries' (are you missing an assembly reference?)
|
|
build:
src/Server.UI/Pages/BillItems/BillItems.razor#L4
The type or namespace name 'AddEdit' does not exist in the namespace 'CleanArchitecture.Blazor.Application.Features.BillItems.Commands' (are you missing an assembly reference?)
|
|
build:
src/Server.UI/Pages/JournalEntries/EditJournalEntry.razor#L39
The type of component 'MudSwitch' cannot be inferred based on the values provided. Consider specifying the type arguments directly using the following attributes: 'T'.
|
|
build:
src/Server.UI/Pages/JournalEntries/CreateJournalEntry.razor#L34
The type of component 'MudSwitch' cannot be inferred based on the values provided. Consider specifying the type arguments directly using the following attributes: 'T'.
|
|
build:
src/Server.UI/Pages/JournalEntries/Components/JournalEntryFormDialog.razor#L24
The type of component 'MudSwitch' cannot be inferred based on the values provided. Consider specifying the type arguments directly using the following attributes: 'T'.
|
|
build:
src/Server.UI/Pages/ChartOfAccounts/EditChartOfAccount.razor#L44
The type of component 'MudSwitch' cannot be inferred based on the values provided. Consider specifying the type arguments directly using the following attributes: 'T'.
|
|
build:
src/Server.UI/Pages/ChartOfAccounts/CreateChartOfAccount.razor#L39
The type of component 'MudSwitch' cannot be inferred based on the values provided. Consider specifying the type arguments directly using the following attributes: 'T'.
|
|
build:
src/Server.UI/Pages/ChartOfAccounts/Components/ChartOfAccountFormDialog.razor#L30
The type of component 'MudSwitch' cannot be inferred based on the values provided. Consider specifying the type arguments directly using the following attributes: 'T'.
|
|
build:
src/Application/Features/LoginAudits/Specifications/LoginAuditAdvancedSpecification.cs#L13
Dereference of a possibly null reference.
|
|
build:
src/Application/Features/ChartOfAccounts/Queries/Export/ExportChartOfAccountsQuery.cs#L54
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
|
build:
src/Application/Features/AuditTrails/Queries/Export/ExportAuditTrailsQuery.cs#L27
Dereference of a possibly null reference.
|
|
build:
src/Application/Features/ChartOfAccounts/Specifications/ChartOfAccountAdvancedSpecification.cs#L34
Dereference of a possibly null reference.
|
|
build:
src/Application/Features/ChartOfAccounts/Specifications/ChartOfAccountAdvancedSpecification.cs#L33
Possible null reference argument for parameter 'keyword' in 'ISpecificationBuilder<ChartOfAccount> SpecificationBuilderExtensions.Where<ChartOfAccount>(ISpecificationBuilder<ChartOfAccount> builder, string keyword, bool condition = true, params Expression<Func<ChartOfAccount, string?>>[] properties)'.
|
|
build:
src/Application/Features/ChartOfAccounts/Specifications/ChartOfAccountAdvancedSpecification.cs#L21
'ChartOfAccountAdvancedFilter.Keyword' hides inherited member 'BaseFilter.Keyword'. Use the new keyword if hiding was intended.
|
|
build:
src/Application/Features/ChartOfAccounts/Queries/Pagination/ChartOfAccountsWithPaginationQuery.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
|
build:
src/Application/Features/ChartOfAccounts/Queries/Export/ExportChartOfAccountsQuery.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
|
build:
src/Application/Features/ChartOfAccounts/Commands/Delete/DeleteChartOfAccountCommand.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
|
build:
src/Application/Features/ChartOfAccounts/Commands/Delete/DeleteChartOfAccountCommand.cs#L12
The using directive for 'CleanArchitecture.Blazor.Application.Features.ChartOfAccounts.Caching' appeared previously in this namespace
|