Move out definitions from building blocks directly into the layers #444
Annotations
9 errors and 10 warnings
build:
src/BuildingBlocks/BuildingBlocks.Infrastructure/Domain/UnitOfWorks/DomainEventsDispatching/DomainEventsDispatcher.cs#L1
The type or namespace name 'MediatR' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/BuildingBlocks/BuildingBlocks.Infrastructure/Domain/UnitOfWorks/DomainEventsDispatching/IDomainEventsProvider.cs#L1
The type or namespace name 'Domain' does not exist in the namespace 'BuildingBlocks' (are you missing an assembly reference?)
|
build:
src/BuildingBlocks/BuildingBlocks.Infrastructure/Domain/UnitOfWorks/UnitOfWork.cs#L1
The type or namespace name 'Domain' does not exist in the namespace 'BuildingBlocks' (are you missing an assembly reference?)
|
build:
src/BuildingBlocks/BuildingBlocks.Infrastructure/Domain/UnitOfWorks/UnitOfWork.cs#L7
The type or namespace name 'IUnitOfWork' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/BuildingBlocks/BuildingBlocks.Infrastructure/Domain/UnitOfWorks/DomainEventsDispatching/DomainEventsDispatcher.cs#L8
The type or namespace name 'IMediator' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/BuildingBlocks/BuildingBlocks.Infrastructure/Domain/UnitOfWorks/DomainEventsDispatching/DomainEventsDispatcher.cs#L11
The type or namespace name 'IMediator' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/BuildingBlocks/BuildingBlocks.Infrastructure/Domain/UnitOfWorks/DomainEventsDispatching/IDomainEventsProvider.cs#L7
The type or namespace name 'IDomainEvent' could not be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Inventory.Domain.UnitTests/StepDefinitions/CreateProductStepDefinitions.cs#L1
The type or namespace name 'BuildingBlocks' could not be found (are you missing a using directive or an assembly reference?)
|
build
Process completed with exit code 1.
|
build:
src/Inventory.Application/Models/ProductModel.cs#L9
The field Inventory.Application.Models.ProductModel.id using
|
build:
src/Inventory.Application/Models/ProductModel.cs#L15
The field Inventory.Application.Models.ProductModel.category using
|
build:
src/Inventory.Application/Models/ProductModel.cs#L12
The field Inventory.Application.Models.ProductModel.name using
|
build:
src/Inventory.Application/Models/ProductModel.cs#L18
The field Inventory.Application.Models.ProductModel.description using
|
build:
src/Inventory.Application/Models/ProductModel.cs#L21
The field Inventory.Application.Models.ProductModel.imageSource using
|
build:
src/Inventory.Application/Models/ProductModel.cs#L24
The field Inventory.Application.Models.ProductModel.price using
|
build:
src/Inventory.Application/ViewModels/ActivityLog/ActivityLogViewModel.cs#L8
The field Inventory.Application.ViewModels.ActivityLog.ActivityLogViewModel.myText using
|
build:
src/Inventory.Application/ViewModels/Orders/OrdersViewModel.cs#L8
The field Inventory.Application.ViewModels.Orders.OrdersViewModel.myText using
|
build:
src/Inventory.Application/ViewModels/Dashboard/DashboardViewModel.cs#L8
The field Inventory.Application.ViewModels.Dashboard.DashboardViewModel.myText using
|
build:
src/Inventory.Application/ViewModels/Customers/CustomersViewModel.cs#L8
The field Inventory.Application.ViewModels.Customers.CustomersViewModel.myText using
|