[UI] Added Models for OcelotGW #85
Annotations
10 errors and 11 warnings
build:
src/WebApps/Aspnetrun/Pages/Cart.cshtml.cs#L3
The type or namespace name 'Entities' does not exist in the namespace 'Aspnetrun' (are you missing an assembly reference?)
|
build:
src/WebApps/Aspnetrun/Pages/Cart.cshtml.cs#L4
The type or namespace name 'Repositories' does not exist in the namespace 'Aspnetrun' (are you missing an assembly reference?)
|
build:
src/WebApps/Aspnetrun/Pages/CheckOut.cshtml.cs#L3
The type or namespace name 'Repositories' does not exist in the namespace 'Aspnetrun' (are you missing an assembly reference?)
|
build:
src/WebApps/Aspnetrun/Pages/Index.cshtml.cs#L4
The type or namespace name 'Repositories' does not exist in the namespace 'Aspnetrun' (are you missing an assembly reference?)
|
build:
src/WebApps/Aspnetrun/Pages/Order.cshtml.cs#L4
The type or namespace name 'Repositories' does not exist in the namespace 'Aspnetrun' (are you missing an assembly reference?)
|
build:
src/WebApps/Aspnetrun/Pages/Product.cshtml.cs#L5
The type or namespace name 'Repositories' does not exist in the namespace 'Aspnetrun' (are you missing an assembly reference?)
|
build:
src/WebApps/Aspnetrun/Pages/ProductDetail.cshtml.cs#L3
The type or namespace name 'Repositories' does not exist in the namespace 'Aspnetrun' (are you missing an assembly reference?)
|
build:
src/WebApps/Aspnetrun/ServiceRegistration.cs#L1
The type or namespace name 'Data' does not exist in the namespace 'Aspnetrun' (are you missing an assembly reference?)
|
build:
src/WebApps/Aspnetrun/ServiceRegistration.cs#L2
The type or namespace name 'Repositories' does not exist in the namespace 'Aspnetrun' (are you missing an assembly reference?)
|
build:
src/WebApps/Aspnetrun/ServiceRegistration.cs#L3
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L9
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L10
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L11
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L12
Non-nullable property 'AddressLine' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L13
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Services/Catalog/Catalog.API/Entities/Product.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Services/Catalog/Catalog.API/Entities/Product.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Services/Catalog/Catalog.API/Entities/Product.cs#L16
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|