Here’s a great set of tools for smoothing your transition to developing in .NET Core.
IDE
- VSCode – cross platform IDE; great for coding .NET Core
Portability
- .NET Portability Analyzer – VS plugin helps you understand portability of your project
- I Can Has .NET Core – provides GraphViz of your project showing supported, unsupported and other dependencies
Porting
- Reverse Package Search – Helps you determine where .NET functionality has moved (which packages, etc.)
- Michael Whelan’s excellent Porting .NET Framework Library to .NET Core