statler

Results 13 issues of statler

I have started generating the schema from my model for the first time (Previously this was handled independently) and I have realised that no indexes are annotated in the configs....

Hi Simon Just seeking a clarification on your licensing. My case is for a specific project that I will be working on for about 6 months. I am happy enough...

question

When generating the configuration for SqlCe image, the following is ```c# Property(x => x.Logo) .HasColumnName(@"Logo") .HasColumnType("image") .IsOptional() .HasMaxLength(null); ``` This throws an exception when trying to write any value to...

bug

Made some changes to get your (really useful) auth working for me in a .Net 7 winforms app. Changes: - made some classes more accessible to hook in from a...

I am having trouble generating the SQLite configs when using an EF7 library. I am getting the following error System.ArgumentException: 'Unable to find the requested .Net Framework Data Provider. It...

### Description When there is a problem with the clickonce app, the following window is displayed, which links to the app's publish property for Error URL (which doesn't seem to...

area-ClickOnce

This is a bit of a fishing expedition here as I am trying to understand if this is possible, and if so how I might start investigating. We have an...

enhancement
question
area-ClickOnce

- Added RuntimeResolutionContext to allow passing in variables which will be accessibl in the CustomFilterCompiler execution - Added additional property to the DataSourceLoadOptions for RuntimeResolutionContext - In CustomFilterCompilers add new...

Hi Aleksey Statler here - you may remember me from such posts as - https://github.com/DevExpress/DevExtreme.AspNet.Data/issues/367 - https://github.com/DevExpress/DevExtreme.AspNet.Data/issues/277 So, just when I thought I had every base covered, I have come...

As described in https://www.devexpress.com/Support/Center/Question/Details/T758528/modify-the-datasourceloader-to-support-projection-as-part-of-the-original-query-operation and referenced threads - repeated below for simplicity In a nutshell, the issue is this; It is best practice in EF to return a DTO rather...

enhancement
has-workaround