Philip Lee
Philip Lee
Latest repo dev or master branch gives  when trying to build with VS2019. and this  when trying to build with VS2022.
**Product and Version Used**: Roslynator 2.3.0 Visual Studio 16.4.4 **Steps to Reproduce**: Consider this Linq code running against a SQL database with a case sensitive collation. This is attempting to...
You need to update CommandLineParser to V2 to eliminate some warnings. Unfortunately there are breaking changes that will then need to be fixed. 
To get the latest source to build I had to reinstall some packages update-package -reinstall graphengine.core on the -tsl projects update-package -reinstall graphengine.like on the -likq projects then remove all...
It would be useful if BulkUpdate returned the count of rows affected. Same for other methods where it makes sense.
Create a web service reference with a shared assembly. If the DTO has a DataContract that specifies a namespace the type isn't reused. This [bug ](https://github.com/dotnet/wcf/issues/3253) was supposed to have...
I'm trying to run dotnet-svcutil in the debugger and have an issue with the bootstrapper and package restore. If I build the tool and run it from the command line,...
### Installed product versions - Visual Studio: 2017 (15.5.0) ### Description This page https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files says > Important At present, package references are supported in Visual Studio 2017 only, for .NET...
Hi, I'm trying to use the 'Add new linked workitem' action. This requires a value in the 'Workitem template' field. Unfortunately the dropdown isn't populated and I can't see how...
When running VS code metrics for a solution, VS appears to run a separate build for each project, which causes the BuildVision window to keep opening and closing. This is...