Skip to content

Unify dotnetup and Microsoft.Dotnet.Installation version

62eb4af
Select commit
Loading
Failed to load commit list.
Closed

dotnetup: Accept 'aspnet' as alias for 'aspnetcore' runtime type #53472

Unify dotnetup and Microsoft.Dotnet.Installation version
62eb4af
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 17, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

dotnet-dnup-public-ci / 🏰 dotnetup tests / 💪 dotnetup tests: macOS (osx.13.arm64.open) / 🔎 Test (Unix)

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Bash exited with code '1'.

Test Failures (4 tests failed)

🔹 [All failing tests from dotnet-dnup-public-ci]

    Microsoft.DotNet.Tools.Dotnetup.Tests.TelemetryE2ETests.CorruptManifest_DotnetupWrote_ProducesProductError [Details] [0.89% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.IO.FileNotFoundException : Unable to find the specified file.
    CallStack
       at Interop.Sys.GetCwd()
       at Microsoft.DotNet.Tools.Dotnetup.Tests.Utilities.DotnetupTestUtilities.RunDotnetupProcess(String[] args, Boolean captureOutput, String workingDirectory, Dictionary`2 environmentVariables) in /Users/runner/work/1/s/test/dotnetup.Tests/Utilities/DotnetupTestUtilities.cs:line 255
       at Microsoft.DotNet.Tools.Dotnetup.Tests.TelemetryE2ETests.CorruptManifest_DotnetupWrote_ProducesProductError() in /Users/runner/work/1/s/test/dotnetup.Tests/TelemetryE2ETests.cs:line 249
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    Microsoft.DotNet.Tools.Dotnetup.Tests.TelemetryE2ETests.CorruptManifest_UserEdited_ProducesUserError [Details] [0.89% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.IO.FileNotFoundException : Unable to find the specified file.
    CallStack
       at Interop.Sys.GetCwd()
       at Microsoft.DotNet.Tools.Dotnetup.Tests.Utilities.DotnetupTestUtilities.RunDotnetupProcess(String[] args, Boolean captureOutput, String workingDirectory, Dictionary`2 environmentVariables) in /Users/runner/work/1/s/test/dotnetup.Tests/Utilities/DotnetupTestUtilities.cs:line 255
       at Microsoft.DotNet.Tools.Dotnetup.Tests.TelemetryE2ETests.CorruptManifest_UserEdited_ProducesUserError() in /Users/runner/work/1/s/test/dotnetup.Tests/TelemetryE2ETests.cs:line 207
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    Microsoft.DotNet.Tools.Dotnetup.Tests.TelemetryE2ETests.SuccessfulHelp_ProducesNoErrorTags [Details] [0.89% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.IO.FileNotFoundException : Unable to find the specified file.
    CallStack
       at Interop.Sys.GetCwd()
       at Microsoft.DotNet.Tools.Dotnetup.Tests.Utilities.DotnetupTestUtilities.RunDotnetupProcess(String[] args, Boolean captureOutput, String workingDirectory, Dictionary`2 environmentVariables) in /Users/runner/work/1/s/test/dotnetup.Tests/Utilities/DotnetupTestUtilities.cs:line 255
       at Microsoft.DotNet.Tools.Dotnetup.Tests.TelemetryE2ETests.SuccessfulHelp_ProducesNoErrorTags() in /Users/runner/work/1/s/test/dotnetup.Tests/TelemetryE2ETests.cs:line 124
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    Microsoft.DotNet.Tools.Dotnetup.Tests.TelemetryE2ETests.TelemetryDisabled_ProducesNoSpans [Details] [0.89% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.IO.FileNotFoundException : Unable to find the specified file.
    CallStack
       at Interop.Sys.GetCwd()
       at Microsoft.DotNet.Tools.Dotnetup.Tests.Utilities.DotnetupTestUtilities.RunDotnetupProcess(String[] args, Boolean captureOutput, String workingDirectory, Dictionary`2 environmentVariables) in /Users/runner/work/1/s/test/dotnetup.Tests/Utilities/DotnetupTestUtilities.cs:line 255
       at Microsoft.DotNet.Tools.Dotnetup.Tests.TelemetryE2ETests.TelemetryDisabled_ProducesNoSpans() in /Users/runner/work/1/s/test/dotnetup.Tests/TelemetryE2ETests.cs:line 284
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No