2

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.

obizues
  • 1,473
  • 5
  • 16
  • 30

1 Answers1

1

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.

obizues
  • 1,473
  • 5
  • 16
  • 30