Skip to content

Add Cors extensions #10

Add Cors extensions

Add Cors extensions #10

Triggered via pull request April 29, 2024 18:11
Status Success
Total duration 11m 28s
Artifacts

thisisnabi.dev.apis.yml

on: pull_request
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. 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.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.