-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
After upgrading to Supabase.Functions v2.1.0, referencing Supabase.Client causes the following runtime error:
System.MissingMethodException: 'Method not found: 'Void Supabase.Functions.Client..ctor(System.String)'.'
The error occurs when instantiating a Supabase.Client. Supabase.Functions.Client seems to work fine.
Steps to reproduce:
- Create a console project
- Add the following Nuget packages:
- Supabase v1.1.1 (latest as of this message)
- Supabase.Functions v2.1.0
- Create a dummy client in main:
var client = new Supabase.Client("", ""); - App will throw runtime exception
Workaround:
Downgrading to v2.0.0 fixed the problem.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working