Skip to content

Automated - add the .props file to Solutions Root

4e0d1cd
Select commit
Loading
Failed to load commit list.
Open

Studio 2026 props #1818

Automated - add the .props file to Solutions Root
4e0d1cd
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CleanUpTasks succeeded Mar 25, 2026 in 2m 20s

Build #20260325.1 had test failures

Details

Tests

  • Failed: 33 (31.43%)
  • Passed: 70 (66.67%)
  • Other: 2 (1.90%)
  • Total: 105

Annotations

Check failure on line 403 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CleanUpTasks

Build log #L403

Test Run Failed.

Check failure on line 421 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CleanUpTasks

Build log #L421

Error: The process 'D:\a\_tasks\VSTest_ef087383-ee5e-42c7-9a53-ab56c98420f9\2.269.0\Modules\DTAExecutionHost.exe' failed with exit code 1

Check failure on line 422 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CleanUpTasks

Build log #L422

Vstest failed with error. Check logs for failures. There might be failed tests.

Check failure on line 1 in Sdl.Community.CleanUpTasks.Tests.ConversionFileViewPresenterTests.ConstructorThrowsOnNull

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CleanUpTasks

Sdl.Community.CleanUpTasks.Tests.ConversionFileViewPresenterTests.ConstructorThrowsOnNull

Assert.Throws() Failure
Expected: typeof(System.ArgumentNullException)
Actual:   (No exception was thrown)

Check failure on line 1 in Sdl.Community.CleanUpTasks.Tests.XmlUtilitiesTests.DeserializeThrowsWithRandomFile

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CleanUpTasks

Sdl.Community.CleanUpTasks.Tests.XmlUtilitiesTests.DeserializeThrowsWithRandomFile

Assert.Throws() Failure
Expected: typeof(System.InvalidOperationException)
Actual:   typeof(System.IO.DirectoryNotFoundException): Could not find a part of the path 'D:\a\1\s\CleanUp Tasks\CleanUpTasks.Tests\bin\Release\net48\SaveFolder\somerandomfile.xml'.
Raw output
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path)
   at SDLCommunityCleanUpTasks.Utilities.XmlUtilities.Deserialize(String openPath) in \CleanUp Tasks\CleanUpTasks\Utilities\XmlUtilities.cs:line 13

Check failure on line 1 in Sdl.Community.CleanUpTasks.Tests.LockHandlerTests.ConstructorThrowsOnNull

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CleanUpTasks

Sdl.Community.CleanUpTasks.Tests.LockHandlerTests.ConstructorThrowsOnNull

Assert.Throws() Failure
Expected: typeof(System.ArgumentNullException)
Actual:   (No exception was thrown)

Check failure on line 1 in Sdl.Community.CleanUpTasks.Tests.XmlUtilitiesTests.SerializeThrowsOnEmptyList

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CleanUpTasks

Sdl.Community.CleanUpTasks.Tests.XmlUtilitiesTests.SerializeThrowsOnEmptyList

Assert.Throws() Failure
Expected: typeof(System.ArgumentException)
Actual:   (No exception was thrown)