David Hary

Results 10 issues of David Hary

It looks like the dynamic code generation for comparison generates an invalid IL code. I tried this for the Foo example for sorting on the Abscissa. The function `private static...

Using rev 0.9.232202 on Windows 11 VS 2022. I am seeing the issues reported here: [Dotnet project conversion try-convert fails when "Multiple installs of MSBuild"](https://stackoverflow.com/questions/68160126/dotnet-project-conversion-try-convert-fails-when-multiple-installs-of-msbuild)] on the VS 2022 build....

**Is your feature request related to a problem? Please describe.** This is more of a question: It looks like Application.myapp serves to point to the startup object. The project file...

enhancement
VB -> C#

**Is your feature request related to a problem? Please describe.** Consmetics **Describe the solution you'd like** After convetion, I rename the My Project folder to Properties, which attains the characteristics...

enhancement
VB -> C#

### Input code ```vbnet isr.Dsp.%28None%29 ``` ### Erroneous output ```C# isr.Dsp.%28None%29 ``` ### Expected output ```C# ``` ### Details * Product in use: [codeconverter.icsharpcode.net](https://codeconverter.icsharpcode.net) / VS extension * Version in...

compilation error
VB -> C#

### Input code ```vbnet Protected Overridable ReadOnly Property AutoClearEnabledQueryCommand As String ``` ### Erroneous output ```C# protected virtual string AutoClearEnabledQueryCommand { get; private set; } ``` ### Expected output ```C#...

compilation error
VB -> C#

**Is your feature request related to a problem? Please describe.** After completion, the code needs to be adapted to the code style and rules as defined by the .editorconfig file...

enhancement

Using Dapper.Config with Dapper.StrongName causes the following error in Dapper.Tests.Config ` CS0121 The call is ambiguous between the following methods or properties: 'Dapper.SqlMapper.QueryAsync(System.Data.IDbConnection, string, object, System.Data.IDbTransaction, int?, System.Data.CommandType?)' and 'Dapper.SqlMapper.QueryAsync(System.Data.IDbConnection,...

In the code below, the 'name' is set to TransactedConnection, which, naturally, does not have an entry in the AdapterDictionary, returning the default SQL Server adapter. Most likely, an exception...

Thank you for this interesting project. I am trying to see if I can use this to implement a bit of MVVM in Excel. I saw your indication that this...