Skip to content

Commit

Permalink
Readd --msbuildprojectextensionspath and document it as obsolete (#35492
Browse files Browse the repository at this point in the history
)
  • Loading branch information
AndriySvyryd authored Jan 21, 2025
1 parent 3d9cdf9 commit ab22b8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/dotnet-ef/ProjectOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public void Configure(CommandLineApplication command)
Framework = command.Option("--framework <FRAMEWORK>", Resources.FrameworkDescription);
Configuration = command.Option("--configuration <CONFIGURATION>", Resources.ConfigurationDescription);
Runtime = command.Option("--runtime <RUNTIME_IDENTIFIER>", Resources.RuntimeDescription);
command.Option("--msbuildprojectextensionspath <PATH>", Resources.ProjectExtensionsDescription);
NoBuild = command.Option("--no-build", Resources.NoBuildDescription);
}
}
4 changes: 2 additions & 2 deletions src/dotnet-ef/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/dotnet-ef/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
<value>The project to use. Defaults to the current working directory.</value>
</data>
<data name="ProjectExtensionsDescription" xml:space="preserve">
<value>The MSBuild project extensions path. Defaults to "obj".</value>
<value>Obsolete</value>
</data>
<data name="ProviderDescription" xml:space="preserve">
<value>The provider to use. (E.g. Microsoft.EntityFrameworkCore.SqlServer)</value>
Expand Down

0 comments on commit ab22b8a

Please sign in to comment.