Add Cors extensions #10
thisisnabi.dev.apis.yml
on: pull_request
build
45s
deploy
10m 23s
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/Blogger.Domain/ArticleAggregate/Tag.cs#L6
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Blogger.Domain/SubscriberAggregate/SubscriberId.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Blogger.Domain/ArticleAggregate/Article.cs#L14
Cannot convert null literal to non-nullable reference type.
|
build:
src/Blogger.Domain/CommentAggregate/Replay.cs#L5
Cannot convert null literal to non-nullable reference type.
|
build:
src/Blogger.Domain/CommentAggregate/Comment.cs#L12
Cannot convert null literal to non-nullable reference type.
|
build:
src/Blogger.Domain/CommentAggregate/Comment.cs#L12
Non-nullable field '_replaies' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Blogger.Infrastructure/Persistence/Repositories/SubscriberRepository.cs#L15
Possible null reference return.
|
build:
src/Blogger.Domain/ArticleAggregate/Tag.cs#L6
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Blogger.Domain/SubscriberAggregate/SubscriberId.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Blogger.Domain/ArticleAggregate/Article.cs#L14
Cannot convert null literal to non-nullable reference type.
|