-
Notifications
You must be signed in to change notification settings - Fork 11
Nevermore 12 Migration
Paul Stovell edited this page Apr 17, 2020
·
4 revisions
Nevermore 12.0 has a lot of changes compared to 11.0 and prior. This page explains how to migrate between them.
Full list of new features in 12.0
The NuGet packages have changed. You'll need to remove the Nevermore.Contracts
package, as we no longer publish it, and then update the Nevermore
package to 12.1.0 or higher.
Since the Nevermore.Contracts
namespace no longer exists, you'll need to remove all references to it.
These marker interfaces were provided by Nevermore.Contracts. You can either shim them:
https://gist.github.com/PaulStovell/c2274018a1262506c120752e43db319c
Or delete them.
Overview
Getting started
Extensibility
Misc