Skip to content

docs: Update use case diagram #5

docs: Update use case diagram

docs: Update use case diagram #5

Triggered via push January 4, 2024 01:24
Status Success
Total duration 55s
Artifacts

dotnet.yml

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

Annotations

10 warnings
build-and-test: src/Linker.Core/Models/Youtube.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Youtube.cs#L16
Non-nullable property 'Youtuber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Youtube.cs#L21
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Article.cs#L11
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/Models/Article.cs#L16
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/Models/Article.cs#L31
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.