angtianqiang

Results 6 issues of angtianqiang

是否打算支持Croe3.0?

下载ZIP后无法解压,是不是我的操作不对

I use CSLA5.0.1 in.netcore3.1 + WPF, using HttpProxy proxy, want to know how to pass the server-side exception back to the client? I set the Csla. ApplicationContext. DataPortalReturnObjectOnException = true...

FAQ

@rockfordlhotka Sublists verification does not pass, but the ROOT class of the Entity. The BrokenRulesCollection. Count is 0, Csla. Rules. BusinessRules. GetAllBrokenRules method returns an empty, IsValid=false for the ROOT...

@rockfordlhotka I tested a very strange question I tested a very strange question Running environment: WPF netcore3.0 csla5.0.1 Problem description: set the ClientContext value in the WPF start window and...

bug

public static class MyCommands { public static async Task DoExampleAsync(...) { var cmd = new ExampleCommand(...); cmd = await DataPortal.ExecuteAsync(cmd); return cmd.Result; } [Serializable] private class ExampleCommand : CommandBase {...