.netcompact-framework.net-corewindows-cewindows-embedded-compact

Convert .Net Compact Framework 3.5 to .Net Core


Is there a way I can easily see what portions of my .Net Compact Framework codebase are tied to things outside of .Net Core in order to assist a move over the .Net Core Framework?

I'm trying to move off of Windows CE and onto Linux with only writing as little code as needed.


Solution

  • We ended up stubbing/commenting out all CF code to create a .Net framework (proper) build.

    However the analyzer obviously was unable to see what wasn't compatible that was commented out.