CsprojToVs2017
CsprojToVs2017 copied to clipboard
Tooling for converting pre 2017 project to the new Visual Studio 2017 format.
It seems we can implement some kind of analysis based on the information we gather. I've already implemented this part and I want more ideas for custom diagnostics. * W001:...
Currently gives warning that the files were not previously included, but they were, so it's no problem if they are covered by the new wildcard. Wildcard usage was pretty rare...
I'll try and post an example project later, but after converting two old unit test projects, I was left with the following references in each one which I had to...
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.1.0 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.1.0 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.1.0 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...
Hi, awesome tool! I just tried it and I see multiple lines with the same information in the csproj files ```xml x86 XXX net48 Title Title false Title false false...
Hi I attempted to execute the migration on our solution and this exception was thrown: 12:23:47 ERR] Project Solution.sln parsing has thrown an exception, skipping... System.Xml.XmlException: System does not support...
> dotnet tool install --global Project2015To2017.Migrate2019.Tool should copy just dotnet tool install --global Project2015To2017.Migrate2019.Tool no leading > since that breaks the shell.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...