Add logout endpoints #629
Annotations
15 warnings
Test:
Common/JsonSerialization/SemVersionJsonConverter.cs#L10
Possible null reference argument for parameter 'version' in 'SemVersion SemVersion.Parse(string version, SemVersionStyles style, int maxLength = 1024)'.
|
Test:
Common/Utils/ConnectionDetailsFetcher.cs#L35
Parameter 'cfIpCountry' must have a non-null value when exiting with 'true'.
|
Test:
Common/Utils/SemVersionExtensions.cs#L18
Possible null reference argument for parameter 'prerelease' in 'SemVersion SemVersion.ParsedFrom(BigInteger major, BigInteger? minor = null, BigInteger? patch = null, string prerelease = "", string metadata = "", bool allowLeadingZeros = false)'.
|
Test:
Common/Utils/SemVersionExtensions.cs#L18
Possible null reference argument for parameter 'metadata' in 'SemVersion SemVersion.ParsedFrom(BigInteger major, BigInteger? minor = null, BigInteger? patch = null, string prerelease = "", string metadata = "", bool allowLeadingZeros = false)'.
|
Test:
Common/Models/Paginated.cs#L8
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Common/Utils/SemVersionExtensions.cs#L18
Possible null reference argument for parameter 'prerelease' in 'SemVersion SemVersion.ParsedFrom(BigInteger major, BigInteger? minor = null, BigInteger? patch = null, string prerelease = "", string metadata = "", bool allowLeadingZeros = false)'.
|
Build:
Common/Utils/SemVersionExtensions.cs#L18
Possible null reference argument for parameter 'metadata' in 'SemVersion SemVersion.ParsedFrom(BigInteger major, BigInteger? minor = null, BigInteger? patch = null, string prerelease = "", string metadata = "", bool allowLeadingZeros = false)'.
|
Build:
Common/JsonSerialization/SemVersionJsonConverter.cs#L10
Possible null reference argument for parameter 'version' in 'SemVersion SemVersion.Parse(string version, SemVersionStyles style, int maxLength = 1024)'.
|
Build:
Common/Models/Paginated.cs#L8
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Common/Utils/ConnectionDetailsFetcher.cs#L35
Parameter 'cfIpCountry' must have a non-null value when exiting with 'true'.
|
Build:
API/Controller/Account/Authenticated/ChangeEmail.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
API/Controller/Account/PasswordResetCheckValid.cs#L17
XML comment has a param tag for 'accountService', but there is no parameter by that name
|
Build:
API/Controller/Account/PasswordResetComplete.cs#L18
XML comment has a param tag for 'accountService', but there is no parameter by that name
|
Build:
API/Controller/Account/Signup.cs#L17
XML comment has a param tag for 'accountService', but there is no parameter by that name
|
Build:
API/Controller/Account/SignupV2.cs#L19
XML comment has a param tag for 'accountService', but there is no parameter by that name
|
Loading