Pavel Levchuk
Pavel Levchuk
Now I see it. Can you show what's inside of `UseSpa()`?
Is index.html present after build in ClientApp/dist? I'd try to remove node_modules and install again, remove `SourcePath` and redeploy.
Same happens with IDictionary. class code: ``` public record class Settable(T Value) { public static implicit operator T(Settable value) => value.Value; } public class Query { public bool MyQuery(Settable? customFields)...
Facing the same issue with xUnit and Specflow.Autofac