Ilya Bystrov
Ilya Bystrov
У меня такая же ошибка. Нашел временное решение: `Encoding.RegisterProvider(CodePagesEncodingProvider.Instance)` (до авторизации VkApi) **VkApi version:** 1.63.0-621 (pre-release) **Runtime:** .NET 5.0 **Platform:** Windows 10 **Application type:** Console **Exception:** System.InvalidOperationException: The character set...
@rhiskey, [Пофиксили в бетке](https://github.com/vknet/vk/pull/1166). Однако, бетка зачем-то требует .NET 5.0, см. последний коммент.
@een-recall, Спасибо, точно такая же ситуация была, помогло подключение **VkNet.AudioBypass**.
Hey, @BillSytin, @BretMishler, @Ferprimart, @KLia, @NICK-AKINCILAR, @NeilP-global, @SHI-WEI, @SarekaAvinash, @ThijsKoot, @VantageKR, @WATYF, @ZhixinY, @acosta32, @agianakas, @alexrosenfeld10, @borysl, @chinmayasarangi, @dcrdev, @dsilejbdebt, @extremeandy, @ikudjoi, @imathiesonpwx, @jjjain, @mhunting, @mloidolt, @moravas, @onema, @pcchannz, @pielegacy,...
Hi, @FSohns93! Thanks for your interest in this project! There were some issues with SSL in previous versions, but now they all should be fixed (see https://github.com/fixer-m/snowflake-db-net-client/issues/7). Can you please...
@FSohns93, got it. Can you please [create new issue](https://github.com/fixer-m/snowflake-db-net-client/issues/new) with this info?
@Ekus Sorry, it took me too long to answer. That's possible, yes, but unfortunately right now I don't have much time for this project. Currently I'm working on chunks downloader,...
@joshbartelsudig Hey! I've finally released chunks downloader, i.e. it can now handle big data responses. Check out [new version](https://www.nuget.org/packages/Snowflake.Client/) on NuGet.
@lawrence-vo, No. If you want to use Snowflake with EF, you actually need other package: Snowflake.Data - ADO.NET connector provided by Snowflake. However I think that using EF with Snowflake...
@sourabhtewari Hi! This already should be working. There is `SessionInfo` parameter in `SnowflakeClient` constructor: ```csharp var snowflakeClient = new SnowflakeClient(new AuthInfo { User = "username", Password = "password", Account =...