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.
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.