Vishvaka Ranasinghe
Vishvaka Ranasinghe
I was trying out a native AOT console app and got the following error.  Clicking https://aka.ms/native takes me to a web site that has nothing to do with .NET...
I have a scenario where, during a chat session, user requests may require different plugins. Based on [the documentation](https://learn.microsoft.com/en-us/semantic-kernel/concepts/plugins/?pivots=programming-language-csharp#import-only-the-necessary-plugins), it's recommended to import only the necessary plugins. Currently, my setup...