chore: remove the superseded docker-compose test infra #132
build-and-test.yml
on: pull_request
build-and-test
3m 20s
Annotations
21 warnings
|
build-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3, supabase/setup-cli@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test:
packages/Gotrue/Gotrue/Mfa/MfaVerifyParams.cs#L6
Non-nullable property 'FactorId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
packages/Gotrue/Gotrue/Mfa/MfaVerifyResponse.cs#L25
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
packages/Gotrue/Gotrue/Mfa/MfaVerifyResponse.cs#L21
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
packages/Gotrue/Gotrue/Mfa/MfaVerifyResponse.cs#L13
Non-nullable property 'TokenType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
packages/Gotrue/Gotrue/Mfa/MfaVerifyResponse.cs#L9
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
packages/Gotrue/Gotrue/Mfa/TOTP.cs#L22
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
packages/Gotrue/Gotrue/Mfa/TOTP.cs#L17
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
packages/Gotrue/Gotrue/Mfa/TOTP.cs#L11
Non-nullable property 'QrCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
packages/Gotrue/Gotrue/StatelessClient.cs#L104
Nullability of reference types in value of type 'AmrEntry?[]' doesn't match target type 'AmrEntry[]'.
|
|
build-and-test:
packages/Gotrue/Gotrue/AdminClient.cs#L129
Possible null reference assignment.
|
|
build-and-test:
packages/Storage/Storage/Client.cs#L6
Missing XML comment for publicly visible type or member 'Client'
|
|
build-and-test:
packages/Storage/Storage/BucketUpsertOptions.cs#L6
Missing XML comment for publicly visible type or member 'BucketUpsertOptions'
|
|
build-and-test:
packages/Storage/Storage/Bucket.cs#L22
Missing XML comment for publicly visible type or member 'Bucket.UpdatedAt'
|
|
build-and-test:
packages/Storage/Storage/Bucket.cs#L19
Missing XML comment for publicly visible type or member 'Bucket.CreatedAt'
|
|
build-and-test:
packages/Storage/Storage/Bucket.cs#L16
Missing XML comment for publicly visible type or member 'Bucket.Owner'
|
|
build-and-test:
packages/Storage/Storage/Bucket.cs#L13
Missing XML comment for publicly visible type or member 'Bucket.Name'
|
|
build-and-test:
packages/Storage/Storage/Bucket.cs#L10
Missing XML comment for publicly visible type or member 'Bucket.Id'
|
|
build-and-test:
packages/Storage/Storage/Bucket.cs#L7
Missing XML comment for publicly visible type or member 'Bucket'
|
|
build-and-test:
packages/Storage/Storage/FileObjectV2.cs#L14
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
packages/Storage/Storage/FileObjectV2.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|