-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
.Net: Bug: Unable to add the Microsoft.SemanticKernel NuGet package (version 1.31.0) to an Azure Function App targeting .NET 8 #9854
Comments
@MuraliM - thanks for trying this out. @markwallace-microsoft is going to take a look and see why this is not working. |
Version 1.29.0 had a change in that reference and it doesn't work either:
Version 1.28.0 does work for me (.net 8). |
@MuraliM Thanks for reporting this issue. It looks like it's coming from Azure .NET SDK, since the only place where I also found a similar issue here: Azure/azure-sdk-for-net#47467 Could you please try to use these package versions and see if that works for you?
Thank you! |
Describe the bug
When adding the Microsoft.SemanticKernel NuGet package (version 1.31.0) to an Azure Function App targeting .NET 8, the application fails to process the blob when its uploaded. Failing to load Azure.Core: Could not load file or assembly 'System.Memory.Data, Version=6.0.0.0
Azure Function
Function trigger
Error
For detailed output, run func with --verbose flag.
[2024-12-01T18:40:41.485Z] An unhandled exception has occurred. Host is shutting down.
[2024-12-01T18:40:41.486Z] Azure.Core: Could not load file or assembly 'System.Memory.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Additional information
I have tried updating System.Memory.Data to version 8.0.0 as well to 9.0.0 and no luck..
I think the issue #5226 is still occuring with System.Memory.Data.
When I run
dotnet list package --include-transitive
The text was updated successfully, but these errors were encountered: