Skip to content

Consider the boundary quotes request option value #385

Consider the boundary quotes request option value

Consider the boundary quotes request option value #385

Triggered via pull request March 29, 2023 21:00
Status Success
Total duration 9m 19s
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.