obizues
obizues

Reputation: 1473

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.

Upvotes: 2

Views: 593

Answers (1)

obizues
obizues

Reputation: 1473

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.

Upvotes: 1

Related Questions