Skip to content

Added default parameters to the request. They got missing somehow. #373

Added default parameters to the request. They got missing somehow.

Added default parameters to the request. They got missing somehow. #373

Re-run triggered March 26, 2023 12:06
Status Success
Total duration 8m 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: test/RestSharp.Tests.Integrated/StatusCodeTests.cs#L181
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: test/RestSharp.Tests.Integrated/StatusCodeTests.cs#L60
Dereference of a possibly null reference.
test: test/RestSharp.Tests.Integrated/StatusCodeTests.cs#L77
Dereference of a possibly null reference.
test: test/RestSharp.Tests.Integrated/Server/Handlers/FileHandlers.cs#L48
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: test/RestSharp.Tests.Integrated/ResourceStringParametersTests.cs#L30
Possible null reference assignment.
test: test/RestSharp.Tests.Integrated/ResourceStringParametersTests.cs#L27
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: test/RestSharp.Tests.Integrated/RequestTests.cs#L19
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: test/RestSharp.Tests.Integrated/Models/LinkedINMemberProfile.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: test/RestSharp.Tests.Integrated/Models/LinkedINMemberProfile.cs#L10
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: test/RestSharp.Tests.Integrated/Models/LinkedINMemberProfile.cs#L12
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.