Skip to content
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

Dependency issue with version of Microsoft.IO.RecyclableMemoryStream #46

Open
Immorality21 opened this issue Nov 27, 2024 · 0 comments
Open

Comments

@Immorality21
Copy link

With upgrading our application to dotnet 9 and updating all microsoft dependencies, it seems the RecyclableMemoryStreamManager.GetStream() is no longer accessible.
Because of this, the inherited dependency of the snowflake client is overridden with 3.0.1 version of Microsoft.IO.RecyclableMemoryStream

Throwing this exception when trying to do a QueryAsync
System.MissingMethodException: Method not found: 'System.IO.MemoryStream Microsoft.IO.RecyclableMemoryStreamManager.GetStream()

at
Snowflake.Client.SnowflakeDataMapper.MapTo[T](List1 columns, List1 rows)+MoveNext()

Is it possible to update the package dependencies?

@Immorality21 Immorality21 changed the title Dependency issue in .net 9 Dependency issue with version of Microsoft.IO.RecyclableMemoryStream Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant