-
The Csla.Blazor.Client.Authentication types should be in a Csla.Blazor.Authentication namespace.
They can/should be written to work on client and server.
The `CslaUserService` type should do not…
-
### Discussed in https://github.com/MarimerLLC/csla/discussions/2013 and https://github.com/MarimerLLC/csla/discussions/2400
Originally posted by **MarkOverstreet** January 3, 2021
I'm using …
-
Added the latest CSLA beta to a new PCL project.
Went to add a new project item - CSLA templates are nowhere to be found!
Even though I do have them installed:
![image](https://cloud.githubusercont…
-
It’s pretty easy to reproduce. Create a new .NET Core console app, reference the latest CSLA-Core package, and….
```
using Csla;
using System;
namespace CslaSerializationAndSave
{
pu…
-
After cloning the latest CSLA repository from Github, which includes the Merge pull request #817, I'm getting the error Unable to find version '4.7.100-R18022202' of package 'CSLA-WPF'. I can run mos…
-
Create a CslaApiController (or similar) that can be used to expose a general purpose Web API endpoint that exposes a CSLA object graph to the service caller.
This endpoint should support GET and PUT …
-
**Describe the bug**
Using the latest code for MVCExample sample project.
After replacing the [Required] DataAnnotation with a Required BusinessRule in PersonEdit for the NameProperty, the Required …
-
**Describe the bug**
Customer.CheckDupicatePrimaryAddress.Execute(RuleContext) no suitable method found to override
protected override void Execute(Csla.Rules.RuleContext context)
above met…
-
**Describe the bug**
Upgrading to 5.4.1 has a breaking change. Can't have a DataPortal Interface method parameter without decorating method with [Fetch] attribute.
```c#
private void DataPortal_…
-
**Describe the bug**
As per comments on #1372 I have amended the blazor sample to use Csla's base type for ClaimsPrincipal
```
Csla.Security.CslaClaimsPrincipal cslaPrincipal = new Csla.Sec…