code style and api #3
Annotations
1 error and 11 warnings
Test and Collect Code Coverage
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
Together/Models/Rerank/RerankResponse.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Together/Models/Rerank/RerankResponse.cs#L12
Non-nullable property 'Object' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Together/Models/Rerank/RerankResponse.cs#L15
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Together/Models/Rerank/RerankResponse.cs#L18
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Together/Models/Rerank/RerankResponse.cs#L21
Non-nullable property 'Usage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Together/Models/Rerank/RerankRequest.cs#L9
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Together/Models/Rerank/RerankRequest.cs#L12
Non-nullable property 'Query' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Together/Models/Rerank/RerankRequest.cs#L15
Non-nullable property 'Documents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Together/Models/Rerank/RerankRequest.cs#L24
Non-nullable property 'RankFields' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Together/Clients/ModelClient.cs#L6
Parameter 'HttpClient httpClient' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Loading