-
**REGRESSION INFO**: Worked in Aspire 8.2.0 and Aspire 8.2.1
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install SDK 8.0.402
3. Install Aspire 9.0.0-preview.4.24475.11
**REPRO…
-
### Describe the bug
Error:
```
Exception thrown: 'System.Runtime.InteropServices.COMException' in WinRT.Runtime.dll
An exception of type 'System.Runtime.InteropServices.COMException' occurred in …
-
## Issue description
NuGet.org [alters packages during upload](https://devblogs.microsoft.com/nuget/introducing-repository-signatures/) by unzipping, adding a signature file to the zip, and re-zipp…
-
### Describe the bug
dotnet tool install doesn't respect packageSourceMapping in nuget.config
### To Reproduce
Given this nuget.config
```xml
…
-
### Describe the bug
`dotnet publish` fails when trying to use the .NET 8 win-x64 RID as suggested by this [breaking change](https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/rid-gr…
-
Using VS2017 15.9.14 I created a project from the Roslyn template and have been attempting to package it.
I am getting stuck on it's NuGet step of resolving dependencies
.\RoslynSonarQubePlugin…
-
### Describe the bug
When a custom exception is triggered, the correct exception type cannot be obtained in the unhandled exception event.
### Steps to reproduce the bug
Attach the UnhandledExcepti…
-
On some environments, building the .NET 8 VMR produces errors about missing pdbs:
```
1>/builddir/build/BUILD/dotnet-8.0.1/build.proj(123,5): error : Did not find PDBs for the following SDK files:…
-
**OS:** All
**Build Version:** 0.4.0
**Regression:** Not a regression
**Repro Steps:**
1. Install tye using the following command.
```
dotnet tool install -g Microsoft.Tye --version "0.10.0-*"…
-
### Describe the bug
Create a .NET 5 console app
add Microsoft.DotNet.Interactive.CSharp 1.0.0-beta.21108.3
add nuget support unsing the `UseNuget`
submit a #r instruction and exceptions is rais…