error CS0246: The type or namespace name 'IKernel' could not be found

Staisha Neville 30 Reputation points
2024-01-30T19:11:45.3033333+00:00

I just update the Microsoft Semantic Kernel package (Microsoft.SemanticKernel) that my project is using to version 1.2.0, and now I am getting this error: error CS0246: The type or namespace name 'IKernel' could not be found (are you missing a using directive or an assembly reference?) Here are the relevant code snippets: User's imageUser's image

Is there something I could use in place of IKernel?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,088 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2024-01-30T21:12:36.7033333+00:00

    @Staisha Neville According to this issue, IKernel has been removed in the latest release. You would just have to use Kernel directly.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.