Skip to content

Fix Microsoft AI adapters for latest abstractions #15

Fix Microsoft AI adapters for latest abstractions

Fix Microsoft AI adapters for latest abstractions #15

Triggered via pull request October 25, 2025 15:27
Status Failure
Total duration 41s
Artifacts

dotnet.yml

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

Annotations

1 error and 11 warnings
build-and-test
Process completed with exit code 1.
SonarScanner
This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action.
build-and-test: 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.
build-and-test: Together/Models/Rerank/RerankRequest.cs#L23
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-and-test: Together/Models/Rerank/RerankRequest.cs#L14
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-and-test: Together/Models/Rerank/RerankRequest.cs#L11
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-and-test: Together/Models/Rerank/RerankRequest.cs#L8
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-and-test: 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-and-test: 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-and-test: 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-and-test: 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-and-test: 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.