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

Debugging issue while migrate the inproc to isolation mode #2741

Open
Manojvasa opened this issue Sep 27, 2024 · 0 comments
Open

Debugging issue while migrate the inproc to isolation mode #2741

Manojvasa opened this issue Sep 27, 2024 · 0 comments
Labels
area: migration Items related to migration from the in-process model Needs: Triage (Functions)

Comments

@Manojvasa
Copy link

Manojvasa commented Sep 27, 2024

What version of .NET does your existing project use?

.NET 6

What version of .NET are you attempting to target?

.NET 6

Description

Recently we migrated the azure function from in process to isolation mode , all corresponding the nuget package are updated .
function running successfully, but i am unable to debug in my local machine ,break point alway not loading .

Project configuration and dependencies

.cs project file :

<TargetFramework>net6.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<PackageReference Include="Audit.HttpClient" Version="17.0.4" />
<PackageReference Include="Audit.NET.SqlServer" Version="17.0.4" />
<PackageReference Include="Audit.WebApi" Version="17.0.4" />
<PackageReference Include="Azure.Core" Version="1.43.0" />
<PackageReference Include="Dapr.AspNetCore" Version="1.14.0" />
<PackageReference Include="Lindhart.Analyser.MissingAwaitWarning" Version="2.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.15.1" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.4.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Dapr" Version="1.0.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.1.6" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage" Version="6.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.ServiceBus" Version="5.22.0" />
<PackageReference Include="JUST.net" Version="4.4.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.7" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.34.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.2" />
<PackageReference Include="Serilog.ThrowContext" Version="0.1.2" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
  </ItemGroup>

Local setting:
{
"IsEncrypted": false,
"Values": {
"MaxExecutionCount": 8,
"AzureWebJobsStorage": "storageaccount",
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",

}

Link to a repository that reproduces the issue

No response

@Manojvasa Manojvasa added the area: migration Items related to migration from the in-process model label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: migration Items related to migration from the in-process model Needs: Triage (Functions)
Projects
None yet
Development

No branches or pull requests

1 participant