Heiko Adams

Results 26 issues of Heiko Adams

The ColumnNames class of the Metadata Class can be marked as static by canging line 216 of Generated - Metadata (C#).est from `public class ColumnNames` to `public static class ColumnNames`

I've made some small fixes and optimizations to some templates.

Version 2019.1.1218.0 of EntitySpaces Studio generates buggy code for view clases. Every generated view class gets at least a constructor which requires a join alias but the GetDynamicQuery or Query...

Hi, this is the code generated by ES Studio for the Kunden property of my auftraege Class: ``` public Kunden Kunden { get { if (this._Kunden == null) { this._Kunden...

Hi, code like this is raising an InvalidOperation Exception `this.auftragTemporaer.UrspruenglicheLieferungViaFks.Laender.Eu.Value` Eu is a nullable bool property .

It would be nice if andstatus could use chrome's custom-tabs to open links instead of the default webbrowser.

UX enhancement
Help needed

It would nice if andstatus could be completely moved to sd card to save space on internal memory

New feature

I'm having some subfolders of my inbox-folder and some server-side filters which move matching new mails to that folders. Mailnag only notifies about new mails in the inbox but not...

Am I right that mailnag does not check if a mail is marked as deleted before notifying about new mails? If yes and there is a way to do so,...

If a constructor or method is expression boiled RECS0154 is raised even if the parameter is used. The following code raises a false positive RECS0154 for the parameter textbox: ```csharp...