Bump MSTest.TestAdapter from 3.6.4 to 3.7.1 #367
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.
|