Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Upgrade Assistant modifies <ImplicitUsings> in .csproj incorrectly. #1550

Open
toth-bence-nxbev opened this issue Mar 14, 2024 · 0 comments

Comments

@toth-bence-nxbev
Copy link

Description:
When we upgrade an Azure function from an in-process model to isolated, the upgrade assistant adds the following line to the .csproj: "enabled"
The parameter "ImplicitUsings" is working with "enable" or "true" as a value, but not with "enabled".

Reproduction:
We have reproduced this with the VS extension of the .NET Upgrade assistant (Version: 0.5.585.50603), with an Azure Function project on .NET 6 and using the in-process model before the Upgrade. When running the upgrade assistant we chose .NET 8 and the whole project. The assistant automatically makes changes that are part of the migration to the isolated model, setting the "ImplicitUsings" setting to the incorrect value as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant