-
Started a Xamarin C# project that utilizes some preexisting Csla objects. Can anyone point me towards some sample code that shows how to use the AddCsla() call in the xamarin app startup? Are there any other pitfalls to be aware of? |
Beta Was this translation helpful? Give feedback.
Answered by
edmathias
Apr 18, 2021
Replies: 1 comment
-
I'm an idiot. Found the code in csla\Samples\XamarinExample\XamarinExample\XamarinExample\App.xaml.cs . Hopefully this will help another google searcher. The code calls the ApplicationContextManager in Csla.Xaml which appears to be gone in version 5.4.2. The reference was located in Csla.Core. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rockfordlhotka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm an idiot. Found the code in csla\Samples\XamarinExample\XamarinExample\XamarinExample\App.xaml.cs . Hopefully this will help another google searcher.
The code calls the ApplicationContextManager in Csla.Xaml which appears to be gone in version 5.4.2. The reference was located in Csla.Core.