Merge pull request #4323 from 333fred/XprojNote
Migrate Args update comment
This commit is contained in:
commit
6ad5a185cb
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@ namespace Microsoft.DotNet.Tools.Migrate
|
||||||
{
|
{
|
||||||
public static int Run(string[] args)
|
public static int Run(string[] args)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
// IMPORTANT:
|
||||||
|
// When updating the command line args for dotnet-migrate, we need to update the in-VS caller of dotnet migrate as well.
|
||||||
|
// It is located at dotnet/roslyn-project-system:
|
||||||
|
// src/Microsoft.VisualStudio.ProjectSystem.CSharp.VS/ProjectSystem/VS/Xproj/MigrateXprojFactory.cs
|
||||||
|
|
||||||
DebugHelper.HandleDebugSwitch(ref args);
|
DebugHelper.HandleDebugSwitch(ref args);
|
||||||
|
|
||||||
CommandLineApplication app = new CommandLineApplication();
|
CommandLineApplication app = new CommandLineApplication();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue