try-convert
try-convert copied to clipboard
Helping .NET developers port their projects to .NET Core!
This will fix issue https://github.com/dotnet/try-convert/issues/421. Still has a couple of issues. Does not add -windows to the framework and it needs to add MSTestFacts.MSTestSDKPackageName to the project to compile
Trying to convert a .NET Framework 4.8 MSTest project using try-convert v0.9.232202. I get the following error output: ```text (project path redacted) is an unsupported project type. Not all project...
I simply ran the project against my solution and it crashed nearly immediately with the following stack trace. ```txt Microsoft.Build.Framework.InternalErrorException: MSB0001: Internal MSBuild Error: Throwing from logger shutdown ============= System.IO.FileLoadException:...
I'm walking through the main branch with a UWP C# project. My project fails out during the MSBuildConversionWorkspace.IsSupportedProjectType Method. The call to GetProjectStyle method does not return a valid ProjectStyle...
Now after conversion to net6.0 a project contains net6.0 but it should be net6.0-windows
This tool is already updated to .NET 6 but is not published. So when you install it as a global tool you get .NET 5 version. It forces the need...
D:\dd\try-convert\.dotnet\sdk\5.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets(257,5): error NETSDK1023: A PackageReference for 'Microsoft.NET.Test.Sdk' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it...
Here is the error when I attempt to run try-convert. I'm trying to convert something that doesn't even have newtonsoft json Microsoft.Build.Exceptions.InvalidProjectFileException: SDK Resolver Failure: "The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed...
I have an old project which currently exists in V4.7.2 target framework and I am trying to convert it to .net5.0 target framework with try-convert. when I run try-convert it...
For the following `.csproj`: ```xml SAK SAK SAK SAK Debug;Release;Staging Exe NET471 x64 true true win7-x64 ``` I am getting this error: ```bash System.InvalidOperationException: Sequence contains more than one matching...