changelog.txt update #99
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
|
build:
OSGeo.MapGuide.MaestroAPI.Tests/CapabilityTests.cs#L57
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
|
build:
OSGeo.MapGuide.MaestroAPI.Tests/CapabilityTests.cs#L120
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
|
build:
OSGeo.MapGuide.MaestroAPI.Tests/CapabilityTests.cs#L206
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
|
build:
OSGeo.MapGuide.MaestroAPI.Tests/CapabilityTests.cs#L269
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
|
build:
OSGeo.MapGuide.MaestroAPI.Tests/KeyValueCollectionTests.cs#L71
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
|
|
build:
OSGeo.MapGuide.MaestroAPI.Tests/CapabilityTests.cs#L355
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
|
build:
OSGeo.MapGuide.MaestroAPI.Tests/UtilityTests.cs#L166
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
|
build:
OSGeo.MapGuide.MaestroAPI.Tests/UtilityTests.cs#L171
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
|
build:
OSGeo.MapGuide.MaestroAPI.Tests/UtilityTests.cs#L186
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
|
build:
OSGeo.MapGuide.MaestroAPI.Tests/UtilityTests.cs#L191
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|