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
github-actionsbot
changed the title
Could not load file or assembly Microsoft.Bcl.AsyncInterfaces exception
.Net: Could not load file or assembly Microsoft.Bcl.AsyncInterfaces exception
Sep 24, 2023
### Motivation and Context
Fix#2953
### Description
Looks like, since #1799, there's been a problem. However, due to
references from other projects, tests and samples have not shown the
problem.
### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
Describe the bug
Could not load file or assembly
Microsoft.Bcl.AsyncInterfaces
exception when using the redis memory storageTo Reproduce
Running on a console targeted at
net8.0
and with .NET 8 RC1 SDKExpected behavior
success without exception
Screenshots
Platform
Additional context
Without exception when using the memory storage such as
VolatileMemoryStore
workaround solution: add a reference for
Microsoft.Bcl.AsyncInterfaces
The text was updated successfully, but these errors were encountered: