Skip to content

Unexpected Warning on Dotnet Run #17388

Closed
@brianrob

Description

@brianrob

Repro steps:

  1. Download the latest nightly build of dotnet/installer.
  2. dotnet new console
  3. dotnet run

Expected Output:

Hello World!

Actual Output:

C:\work\sdk\latest\sdk\sdk\6.0.100-preview.5.21253.6\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(255,5): warning NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty. [C:\work\sdk\latest\app\app.csproj]
Hello World!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions