snowflake-db-net-client
snowflake-db-net-client copied to clipboard
Improve JSON serialization and deserialization
- Use JsonContent.Create() for requests in order to avoid the intermediate string serialization.
- Use ReadFromJsonAsync<T>() for responses in order to avoid the intermediate string serialization.
Also update target framework from .NET 6 (unsupported) to .NET 8 (current LTS).