Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Unable to convert .NET Framework 4.8 Test Project #156

Closed
tomaustin700 opened this issue Dec 6, 2019 · 2 comments · Fixed by #161
Closed

Unable to convert .NET Framework 4.8 Test Project #156

tomaustin700 opened this issue Dec 6, 2019 · 2 comments · Fixed by #161

Comments

@tomaustin700
Copy link
Contributor

Hi,
I am trying to convert a .NET Framework 4.8 Test project but I am getting the following error:

Not all project type guids are supported.
All supported project type guids:
        fae04ec0-301f-11d3-bf4b-00c04f79efbc
        60dc8134-eba5-43b8-bcc9-bb4bc16c2548
All given project type guids:
        {3AC096D0-A1C2-E12C-1390-A8335801FDAB}
        {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}

It seems that #70 added the functionality to convert test projects, should 3AC096D0-A1C2-E12C-1390-A8335801FDAB have been added to

Guid.Parse("{60DC8134-EBA5-43B8-BCC9-BB4BC16C2548}") // WPF
?

Hope you can help!
Tom

@jmarolf
Copy link
Contributor

jmarolf commented Dec 6, 2019

@tomaustin700 could you point to a sample project this is happening on? It will make this much easier to fix.

@tomaustin700
Copy link
Contributor Author

Hi @jmarolf
I have uploaded a sample project here: https://github.com/tomaustin700/TestConvertIssue

Hope this helps.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants