brinawebb

Results 26 comments of brinawebb

Hello Maui team. Is there any way this merge can be reviewed/approved? We are trying to convert our mobile project from Xamarin and this issue is preventing us from doing...

Hi Rocky. You have an await Task.Delay(2000); in your code. If you take that out then you'll get a warning that your method lacks an await. Is that OK? I've...

Thanks Jason. It does look like it has something to do with IsBusy? But it's perplexing as I'm not calling it, maybe MSTest is? Just created a simple unit test...

Sure, I'll post something here shortly. Thanks for all the help guys! ________________________________ From: Jason Bock Sent: Friday, March 20, 2020 7:16:38 AM To: MarimerLLC/cslaforum Cc: Brian Webb ; Mention...

Hi @JasonBock and @rockfordlhotka . Thank you very very much for your help! I've created a repo here: https://github.com/brinawebb/TempBizRuleAsync Start the Test Explorer and run the one unit test that's...

Great, thank you Rocky. I'll just continue to use the non-Async rules for now. I don't have any long-running rules anyways, but was wanting to use it in case I...

Hi @Chicagoan2016. I've found this is happening with both Fetch and Create.

Hi @rockfordlhotka . I put a DataPortal_Fetch in the sample repo and added a new unit test for the Get and cannot get it to work there either. I used...

OK, thanks. I think I'll wait for a Csla official Rocky solution :-)

Have you tried flagging your method with the [FetchChild] attribute? It should work without it, so this may be a workaround to a bug. [FetchChild] protected void Child_Fetch()