Operation is not supported on this platform

Hi! I’m building a simple console app to test/debug an issue with access tokens. The application is basically a copy of this example: Authentication | Chat .NET SDK | Sendbird Docs

When I run the code, it fails, with the message “Operation is not supported on this platform.”

string userId = "###";
string accessToken = "###";

SendBirdClient.Init("###");
        
SendBirdClient.Connect(userId, accessToken, (User user, SendBirdException e) =>
{
    if (e != null)
    {
        Console.WriteLine(e.Message);
        return; // Handle error.
    }

    // The user is connected to the Sendbird server.
    Console.WriteLine("It works!");
});

The error returned in the response:

Hi @Sander,

Welcome to the Sendbird Community. Can you tell me what version of the SDK you’re utilizing? I’ll see if I can recreate this behavior.

I’m receiving this same issue attempting to use .NET 6 with version 3.0.29.0 of the SendBird.dll

Is .NET truly supported? or are there explicit versions that we need to use?

Hi @Chris_Sandberg
Did you get the result?
I am getting same error.

Hi @Tyler ,

I tried integrating, SendBird sdk to my Dotnet core Razor, I got “operation not supported on this platform” message , I’m using dotnet 7.0