Skip to content

Bump MSTest.TestAdapter from 3.6.2 to 3.6.4 #355

Bump MSTest.TestAdapter from 3.6.2 to 3.6.4

Bump MSTest.TestAdapter from 3.6.2 to 3.6.4 #355

Triggered via pull request December 4, 2024 19:28
Status Success
Total duration 49s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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: src/BookmarkSync.Infrastructure/Services/Mastodon/MastodonService.cs#L15
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/BookmarkSync.Infrastructure/Services/Bookmarking/BookmarkSyncService.cs#L18
Non-nullable field '_ignoredAccounts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/BookmarkSync.Infrastructure/Services/Bookmarking/LinkAce/LinkAceEntites.cs#L24
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.