I have created an Azure Durable Function with below versions.
.Net=> .Net6
Azure Function=> V4
Microsft.Azure.WebExtensions.DurableTask => 2.7.2
Microsoft.NET.Sdk.Functions=>4.1.1
While trying to run boilerplate code created with function, its asking to download source link file from internet.
If I don't download source link file from internet its showing Source Not Found tab while debugging for (FunctionInvoker.cs, FunctionExecutor.cs etc) cs files.
If I download source and continuing debugging the control going inside the cs files downloaded from the source link.
Is download and continue debugging is the right option and how to suppress the debugging in the source link downloaded file, as I am not interested in every time debug from SourceLink Files.
Please suggest better options if there are any apart from this to create durable function.
Any quick help much appreciated. Thank you in Advance..!!