Fix incorrect 404 on pretranslations endpoints #223
Annotations
10 warnings
tests/Serval.E2ETests/ServalApiTests.cs#L47
Possible null reference argument for parameter 'servalUrl' in 'ServalClientHelper.ServalClientHelper(string servalUrl, string authUrl, string audience, string clientId, string clientSecret, string prefix = "SCE_", bool ignoreSSLErrors = false)'.
|
tests/Serval.E2ETests/ServalApiTests.cs#L48
Possible null reference argument for parameter 'authUrl' in 'ServalClientHelper.ServalClientHelper(string servalUrl, string authUrl, string audience, string clientId, string clientSecret, string prefix = "SCE_", bool ignoreSSLErrors = false)'.
|
tests/Serval.E2ETests/ServalApiTests.cs#L50
Possible null reference argument for parameter 'clientId' in 'ServalClientHelper.ServalClientHelper(string servalUrl, string authUrl, string audience, string clientId, string clientSecret, string prefix = "SCE_", bool ignoreSSLErrors = false)'.
|
tests/Serval.E2ETests/ServalApiTests.cs#L51
Possible null reference argument for parameter 'clientSecret' in 'ServalClientHelper.ServalClientHelper(string servalUrl, string authUrl, string audience, string clientId, string clientSecret, string prefix = "SCE_", bool ignoreSSLErrors = false)'.
|
tests/Serval.E2ETests/MissingServicesTests.cs#L148
Possible null reference argument for parameter 'servalUrl' in 'ServalClientHelper.ServalClientHelper(string servalUrl, string authUrl, string audience, string clientId, string clientSecret, string prefix = "SCE_", bool ignoreSSLErrors = false)'.
|
tests/Serval.E2ETests/MissingServicesTests.cs#L149
Possible null reference argument for parameter 'authUrl' in 'ServalClientHelper.ServalClientHelper(string servalUrl, string authUrl, string audience, string clientId, string clientSecret, string prefix = "SCE_", bool ignoreSSLErrors = false)'.
|
tests/Serval.E2ETests/MissingServicesTests.cs#L151
Possible null reference argument for parameter 'clientId' in 'ServalClientHelper.ServalClientHelper(string servalUrl, string authUrl, string audience, string clientId, string clientSecret, string prefix = "SCE_", bool ignoreSSLErrors = false)'.
|
tests/Serval.E2ETests/MissingServicesTests.cs#L152
Possible null reference argument for parameter 'clientSecret' in 'ServalClientHelper.ServalClientHelper(string servalUrl, string authUrl, string audience, string clientId, string clientSecret, string prefix = "SCE_", bool ignoreSSLErrors = false)'.
|
tests/Serval.E2ETests/ServalApiTests.cs#L47
Possible null reference argument for parameter 'servalUrl' in 'ServalClientHelper.ServalClientHelper(string servalUrl, string authUrl, string audience, string clientId, string clientSecret, string prefix = "SCE_", bool ignoreSSLErrors = false)'.
|
tests/Serval.E2ETests/ServalApiTests.cs#L48
Possible null reference argument for parameter 'authUrl' in 'ServalClientHelper.ServalClientHelper(string servalUrl, string authUrl, string audience, string clientId, string clientSecret, string prefix = "SCE_", bool ignoreSSLErrors = false)'.
|
The logs for this run have expired and are no longer available.
Loading