update #9
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/AspirePoc.Domain/Entities/StoredEvent.cs#L22
Non-nullable property 'EntityType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/AspirePoc.Domain/Entities/StoredEvent.cs#L22
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/AspirePoc.Domain/Entities/StoredEvent.cs#L22
Non-nullable property 'DataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/AspirePoc.Domain/Entities/BookReadModel.cs#L17
Possible null reference return.
|
build:
src/AspirePoc.Domain/Entities/BookReadModel.cs#L12
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/AspirePoc.Domain/Entities/BookReadModel.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/AspirePoc.Domain/Entities/BookReadModel.cs#L14
Non-nullable property 'SerializedObject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/AspirePoc.Domain/Entities/Book.cs#L18
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/AspirePoc.Domain/UseCases/Books/AddBook/AddBookHandler.cs#L11
Parameter '_mediator' is unread.
|
build:
src/AspirePoc.Infrastructure.MigrationService/ApiDbInitializer.cs#L33
'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.'
|