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

For some reason func pack doesn't support C# in-process projects #3623

Open
ggailey777 opened this issue Mar 14, 2024 · 0 comments
Open

For some reason func pack doesn't support C# in-process projects #3623

ggailey777 opened this issue Mar 14, 2024 · 0 comments

Comments

@ggailey777
Copy link

We should expose and document the func pack command (as suggested here by Ahmed), since it's useful for creating deployment packages manually outside of a deployment process. This is beneficial when creating one-off remote deployment package to enable run from package URI scenarios and during testing.

However, currently func pack won't run on C# in-process projects because of this check that includes ignoreDotNetCheck. The func azure functionapp publish path works correctly because ignoreDotNetCheck is set to true, but not in func pack.

Interestingly, func pack seems to work fine for C# isolated projects, because the C# check is only on WorkerRuntime.dotnet.
We should also unblock func pack for C# in-process apps.

+ @mattchenderson for awareness.

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