PreviousNext

.NET Portability Analyzer

by bill-s, 2020-05-08T02:40:43.438Z

In order to migrate your application from .NET Framework to .NET Core, one part of the migration is making sure your existing code that targets the .NET Framework BCL (Base Class Library) also works with the .NET Core BCL. This is where the .NET Portability Analyzer comes in.

Read More