Closed johnnyreilly closed 11 months ago
There were breaking changes between bet8 and rc1. It looks like you're referencing a library from the kernel memory project that was built against beta8. That will need to rebuild against rc1 and then you'll need to update to use that version. It's expecting an API signature that's not exactly the same as it was in beta8, hence the missing member exception.
@dluc, @markwallace-microsoft
I've got the latest version from NuGet: https://www.nuget.org/packages/Microsoft.KernelMemory.Core/0.15.231204.1-preview
Is there likely to be a release of Microsoft.KernelMemory.Core that covers this?
Closing this as resolved thanks to a new version. There's different / similar errors with RC2 / RC3 but I'll raise them separately - see https://github.com/microsoft/semantic-kernel/issues/4071
Describe the bug A clear and concise description of what the bug is.
To Reproduce Using code like this:
Worked with beta8. With RC1, it compiles, but at runtime an error like this is thrown:
Expected behavior Compiling code runs as it did with beta8
Screenshots n/a
Platform
Additional context Possibly similar to https://github.com/microsoft/semantic-kernel/issues/3962