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

Functions: Detect default vs. isolated worker runtime based on project references #555

Open
maartenba opened this issue Jan 10, 2022 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@maartenba
Copy link

maartenba commented Jan 10, 2022

See https://youtrack.jetbrains.com/issue/RIDER-72960

When no local.settings.json can be found to determine the default vs. isolated worker runtime, work out the runtime based on package references.

  • <PackageReference Include="Microsoft.NET.Sdk.Functions" ....> -> default worker
  • <PackageReference Include="Microsoft.Azure.Functions.Worker" ....> -> isolated worker

Related to #294 and https://youtrack.jetbrains.com/issue/RIDER-72960

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

No branches or pull requests

1 participant