Daniel Nordström

Results 17 issues of Daniel Nordström

### Bug Description I'm using int Enums with the Flags attribute and inserting with ExecuteNonQueryAsync and AnonymouseType is working but when I try and read a row that have more...

bug

Hi, Sorry for this since it probably is not something wrong with the shape files here but Visio (as usual) but since you have dealt with search problems before you...

It would increase readability of code if it was possible to have function calls and definitions highlighted in a different color than atoms. I know that it's not a high...

enhancement

Hi, please feel free to close this if you feel I should ask this somewhere else. Today I'm using LinqKit to be able to reuse some Expression for selecting from...

question

Hi, I'm having some problems with reusing expressions and stumbled upon this really nice library! Now I wonder if the following is already possible with NeinLinq and if not if...

enhancement

### Description It would be nice if the visit method got a generic type overload, so I don't have to cast the expression returned. ```csharp return (Expression)ExpressionOptimizer.visit(expression); ``` Not sure...

### Description I'm buildning a library of Select Expressions for our product and have found that I would like to do something like this: ```csharp internal static class MapperDTO {...

### Environment - Visual Studio version: 2022 Enterprise - CodeMaid version: 12.0 - Code language: C# ### Description I have an older codebase and there are a lot of get...

bug
feature: cleaning

I would love if there was an option to not use the `this` modifier when generating a mapping, or respect the values for it in .editorconfig if possible.

enhancement
GenerateMapping

# The following is done in this PR Fixes: #6 * Updated the target frameworks to: * netstandard 2.0 * net4.6.2 * net6.0 * net7.0 * Changed testing framework to...