Skip to content

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

Open
@Immorality21

Description

@Immorality21

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions