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

Update core tools to emit warning if user is running .NET8 inproc app but without FUNCTIONS_INPROC_NET8_ENABLED #4155

Open
aishwaryabh opened this issue Nov 8, 2024 · 1 comment

Comments

@aishwaryabh
Copy link
Contributor

Description

Today we require that local.settings.json has "FUNCTIONS_INPROC_NET8_ENABLED": "1" for a .NET8 inproc app. A lot of users get confused why the .NET 8 host doesn't launch when they are running an inproc .NET 8 app, so emitting a log/warning would be nice to let them know if they intend on running the .NET 8 host they should set the variable.

@liliankasem
Copy link
Member

Is it possible to have core tools set FUNCTIONS_INPROC_NET8_ENABLED automatically? Can we detect the target framework and make that decision ourselves without having customers set this flag?

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

No branches or pull requests

3 participants