-
Notifications
You must be signed in to change notification settings - Fork 6
.NET 10 migration breaking changes
Andrii Kaplanovskyi edited this page Jan 19, 2026
·
11 revisions
-
PR150 Automapper library (now paid) removed. Please use
Obelisk Projectionsinstead for all entity to Dto mappings. -
PR150 Obsolete
CreateandUpdatecommands, as well asCreateHandlerandUpdatehandlerremoved. Do not use genericCreateandUpdatecommands in your code, and if you do, please replace them with non-generic implementations. Note, Obelisk Core does not provide defaultCreateandUpdatecommands out of the box anymore. Those default command handlers used Automapper to map a dto into an entity, skipping all related business logic. -
PR163
MediatRlibrary (now paid) removed and replaced with our own version ofOneBeyond.Studio.Core.Mediator. Please see the PR on how you can replace the mediator in your code if needed. -
PR155
FluentAssertionslibrary (now paid) removed and replaced withAwesomeAssertions. -
PR155 Infrastructure based on
RabbitMQsupport removed.