Skip to content

Commit

Permalink
Update migration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOssendorf committed Dec 30, 2024
1 parent db05e6b commit 5b54d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Upgrading to CSLA 9.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ Supporting nullable types means that some APIs have changed to support nullable
* Type `Csla.Serialization.SerializationFormatterFactory` was removed. To get the serializer resolve an instance of type `ISerializationFormatter`. For example `ApplicationContext.GetRequiredService<ISerializationFormatter>()`(from within a business object)
* `Csla.Core.IParent`
* `ApplyEditChild` and `RemoveChild` changed from `void` to `Task` return type
* `void Csla.Core.IContextManager.SetUser(IPrincipal principal)` does not accept `null` anymore
* This change only affects you when you use the `IContextManager` directly. If you use `ApplicationContext.User` CSLA will take care of translating it into a non-null IPrincipal.

#### Using Timeout in `HttpProxy` and `HttpCompressionProxy`

Expand Down

0 comments on commit 5b54d03

Please sign in to comment.