Skip to content

Update README.md

Update README.md #33

Triggered via push May 16, 2024 09:23
Status Success
Total duration 45s
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.API/Middlewares/ErrorHandlingMiddleware.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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/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/Entities/ProductComment.cs#L7
Non-nullable property 'Body' 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.
build: Src/Product.Domain/Aggregates/Category/AggregateRoot/CategoryModel.cs#L10
Possible null reference assignment.