03/11/2022 - Dotnet 6.0
Inspired by this documentation Separate Migrations, the goal is to have a migration suite for Sqlite (used in dev) and another one for SqlServer (used in production). This document gathers what in my case brought me a working solution.
We assume that your project contains a sln file, the objective is as follows: