Rockford Lhotka

Results 109 issues of Rockford Lhotka

In some cases (such as Csla.Xaml), there is code like this: ```c# public override IPrincipal GetUser() { if (_principal == null) { if (ApplicationContext.AuthenticationType == "Windows") #pragma warning disable CA1416...

kind/bug

The historic data portal authn mode has been to flow the client-side principal/identity objects to the server with each data portal request. While this is easy and convenient, it is...

kind/enhancement
flag/breaking change
kind/technical debt
flag/security

In latest CSLA Maui (6.1.0 for iOS/Android), Csla.Xaml.ViewModelBase no longer seems to be accessible (although it can be accessed from Csla.Axml). Should Csla.Axml.ViewModelBase be used instead? _Originally posted by @ryanaw83...

kind/bug
area/xaml

A breaking change in ASP.NET Core 3 means that extra config is required if any dependent libraries use synchronous operations for IO or serialization. Right now `MobileFormatter` (more accurately its...

kind/enhancement
kind/technical debt
flag/researching

Although very risky and unsafe for a user, it may be possible for `MobileFormatter` to have an option to allow deserialization into a type of the same name/assembly where the...

kind/enhancement

Thanks @rockfordlhotka . Here is what I came up with for creating the proxy. As you had suggested, I added an HttpClientName to the options, and if it is blank,...

kind/enhancement

This issue is back in version 5.5.3 (5.4.0 until 5.5.2 seems to be ok), breaking Linux / Docker builds. ![image](https://user-images.githubusercontent.com/43775697/171562011-0aa8a4e9-3225-403b-9957-4cc73c0c7933.png) (screenshot from version 5.5.3 using the [NuGet Package explorer](https://nuget.info/packages/Csla/5.5.3)) In...

kind/bug

### Discussed in https://github.com/MarimerLLC/csla/discussions/2951 Originally posted by **michaelcsikos** May 23, 2022 I have two collections, one inherits from `BusinessListBase`, and the other from `BusinessBindingListBase`. Each collection is wrapped in a...

kind/enhancement

This may be a longer term goal, but over time it appears that [Core WCF](https://github.com/CoreWCF/CoreWCF) will become a viable technology that'll allow .NET Core (and .NET Standard?) code to support...

kind/enhancement
flag/help wanted
flag/researching