DEV Community

Guillaume Faas
Guillaume Faas

Posted on

Supabase .NET DevLog #4

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

I briefly mentioned I was working on the test suite in our previous entry. Well, I've got great news!
I made substantial progress on that: a small bump in code coverage (+11% average across packages), but mostly a significant bump on mutation score (+41% average across packages). If you never heard about mutation testing, the tldr is it represents how much you can trust your test suite, with a number: the mutation score. I digress, but let me know if you want to hear more about that.
This will help me build momentum on the SDK moving forward.

I also updated our SDK Reference, which hasn't been updated for more than two years, and made sure we exposed a C# snippet for every product in our docs.
The only caveat is nothing is automated on that front... I'll tackle that when we reach the monorepo.

Aside from those updates, I also closed a couple of PRs from contributors, and published a couple of releases.
I have to say the community have been responding so positively so far, it's just awesome 😎

We're getting closer to the monorepo migration. I'm currently planning this and getting together with other teams. My goal is to land this in the first half of August, and then the priority will be to work towards the new major version (hopefully soon).

Have a great day, and keep coding!

Top comments (0)