David Hary

Results 13 comments of David Hary

Hi @waynebloss thank you for your reply. Could you give me a hint on how I can see the IL that is created by the `BuildValueTypeComparison` function? I can than...

This is what I have (on the Visual Studio 2022 only VM): 6.0.200 [C:\Program Files\dotnet\sdk]

My observations are: - Application.myapp and the associate designer can be removed from library and test projects. - Removing Application.myapp from the project file and leaving the designer seems to...

found a couple of additional cases for the application.designer in the project file of my converted C# projects.. see attached S&R script: [ApplicationMyApp-Remove.zip](https://github.com/icsharpcode/CodeConverter/files/5434184/ApplicationMyApp-Remove.zip)

priorities make sense. Using a formatting tool also is doable. Two points, though: 1. Using the tool on a perfect conversion might work well. Still, having Visual Studio do the...

Just to make sure: the ‘cannot specify…” message in the title of this issue came from VS. I presume telling us that C# is unhappy about this section. These messages...

the backing field is compiler-generated in VB.Net. Is it generated in C#? With this test code: < private string Bar { get; } [Fact] public void WriteReadOnlyField() { _Bar =...

Per MSDN (reading on stack overflow), the backing field is accessible only from the get and set functions of the property. I guess that is how the automated property is...

Yes, I am using the Transacted Connection thinking it is a super clever way to implement a transaction on existing code. ________________________________ From: Marc Gravell Sent: Thursday, June 4, 2020...