You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
I've been attempting to convert a solution that contains about 400 project files. About half way through it fails with this error below. The difficulty is that it doesn't say which particular project failed. It might be nice to have a log message stating which project it was attempting to convert.
System.NotSupportedException: This project has custom imports in a manner that's not supported.
at MSBuild.Abstractions.MSBuildWorkspace.CreateSdkBaselineProject(String projectFilePath, IProject project, IProjectRootElement root, ImmutableDictionary`2 configurations) in /_/src/MSBuild.Abstractions/MSBuildWorkspace.cs:line 100
at MSBuild.Abstractions.MSBuildWorkspace..ctor(ImmutableArray`1 paths, Boolean noBackup) in /_/src/MSBuild.Abstractions/MSBuildWorkspace.cs:line 49
at MSBuild.Abstractions.MSBuildWorkspaceLoader.LoadWorkspace(String path, Boolean noBackup) in /_/src/MSBuild.Abstractions/MSBuildWorkspaceLoader.cs:line 45
at MSBuild.Conversion.Program.Run(String project, String workspace, String msbuildPath, Boolean diffOnly, Boolean noBackup) in /_/src/try-convert/Program.cs:line 73
The text was updated successfully, but these errors were encountered:
I've been attempting to convert a solution that contains about 400 project files. About half way through it fails with this error below. The difficulty is that it doesn't say which particular project failed. It might be nice to have a log message stating which project it was attempting to convert.
The text was updated successfully, but these errors were encountered: