OBSOLETE: Please use the Xpand.XAF.ModelEditor package that contains a standalone version of XAF Model Editor, designed to integrate with Visual Studio, Rider, Explore.
Also coming soon is the Model Editor for .NET Core and .NET Standard Projects. Read the announcement here.
If you’ve unloaded your csproj and take a look you’ve seen how cumbersome they can be and you must probably know how much simpler, leaner the new sdk project is. In Hanselman words:
“It lets you manage all project dependencies in one place and gives you and uncluttered view of top-level dependencies.”
And that statement above it is crucial for a smooth CI/CD flow.
We also won’t be needing to have DevExpress assemblies installed in the GAC we could use Nugets and have our projects in as many different versions as we want.
One really neat tool that help you with the migration is CsprojToVs2017 or if you prefer to do it manually you can follow this post.