Add property to conditionally set the LangGraph recursion limit #2700
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build 🧱:
src/dotnet/Common/Services/DependencyInjection.cs#L154
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
|
Build 🧱:
src/dotnet/Common/Utils/Base58.cs#L79
Possible null reference return.
|
Build 🧱:
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 🧱:
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 🧱:
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 🧱:
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 🧱:
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 🧱:
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 🧱:
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 🧱:
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.
|
Loading