Skip to content

Merge pull request #107 from prplecake/update-workflow-formatting #165

Merge pull request #107 from prplecake/update-workflow-formatting

Merge pull request #107 from prplecake/update-workflow-formatting #165

Triggered via push August 15, 2023 23:20
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/BookmarkSync.Core/Extensions/ListExtensions.cs#L12
Dereference of a possibly null reference.
build: src/BookmarkSync.Core/Extensions/ListExtensions.cs#L12
Possible null reference argument for parameter 'item' in 'bool List<string>.Contains(string item)'.
build: tests/BookmarkSync.Core.Tests/Configuration/ConfigManagerTests.cs#L51
The variable 'expected' is assigned but its value is never used
build: src/BookmarkSync.Infrastructure/Services/Bookmarking/LinkAce/LinkAceEntites.cs#L24
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BookmarkSync.Infrastructure/Services/Bookmarking/LinkAce/LinkAceEntites.cs#L28
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BookmarkSync.Infrastructure/Services/Bookmarking/LinkAce/LinkAceEntites.cs#L30
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BookmarkSync.Infrastructure/Services/Bookmarking/LinkAce/LinkAceEntites.cs#L12
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BookmarkSync.Infrastructure/Services/Bookmarking/LinkAce/LinkAceEntites.cs#L13
Non-nullable property 'PerPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BookmarkSync.Infrastructure/Services/Bookmarking/BookmarkSyncService.cs#L15
Non-nullable field '_ignoredAccounts' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.