Skip to content

Move the instantiation of RequestContent after calling the Authenticator #412

Move the instantiation of RequestContent after calling the Authenticator

Move the instantiation of RequestContent after calling the Authenticator #412

Triggered via pull request April 9, 2023 12:44
Status Success
Total duration 8m 42s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
test: src/RestSharp/Request/RestRequestExtensions.cs#L341
Possible null reference argument for parameter 'value' in 'BodyParameter.BodyParameter(string? name, object value, ContentType contentType, DataFormat dataFormat = DataFormat.None)'.
test: src/RestSharp/Request/RestRequestExtensions.cs#L341
Possible null reference argument for parameter 'value' in 'BodyParameter.BodyParameter(string? name, object value, ContentType contentType, DataFormat dataFormat = DataFormat.None)'.
test: test/RestSharp.InteractiveTests/Program.cs#L11
Unreachable code detected
test: test/RestSharp.Tests.Serializers.Xml/SampleClasses/twitter.cs#L33
The type name 'user' only contains lower-cased ascii characters. Such names may become reserved for the language.