When using JetBrains Rider to debug an Azure Function every other re-build/build I get the following error message:
Microsoft.Azure.Functions.Worker.Sdk.targets(169,9): Warning MSB3026 : Could not copy “C:*LocalTemp2n3kt121.jsmbuildoutbinMicrosoft.Azure.WebJobs.Extensions.FunctionMetadataLoader.dll” to “C:Dev**binDebug
Then I have to look for a process ‘func’ and close it manually or close and re-open Rider to make it build again. This is very frustrating. Does anyone know a fix for this?