-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Area-RunIssues relating to `dotnet run`Issues relating to `dotnet run`Area-dotnet testArea-dotnet test (MTP)breaking-changeUsing this label will notify dotnet/compat and trigger a request to file a compat bugUsing this label will notify dotnet/compat and trigger a request to file a compat bugneeds team triageRequires a full team discussionRequires a full team discussion
Milestone
Description
sdk/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets
Lines 1440 to 1443 in f578225
| <PropertyGroup Condition="$([MSBuild]::IsOSUnixLike())"> | |
| <RunCommand Condition="'$(RunCommand)' == ''">mono</RunCommand> | |
| <RunArguments Condition="'$(RunArguments)' == ''">"$(TargetPath)" $(StartArguments)</RunArguments> | |
| </PropertyGroup> |
Should we consider dropping this? cc @baronfel @jkotas
Today, running dotnet run on a console app that's .NET Framework on non-Windows will run it via mono. Is that scenario still supported or used by enough people?
Evangelink, ViktorHofer, jkotas and richlander
Metadata
Metadata
Assignees
Labels
Area-RunIssues relating to `dotnet run`Issues relating to `dotnet run`Area-dotnet testArea-dotnet test (MTP)breaking-changeUsing this label will notify dotnet/compat and trigger a request to file a compat bugUsing this label will notify dotnet/compat and trigger a request to file a compat bugneeds team triageRequires a full team discussionRequires a full team discussion