Implement account ignore list #152
Annotations
2 errors and 10 warnings
|
|
src/BookmarkSync.Core/Entities/Config/App.cs#L6
Non-nullable property 'IgnoredAccounts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/BookmarkSync.Core/Extensions/ListExtensions.cs#L12
Dereference of a possibly null reference.
|
src/BookmarkSync.Core/Extensions/ListExtensions.cs#L12
Possible null reference argument for parameter 'item' in 'bool List<string>.Contains(string item)'.
|
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.
|
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.
|
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.
|
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.
|
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.
|
tests/BookmarkSync.Core.Tests/Configuration/ConfigManagerTests.cs#L57
The variable 'expected' is assigned but its value is never used
|
src/BookmarkSync.Core/Entities/Config/App.cs#L6
Non-nullable property 'IgnoredAccounts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading