Skip to content

Bump MSTest.TestAdapter from 3.6.4 to 3.7.1 #367

Bump MSTest.TestAdapter from 3.6.4 to 3.7.1

Bump MSTest.TestAdapter from 3.6.4 to 3.7.1 #367

Triggered via pull request January 15, 2025 22:42
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: pull_request
Matrix: publish
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: src/CiT.Core/Mastodon/ApiClient.cs#L11
Non-nullable field 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/CiT.Core/Mastodon/DomainBlocksApi.cs#L73
Cannot convert null literal to non-nullable reference type.
build: src/CiT.Core/Mastodon/EmailDomainBlocksApi.cs#L53
Cannot convert null literal to non-nullable reference type.
build: src/CiT.Core/Mastodon/IpAddressBlocksApi.cs#L55
Cannot convert null literal to non-nullable reference type.
build: tests/CiT.Core.Tests/Mastodon/MeasuresApiTests.cs#L48
Dereference of a possibly null reference.
build: tests/CiT.Core.Tests/Mastodon/EmailDomainBlocksApiTests.cs#L48
Dereference of a possibly null reference.
build: tests/CiT.Core.Tests/Mastodon/DomainBlocksApiTests.cs#L48
Dereference of a possibly null reference.
build: tests/CiT.Core.Tests/Mastodon/IpAddressBlocksApiTests.cs#L48
Dereference of a possibly null reference.
build: tests/CiT.Core.Tests/Mastodon/MeasuresApiTests.cs#L73
Dereference of a possibly null reference.