You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point customer to the proper way to resolve this, including possibly adding <_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput> to csproj. #5894
The text was updated successfully, but these errors were encountered:
I want to quickly add to this, that this issue exists not only in C# based projects but in PowerShell as well. I'm currently facing this issue in a PowerShell project, and I don't have a .csproj file that I can edit to use the workaround.
I also have this issue with running the Teams cmdlets in an Azure Function and need to know how to specify these flags since there is no csproj file in PowerShell
I am seeing this issue as well with the ExchangeOnlineManagement cmdlets which is producing the Could not load file or assembly 'Microsoft.OData.Core, Version=7.9.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Could not find or load a specific file. error in the Azure Function. This is a PowerShell function so no csproj!
Point customer to the proper way to resolve this, including possibly adding
<_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
to csproj. #5894The text was updated successfully, but these errors were encountered: