Skip to content

Bump Microsoft.CodeAnalysis.CSharp from 4.4.0 to 4.5.0 #379

Bump Microsoft.CodeAnalysis.CSharp from 4.4.0 to 4.5.0

Bump Microsoft.CodeAnalysis.CSharp from 4.4.0 to 4.5.0 #379

Triggered via pull request March 27, 2023 22:58
Status Success
Total duration 7m 3s
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.InteractiveTests/Program.cs#L11
Unreachable code detected
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/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/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.