Pedro Sampaio

Results 5 comments of Pedro Sampaio

I think this would allow you to keep the main Redux concepts while taking advantage of the C# language benefits. And keeping a separate package makes perfect sense. The main...

I believe you need to check for "!x.IsKeyedService" in ServiceGraph, when building the closed generics, just before the !x.ImplementationType.IsOpenGeneric() call. The call probably needs to be something like: ```csharp var...

The same issue happens when using the SemanticKernel integration using the ITextGenerationService, with an embedding model (nomic).

One thing to look out for is recursion in non-primitive properties, in particular Guid. From my basic exploration, #204 is including static properties, which means that it will get stuck...