Skip to content

Update dependency Soenneker.Extensions.HttpClient to 3.0.2380 #666

Update dependency Soenneker.Extensions.HttpClient to 3.0.2380

Update dependency Soenneker.Extensions.HttpClient to 3.0.2380 #666

Triggered via pull request January 12, 2025 21:19
Status Success
Total duration 35s
Artifacts

build-and-test.yml

on: pull_request
build-and-test
26s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-and-test: src/Requests/ResponseData.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Requests/ResponseData.cs#L14
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Requests/ResponseData.cs#L17
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Requests/PronunciationGuide.cs#L11
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Requests/PronunciationGuide.cs#L14
Non-nullable property 'Pronunciation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Responses/CreateCallResponse.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Responses/CreateCallResponse.cs#L14
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Responses/CreateCallResponse.cs#L17
Non-nullable property 'CallId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Responses/CreateCallResponse.cs#L20
Non-nullable property 'BatchId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Requests/BlandCallDynamicData.cs#L12
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.