Skip to content

feat: add errorHandlingMiddleware #31

feat: add errorHandlingMiddleware

feat: add errorHandlingMiddleware #31

Triggered via push May 3, 2024 08:32
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Src/Product.Domain/Shared/Base/BaseEntity.cs#L91
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Src/Product.Domain/Shared/ValueObjects/Ip.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/Aggregates/Category/AggregateRoot/CategoryModel.cs#L10
Possible null reference assignment.
build: Src/Product.Domain/Aggregates/Category/AggregateRoot/CategoryModel.cs#L7
Non-nullable property 'SubCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/Aggregates/Category/AggregateRoot/CategoryModel.cs#L13
Non-nullable property 'SubCategory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/Aggregates/Shared/ChangeHistory/AggregateRoot/ChangeHistory.cs#L8
Non-nullable property 'OldValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/Aggregates/Shared/ChangeHistory/AggregateRoot/ChangeHistory.cs#L9
Non-nullable property 'NewValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/Aggregates/Shared/ChangeHistory/AggregateRoot/ChangeHistory.cs#L10
Non-nullable property 'RelatedEntityId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/Aggregates/Shared/ChangeHistory/AggregateRoot/ChangeHistory.cs#L11
Non-nullable property 'RelatedEntityType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Src/Product.Domain/Aggregates/Product/AggregateRoot/ProductModel.cs#L10
Non-nullable property '_productComments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.