-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add supabase-csharp #428
base: master
Are you sure you want to change the base?
add supabase-csharp #428
Conversation
tk-aria
commented
Nov 28, 2024
•
edited
Loading
edited
- recommended: https://www.nuget.org/packages/Supabase/1.0.5
- obsolete: https://www.nuget.org/packages/supabase-csharp
@tk-aria you suggest a deprecated package when it has its alternative on that same page: https://www.nuget.org/packages/Supabase/ The only thing I see is that the alternative only targets .netstandard2.1: https://github.com/supabase-community/supabase-csharp/blob/master/Supabase/Supabase.csproj You should suggest an issue/PR to support .netstandard2.0 as well. |
@bdovaz I wanted to make the old package compatible with UPM, so I worked on the older version. However, upon checking the following, it seems that support for .NET Standard 2.0 is only up to version 1.0.5:
What does this mean? |
Ok, I didn't realize that at least up to version 1.0.5 it is netstandard2.0 compatible. Unity is not netstandard2.1 compatible until Unity 2021.x and this repository tries to maintain 2.0 compatibility where possible. What I would do is have this PR try to add the package which is not deprecated and Unity 2021 users backwards can at least use up to version 1.0.5 of this package. |
Ok. I will fix it. |
@tk-aria but what I am saying is to ONLY add the package that is not deprecated, actually you are adding both |