DEV Community

Guillaume Faas
Guillaume Faas

Posted on

Supabase .NET DevLog #5

Welcome to our weekly log for the Supabase .NET SDK! 🎉

Last week marks a milestone for the SDK: the migration to a monorepo is now done!

Achievement Unlocked!

Everything can be found under the main repository supabase-csharp. Every package has its own project under packages/.
Nothing changes for you (yet): same packages, same public API.

Prior to that, I had to merge/fix all the open PRs for every package, as these couldn't get carried over, and transferred all the open issues too.

This is now the single place to contribute and fill issues, as other repositories have been archived.

Now that this has been dealt with, I'm focusing on the upcoming v8.0.0 and all the breaking changes that come with it. Wish me luck! 😅

Have a great day, and keep coding!

Top comments (0)