Skip to content

Add .NET client for LLM Conversations support #3059

Add .NET client for LLM Conversations support

Add .NET client for LLM Conversations support #3059

Triggered via pull request December 4, 2024 07:34
Status Failure
Total duration 1m 51s
Artifacts

sdk_build.yml

on: pull_request
Matrix: test
Publish Packages
0s
Publish Packages
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 55 warnings
Test .NET 8.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 8.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 8.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 8.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L28
The type or namespace name 'ConfigurationBuilder' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 8.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L29
The type or namespace name 'Dictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 8.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L33
The type or namespace name 'IConfiguration' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 8.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L35
'ServiceCollection' does not contain a definition for 'AddDaprJobsClient' and no accessible extension method 'AddDaprJobsClient' accepting a first argument of type 'ServiceCollection' could be found (are you missing a using directive or an assembly reference?)
Test .NET 7.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 7.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 7.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 7.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L28
The type or namespace name 'ConfigurationBuilder' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 7.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L29
The type or namespace name 'Dictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 7.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L33
The type or namespace name 'IConfiguration' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 7.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L35
'ServiceCollection' does not contain a definition for 'AddDaprJobsClient' and no accessible extension method 'AddDaprJobsClient' accepting a first argument of type 'ServiceCollection' could be found (are you missing a using directive or an assembly reference?)
Test .NET 7.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L41
'DaprConversationClient' does not contain a definition for 'DaprApiToken' and no accessible extension method 'DaprApiToken' accepting a first argument of type 'DaprConversationClient' could be found (are you missing a using directive or an assembly reference?)
Build: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Build: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L28
The type or namespace name 'ConfigurationBuilder' could not be found (are you missing a using directive or an assembly reference?)
Build: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L29
The type or namespace name 'Dictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
Build: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L33
The type or namespace name 'IConfiguration' could not be found (are you missing a using directive or an assembly reference?)
Build: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L35
'ServiceCollection' does not contain a definition for 'AddDaprJobsClient' and no accessible extension method 'AddDaprJobsClient' accepting a first argument of type 'ServiceCollection' could be found (are you missing a using directive or an assembly reference?)
Build: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L41
'DaprConversationClient' does not contain a definition for 'DaprApiToken' and no accessible extension method 'DaprApiToken' accepting a first argument of type 'DaprConversationClient' could be found (are you missing a using directive or an assembly reference?)
Build: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L42
'DaprConversationClient' does not contain a definition for 'DaprApiToken' and no accessible extension method 'DaprApiToken' accepting a first argument of type 'DaprConversationClient' could be found (are you missing a using directive or an assembly reference?)
Build: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L28
The type or namespace name 'ConfigurationBuilder' could not be found (are you missing a using directive or an assembly reference?)
Build: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L29
The type or namespace name 'Dictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 9.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 9.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 9.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 9.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L28
The type or namespace name 'ConfigurationBuilder' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 9.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L29
The type or namespace name 'Dictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 9.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L33
The type or namespace name 'IConfiguration' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 9.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L35
'ServiceCollection' does not contain a definition for 'AddDaprJobsClient' and no accessible extension method 'AddDaprJobsClient' accepting a first argument of type 'ServiceCollection' could be found (are you missing a using directive or an assembly reference?)
Test .NET 9.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L41
'DaprConversationClient' does not contain a definition for 'DaprApiToken' and no accessible extension method 'DaprApiToken' accepting a first argument of type 'DaprConversationClient' could be found (are you missing a using directive or an assembly reference?)
Test .NET 6.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 6.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 6.0: src/Dapr.Jobs/DaprJobsClientBuilder.cs#L30
There is no argument given that corresponds to the required parameter 'assembly' of 'DaprGenericClientBuilder<DaprJobsClient>.BuildDaprClientDependencies(Assembly)'
Test .NET 6.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L28
The type or namespace name 'ConfigurationBuilder' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 6.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L29
The type or namespace name 'Dictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 6.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L33
The type or namespace name 'IConfiguration' could not be found (are you missing a using directive or an assembly reference?)
Test .NET 6.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L35
'ServiceCollection' does not contain a definition for 'AddDaprJobsClient' and no accessible extension method 'AddDaprJobsClient' accepting a first argument of type 'ServiceCollection' could be found (are you missing a using directive or an assembly reference?)
Test .NET 6.0: test/Dapr.AI.Test/Conversation/Extensions/DaprAiConversationBuilderExtensionsTest.cs#L41
'DaprConversationClient' does not contain a definition for 'DaprApiToken' and no accessible extension method 'DaprApiToken' accepting a first argument of type 'DaprConversationClient' could be found (are you missing a using directive or an assembly reference?)
Test .NET 8.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test .NET 8.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 8.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 8.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 8.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 8.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 8.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 8.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 8.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 8.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 8.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 7.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test .NET 7.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 7.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 7.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 7.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 7.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 7.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 7.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 7.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 7.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 7.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 9.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test .NET 9.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 9.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 9.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 9.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 9.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 9.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 9.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 9.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 9.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 9.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 6.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test .NET 6.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 6.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 6.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 6.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 6.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 6.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 6.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 6.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 6.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test .NET 6.0
The target framework 'net7' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.