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

I'm not sure if the issue is with try-convert or Visual Studio but in Visual Studio 2019 16.8.3: 1. Create WPF .NET Framework app with the Visual Studio project template....

bug

It will be useful if this tool could convert proj files referenced in the csproj file: https://github.com/ClearCanvas/ClearCanvas/blob/master/Executable/ClearCanvas.Executable.csproj#L128 https://github.com/ClearCanvas/ClearCanvas/blob/master/Executable/PostBuild_dist.proj

enhancement

Hi, I noticed, that when a import to NuGet.targets is present, (as was added by EF6.3 install), then the project conversion fails with error 'This project has custom imports in...

Cannot load the correct Targets path when evaluating a UWP Project

bug

in the old project system you could define a `PostBuildEvent` like so ```XML if exist "$(DevEnvDir)..\..\VC\Auxiliary\Build\vsvars32.bat" ( call "$(DevEnvDir)..\..\VC\Auxiliary\Build\vsvars32.bat" editbin /largeaddressaware "$(TargetPath)" ) ``` And all the environment variables would...

bug

we're using SonarCSharp roslyn analyzers in a few projects. the following is how the tool converted the references (note the analyzer sections): ```cs ``` and that's how the same package...

enhancement

We converted some projects using --keep-current-tfms. It completes successfully without warning, but we noticed that the following props were quietly dropped / not included in the new sdk-style project. I...

bug

Michael Bates via [this tweet](https://twitter.com/m_r_bates/status/1179641204662767617) asked: Some of used project.json because there was support for that in nuget and it had features that packages.config didn't. Is there conversion for that...

enhancement

Generate a log in markdown for users. Default path is the bin directory, like BenchmarkDotNet. The log should include information about detecting things that aren't directly convertable. Examples: * App.config...

enhancement