try-convert icon indicating copy to clipboard operation
try-convert copied to clipboard

Helping .NET developers port their projects to .NET Core!

Results 67 try-convert issues
Sort by recently updated
recently updated
newest added

When running `try-convert` it respondes with an error message saying I must install NetCore version 5 (which is [out of support](https://dotnet.microsoft.com/en-us/download/dotnet)) ``` You must install or update .NET to run...

This pull request updates the following dependencies [marker]: (Begin:189e22bc-8dfd-4bf5-54b3-08d8f9ff267b) ## From https://github.com/dotnet/arcade - **Subscription**: 189e22bc-8dfd-4bf5-54b3-08d8f9ff267b - **Build**: 20230630.1 - **Date Produced**: June 30, 2023 12:39:55 PM UTC - **Commit**: 9fc23a576f443284d25cd4311f5778158ad289c9...

This pull request updates the following dependencies [marker]: (Begin:189e22bc-8dfd-4bf5-54b3-08d8f9ff267b) ## From https://github.com/dotnet/arcade - **Subscription**: 189e22bc-8dfd-4bf5-54b3-08d8f9ff267b - **Build**: 20230620.3 - **Date Produced**: June 20, 2023 9:04:29 PM UTC - **Commit**: 06d73ccc1f421af06c2794741a9913f474f66b3d...

as usual, I use try-convert command, migration old csproj template to new, but unlucky, when run host project, a issue appear, _Could not load file or assembly 'System.ComponentModel.Annotations, Version=4.2.0.0, Culture=neutral,...

Similarly to previous issues, I have this: `try-convert -w MySolution.sln -m "C:\Program Files\dotnet\sdk\6.0.402"` crashes with: ``` System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Impossibile trovare il...

Additional cleanup to remove empty ItemGroup and PropertyGroup elements from the project file when converting.