You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest to at least support environment variables and command line arguments from launchSettings.
If we take it out from .NET 10 and introduce the support for .NET 11, it will be a breaking change. So we might never be able to add the support if it's not in .NET 10 when the new dotnet test experience for MTP is first shipped.
I think that's a good idea. Given dotnet run supports it, I wonder if you could reuse/uplift most of the code and so get close to 100% support quickly.
I suggest to at least support environment variables and command line arguments from launchSettings.
If we take it out from .NET 10 and introduce the support for .NET 11, it will be a breaking change. So we might never be able to add the support if it's not in .NET 10 when the new
dotnet test
experience for MTP is first shipped.Related to #45927
The text was updated successfully, but these errors were encountered: