Mark Overstreet
Mark Overstreet
After some more analysis I am not sure what to do so let me describe the simple app I am trying to build to prove that CSLA and MAUI Hybrid...
We looked into this further and were able to get a working solution; however, we may not have done it correctly and need your advice. We created a sample project...
Thanks, that is some great info. I'll check out the Kids app and the Conveyor utility! By the way, I just created a simple Xamarin forms app with a button...
Okay just checked out the client code and it seems this simple, just copy these lines into my sample Xamarin Forms project.. using Csla.Configuration; CslaConfiguration.Configure() .DataPortal() .DefaultProxy(typeof(Csla.DataPortalClient.HttpProxy), "https://xyz.net/api/dataportal"); However, ".Configure"...
I used Manage Nuget and I just checked and it is... CSLA-XamarinForms 4.11.2. I don't see a way to get anything higher. When I look at the Update tab this...
Ah okay I'll try that. Thanks