Pavel Levchuk

Results 14 comments of Pavel Levchuk

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)...