jeddytier4

Results 5 comments of jeddytier4

I've done something similar, but determined that we were limited by the less than stellar DI Container, so started using SimpleInjector instead. It was difficult at first, as the .net...

I've hit the same issue recently, though I don't have a definitive test to say when this began happening. In my case, I was lucky that it was an internal...

For plugins, I've always used `true` in the csproj file. I decided to use this instead of publish, as I can also use debug to launch the host application for...

I'm having a very similar issue. It appears that DefaultValue and OverrideValue are only applied when reading the CSV row by row. I need them to be applied for bulkcopy...

The first solution that comes to mind, is to make the OData get queries map the DTO to EF entities, and post/put queries map to CSLA edit classes. This should...