Skip to content

Add property to conditionally set the LangGraph recursion limit #2700

Add property to conditionally set the LangGraph recursion limit

Add property to conditionally set the LangGraph recursion limit #2700

Triggered via pull request December 14, 2024 17:00
Status Success
Total duration 1m 1s
Artifacts

dotnet-ci.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

55 warnings
build (GatekeeperAPI)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (GatekeeperAPI): src/dotnet/Common/Services/DependencyInjection.cs#L154
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (GatekeeperAPI): src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
build (GatekeeperAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (GatekeeperAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
build (GatekeeperAPI): src/dotnet/Common/Services/API/HttpClientFactoryService.cs#L136
Possible null reference argument for parameter 'name' in 'void HttpHeaders.Add(string name, string? value)'.
build (GatekeeperAPI): src/dotnet/Common/Services/API/DownstreamAPIService.cs#L42
Possible null reference assignment.
build (GatekeeperAPI): src/dotnet/Common/Services/API/DownstreamAPIService.cs#L50
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
build (GatekeeperAPI): src/dotnet/Common/Services/API/DownstreamAPIService.cs#L89
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
build (GatekeeperAPI): src/dotnet/Common/Services/API/DownstreamAPIService.cs#L128
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
build (GatekeeperAPI): src/dotnet/Common/Services/API/DownstreamAPIService.cs#L166
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
build (SemanticKernelAPI)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (SemanticKernelAPI): src/dotnet/Common/Services/DependencyInjection.cs#L154
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (SemanticKernelAPI): src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
build (SemanticKernelAPI): src/dotnet/Common/Services/Azure/AzureAIService.cs#L47
Possible null reference argument for parameter 'containerName' in 'Task IStorageService.WriteFileAsync(string containerName, string filePath, Stream fileContent, string? contentType, CancellationToken cancellationToken)'.
build (SemanticKernelAPI): src/dotnet/Common/Services/API/DownstreamAPIService.cs#L50
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
build (SemanticKernelAPI): src/dotnet/Common/Services/API/DownstreamAPIService.cs#L89
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
build (SemanticKernelAPI): src/dotnet/Common/Services/Azure/AzureAIService.cs#L66
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
build (SemanticKernelAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (SemanticKernelAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
build (OrchestrationAPI)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (OrchestrationAPI): src/dotnet/Common/Services/DependencyInjection.cs#L154
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (OrchestrationAPI): src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
build (OrchestrationAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (OrchestrationAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
build (OrchestrationAPI): src/dotnet/Common/Services/Storage/BlobStorageService.cs#L223
Dereference of a possibly null reference.
build (OrchestrationAPI): src/dotnet/Common/Models/ResourceProviders/Agent/KnowledgeManagementAgent.cs#L25
Non-nullable property 'Vectorization' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/Response/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/Response/CompletionResponseBase.cs#L44
Non-nullable property 'UserPrompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/LongRunningOperationLogEntry.cs#L63
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreWorker)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (CoreWorker): src/dotnet/Common/Services/DependencyInjection.cs#L154
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (CoreWorker): src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
build (CoreWorker): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (CoreWorker): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
build (CoreWorker): src/dotnet/Common/Services/Azure/AzureAIService.cs#L47
Possible null reference argument for parameter 'containerName' in 'Task IStorageService.WriteFileAsync(string containerName, string filePath, Stream fileContent, string? contentType, CancellationToken cancellationToken)'.
build (CoreWorker): src/dotnet/Common/Services/Azure/AzureAIService.cs#L66
Possible null reference argument for parameter 'userIdentity' in 'Task<HttpClient> IHttpClientFactoryService.CreateClient(string clientName, UnifiedUserIdentity userIdentity)'.
build (CoreWorker): src/dotnet/Common/Services/Azure/AzureAIService.cs#L82
Possible null reference return.
build (CoreWorker): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L116
Non-nullable property 'UserObjectId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L119
Non-nullable property 'UserPuId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L122
Non-nullable property 'UserIdp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (CoreAPI): src/dotnet/Common/Services/DependencyInjection.cs#L154
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (CoreAPI): src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/BatchDataInput.cs#L14
Non-nullable property 'DataUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DatasetVersionRequest.cs#L14
Non-nullable property 'DataContainerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DatasetVersionRequest.cs#L20
Non-nullable property 'DataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DatasetVersionRequest.cs#L26
Non-nullable property 'DataUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L38
Non-nullable property 'AssetId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L41
Non-nullable property 'DataContainerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L44
Non-nullable property 'DataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L47
Non-nullable property 'DataUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.