-
We just updated from Csla 4.6.600 to 4.6.602, and the fix for this issue https://github.com/MarimerLLC/csla/issues/737 is indeed a breaking change.
The issue is that while updating Microsoft.NETCor…
-
So the good news about 4.8.100 is that it'll get us back to a simpler world where there's only one `CSLA-Core` package in NuGet.
The bad news is that this is (obviously) a breaking change that'll a…
-
I have a dictionary property on a CSLA business object, I want that as we make updates to the dictionary object, it should make CSLA object as dirty.
Right now its not doing so as may be because dic…
-
**Describe the bug**
I've set the WinForms App.config to
"CslaDataPortalUrl" value="http://ptrackerserver.azurewebsites.net/WcfMobilePortal.svc"
**Version and Platform**
CSLA version: 4.7.200
O…
-
Previous CSLA Business Objects did allow to have a private constructor, but now when i inherit from BusinessBase i get a message like "CSLA business objects must have a public constructor with no argu…
-
Trying to use the WcfProxy from a Unit test project
```
[TestMethod]
public void TestMethod1()
{
ApplicationContext.User = new UnauthenticatedPrincipal();
var root = Person…
-
I have 2 quick Blazor questions. I'm using 5.1, I haven't updated yet, but will shortly.
I'm coming from CSLA 2 and windows. I read the CSLA Blazor book and I'm trying to understand a lot of chang…
-
Hello,
UWP x:Bind compiler thinks that CSLA object property is dependency property and
generates View.g.cs file with that assumption. Generated code includes code that tries to cast CSLA model to…
tiitk updated
7 years ago
-
i am working on aspnetcore+angular5+csla but i am facing problem at csla side like
1. - - LazyLoadProperty (how to call the LazyLoadProperty)
2. - -Parent Child Propery
3. - -application.cont…
-
I'm trying to get WcfProxy up and going on Csla again for Android, and I stumbled across the MobileProxy which looks like its also Wcf. What is the difference between the two? Does WcfProxy expect t…