Open
Description
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, List
1 rows)+MoveNext()
Is it possible to update the package dependencies?
Metadata
Metadata
Assignees
Labels
No labels