Skip to content

docs: Add missing docstring #8

docs: Add missing docstring

docs: Add missing docstring #8

Triggered via push February 11, 2024 03:43
Status Success
Total duration 45s
Artifacts

dotnet.yml

on: push
build-and-test
36s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
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-and-test: 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-and-test: 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-and-test: 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-and-test: 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-and-test: 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.
build-and-test: src/Linker.Core/ApiModels/CreateArticleRequest.cs#L79
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.