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
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?
The text was updated successfully, but these errors were encountered:
Immorality21
changed the title
Dependency issue in .net 9
Dependency issue with version of Microsoft.IO.RecyclableMemoryStream
Nov 27, 2024
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](List
1 columns, List
1 rows)+MoveNext()Is it possible to update the package dependencies?
The text was updated successfully, but these errors were encountered: