Skip to content

Add ExecutePatchtAsync and ExecuteDeleteAsync #374

Add ExecutePatchtAsync and ExecuteDeleteAsync

Add ExecutePatchtAsync and ExecuteDeleteAsync #374

Status Success
Total duration 11m 43s
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/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.
test: test/RestSharp.Tests.Integrated/HttpHeadersTests.cs#L32
Dereference of a possibly null reference.
test: test/RestSharp.Tests.Integrated/MultipartFormDataTests.cs#L55
Possible null reference assignment.
test: test/RestSharp.Tests.Integrated/MultipartFormDataTests.cs#L52
Non-nullable property 'CapturedContentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: test/RestSharp.Tests.Integrated/NonProtocolExceptionHandlingTests.cs#L9
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: test/RestSharp.Tests.Integrated/PostTests.cs#L51
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: test/RestSharp.Tests.Integrated/RequestHeadTests.cs#L57
Dereference of a possibly null reference.
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.