Skip to content

Improve support of nuget commands with file-based apps#53535

Merged
jjonescz merged 21 commits into
dotnet:release/10.0.3xxfrom
jjonescz:49200-nuget-commands
Apr 10, 2026
Merged

Improve support of nuget commands with file-based apps#53535
jjonescz merged 21 commits into
dotnet:release/10.0.3xxfrom
jjonescz:49200-nuget-commands

Merge branch 'release/10.0.3xx' into 49200-nuget-commands

8d28cc1
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 26, 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.

Known Repository Errors

Build Failures

dotnet-sdk-public-ci / Build / TestBuild: windows (x64) / 🟣 Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Cli\dotnet\Commands\NuGet\NuGetVirtualProjectBuilder.cs(14,52): error CS0246: The type or namespace name 'IVirtualProjectBuilder' could not be found (are you missing a using directive or an assembly reference?)

dotnet-sdk-public-ci / Build / FullFramework: windows (x64) / 🟣 Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Cli\dotnet\Commands\NuGet\NuGetVirtualProjectBuilder.cs(14,52): error CS0246: The type or namespace name 'IVirtualProjectBuilder' could not be found (are you missing a using directive or an assembly reference?)

dotnet-sdk-public-ci / Build / TestAsTools: windows (x64) / 🟣 Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Cli\dotnet\Commands\NuGet\NuGetVirtualProjectBuilder.cs(14,52): error CS0246: The type or namespace name 'IVirtualProjectBuilder' could not be found (are you missing a using directive or an assembly reference?)

8 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [dotnet-sdk-public-ci]

Was this helpful? Yes No