-
Notifications
You must be signed in to change notification settings - Fork 256
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
Azure Functions in .NET 6. Failed to load System.IO.Abstractions. #761
Comments
I got past it! THIS fixed it for me. Add this to a
|
OK, this is really weird. Any idea why this is necessary? |
Not sure. Maybe @davidfowl knows? |
I really have questions here 😅...
Apart from that, yes, after adding that property, my .NET6 / Function Tools v4 project starts again with System.IO.Abstractions usage |
@fabiocav I see you have last touched the clean-up list https://github.com/Azure/azure-functions-host/blob/dev/tools/ExtensionsMetadataGenerator/test/ExtensionsMetadataGeneratorTests/ExistingRuntimeAssemblies.txt. Should the third-party-library |
Cannot run with System.IO.Abstractions latest version
To Reproduce
Create an Azure Functions project for .NET 6.
Run it. Note the runtime error:
Expected behavior
It properly loads
Would be great if there was a way to get System.IO.Abstractions to load regardless of what version is expected. How?
The text was updated successfully, but these errors were encountered: