Update dependency Soenneker.Tests.FixturedUnit to 2.1.1175 (#3) #4
Annotations
10 warnings
Build:
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:
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:
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:
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:
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:
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:
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:
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:
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:
src/Requests/BlandCallRetry.cs#L14
Non-nullable property 'VoicemailAction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading