Add state parameter support for server-side OAuth CSRF protection #116
Annotations
1 error and 20 warnings
|
Test
Process completed with exit code 1.
|
|
Test:
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.
|
|
Test:
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.
|
|
Test:
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.
|
|
Test:
Gotrue/Api.cs#L551
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
|
Test:
Gotrue/Api.cs#L549
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
|
Test:
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.
|
|
Test:
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.
|
|
Test:
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.
|
|
Test:
Gotrue/StatelessClient.cs#L125
Nullability of reference types in value of type 'AmrEntry?[]' doesn't match target type 'AmrEntry[]'.
|
|
Test:
Gotrue/AdminClient.cs#L129
Possible null reference assignment.
|
|
Build:
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:
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:
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:
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:
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:
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:
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:
Gotrue/Api.cs#L551
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
|
Build:
Gotrue/Api.cs#L549
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
|
Build:
Gotrue/AdminClient.cs#L129
Possible null reference assignment.
|
Loading