readme #2
Annotations
1 error and 11 warnings
nuget-pack
Process completed with exit code 1.
|
nuget-pack
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nuget-pack:
Together/Models/ChatCompletions/Tools.cs#L8
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
nuget-pack:
Together/Models/ChatCompletions/Tools.cs#L11
Non-nullable property 'Function' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
nuget-pack:
Together/Models/ChatCompletions/ToolChoice.cs#L8
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
nuget-pack:
Together/Models/ChatCompletions/ToolChoice.cs#L11
Non-nullable property 'Function' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
nuget-pack:
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.
|
nuget-pack:
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.
|
nuget-pack:
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.
|
nuget-pack:
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.
|
nuget-pack:
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.
|
nuget-pack:
Together/Models/ChatCompletions/ToolCalls.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|