try-convert
try-convert copied to clipboard
Helping .NET developers port their projects to .NET Core!
When try-convert migrates from packages.config to PackageReference it should provide informational links/messaging that explain that some features may have changed by moving to PackageReference. Packages such as [NLog.Config](https://www.nuget.org/packages/NLog.Config/) do not...
Console output:- No OutputType found in the project file '{proj-path}.csproj'. Are you sure your project builds today? {proj-path}.csproj does not have a supported OutputType. No projects converted. Please let me...
Currently it looks like you are using static calls to System.IO.File to write to files. This fails because our files are read-only. I can't check out our whole solution (100s...
Hello, I ran `try-convert` no a solution containing a ASP.Net project to migrate other projects to SDK-style csprojs. Building the project in VS2022 without VS2019 installed on the machine failed....
I'm trying to port from .net framework to .net core , I used try-convert but I got this error "System.UnauthorizedAccessException: Access to the path 'Path" however I have a full...
I would like this option so that way programs that are targeting .NET Framework and using WPF or Windows Forms can have an option to convert to MAUI easily. However...
Hello, After converting my WPF project written in VB to net .5, I have several BC3002 error codes in MYWpfExtension.vb file. What is the solution? Is this a convertion problem...
as mentioned in https://github.com/dotnet/upgrade-assistant/issues/546: > [...] If AssemblyInfo.cs is part of the project, check to see if wildcards are being used and properly set false in the new csproj. Right...
I'm trying to convert my **net48** app to the new sdk-style project format without migrating to **net5.0** for the time being. When I use the `--keep-current-tfms` switch, it will change...
It would be nice to use try-convert on extension projects to migrate them for use in vs2022. Seems like something that extension developers would love, it has a nice set...