chore: Add custom headers from options in Client.cs #15
build-and-test.yml
on: pull_request
build-and-test
18s
Annotations
9 errors and 5 warnings
build-and-test:
Supabase/Client.cs#L277
'KeyValuePair<string, string>' does not contain a definition for 'Deconstruct' and no accessible extension method 'Deconstruct' accepting a first argument of type 'KeyValuePair<string, string>' could be found (are you missing a using directive or an assembly reference?)
|
build-and-test:
Supabase/Client.cs#L277
No suitable 'Deconstruct' instance or extension method was found for type 'KeyValuePair<string, string>', with 2 out parameters and a void return type.
|
build-and-test:
Supabase/Client.cs#L277
Cannot infer the type of implicitly-typed deconstruction variable 'key'.
|
build-and-test:
Supabase/Client.cs#L277
Cannot infer the type of implicitly-typed deconstruction variable 'value'.
|
build-and-test:
Supabase/Client.cs#L277
'KeyValuePair<string, string>' does not contain a definition for 'Deconstruct' and no accessible extension method 'Deconstruct' accepting a first argument of type 'KeyValuePair<string, string>' could be found (are you missing a using directive or an assembly reference?)
|
build-and-test:
Supabase/Client.cs#L277
No suitable 'Deconstruct' instance or extension method was found for type 'KeyValuePair<string, string>', with 2 out parameters and a void return type.
|
build-and-test:
Supabase/Client.cs#L277
Cannot infer the type of implicitly-typed deconstruction variable 'key'.
|
build-and-test:
Supabase/Client.cs#L277
Cannot infer the type of implicitly-typed deconstruction variable 'value'.
|
build-and-test
Process completed with exit code 1.
|
build-and-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-test:
Supabase/Client.cs#L279
Nullability of reference types in value of type 'var' doesn't match target type 'string'.
|
build-and-test:
Examples/SupabaseExample/Program.cs#L60
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
build-and-test:
Supabase/Client.cs#L279
Nullability of reference types in value of type 'var' doesn't match target type 'string'.
|
build-and-test:
Examples/SupabaseExample/Program.cs#L60
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|