Improvements in processing redirects with cookie containers. #518
Annotations
1 error and 12 warnings
test
Process completed with exit code 1.
|
docs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test:
src/RestSharp/RestClient.Async.cs#L267
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
test:
src/RestSharp/RestClient.Async.cs#L267
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
test:
src/RestSharp/RestClient.Async.cs#L267
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
test:
src/RestSharp/RestClient.Async.cs#L267
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
test:
test/RestSharp.Tests.Serializers.Xml/SampleClasses/twitter.cs#L34
The type name 'user' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
test:
test/RestSharp.Tests.Integrated/Server/TestServer.cs#L61
Possible null reference argument for parameter 'query' in 'NameValueCollection HttpUtility.ParseQueryString(string query)'.
|
test:
test/RestSharp.Tests.Integrated/Server/TestServer.cs#L63
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
test:
test/RestSharp.Tests.Integrated/Server/TestServer.cs#L95
Possible null reference argument for parameter 'query' in 'NameValueCollection HttpUtility.ParseQueryString(string query)'.
|
test:
test/RestSharp.Tests.Integrated/RedirectOptionsTest.cs#L59
Dereference of a possibly null reference.
|
test:
test/RestSharp.Tests.Integrated/RedirectTests.cs#L65
Dereference of a possibly null reference.
|