Skip to content

fix: Carriage return issue #4

fix: Carriage return issue

fix: Carriage return issue #4

Triggered via push January 3, 2024 15:21
Status Success
Total duration 54s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Linker.Core/ApiModels/WebApiResponse.cs#L15
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Linker.Core/ApiModels/CreateArticleRequest.cs#L16
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Linker.Core/ApiModels/CreateArticleRequest.cs#L22
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Linker.Core/ApiModels/CreateArticleRequest.cs#L33
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Linker.Core/ApiModels/CreateArticleRequest.cs#L39
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Linker.Core/ApiModels/CreateArticleRequest.cs#L44
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.