Skip to content

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

@maartenba

Description

@maartenba

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

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions