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

Function App In-Place Upgrade Breaks ImplicitUsings Tag #1604

Open
Ibbylun opened this issue Oct 9, 2024 · 0 comments
Open

Function App In-Place Upgrade Breaks ImplicitUsings Tag #1604

Ibbylun opened this issue Oct 9, 2024 · 0 comments

Comments

@Ibbylun
Copy link

Ibbylun commented Oct 9, 2024

When running the Upgrade tool on a dotnet Function App and upgrading from dotnet version 6.0 to version 8.0 the tool will change the <ImplicitUsings> tag on the functions main .csproj file to enabled example.

<ImplicitUsings>enabled</ImplicitUsings>

This actually breaks the ImplicitUsing functionality around the project and makes it so the user has to add in many using values around the application, it should actually be changed to enable (no d).

<ImplicitUsings>enable</ImplicitUsings>

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