-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
Issue with Nuget Package in Azure Functions project #1363
Comments
Hi, what target framework are you using? Seems to work for me with a dotnet6.0 isolated function |
Hmm... This is strange, first I tested on .net 6 and then switched to .net8 and there was still an error. I'll try to give more context.
|
So I checked this some more, seems it's only an issue when using non-isolated process. For dotnet-isolated runtime it works correctly. I would suggest switching to dotnet-isolated if possible as this is also the recommended runtime from MS. |
For me this happened when i had mixed isolated/inproc usage in my code |
Hello @JKorf ,
There is an issue with NuGet package version 9.7.0 and higher in Azure Functions projects. It generates the following error messages:
To reproduce this, create a default Azure Functions project and add the latest version of Binance.Net, then run the application.
The previous versions work well.
Thank you
The text was updated successfully, but these errors were encountered: