AspNetCore 1.4.0 & 5.7.0 & EF Core 4.0.0 #561
Daniel-Svensson
started this conversation in
General
Replies: 1 comment
-
|
Update:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
AspNetCore 1.4.0
IMPORTANT:
OpenRiaServices.Server5.7.0New Features
Server can now intelligently handle both binary and XML content types
Bugfixes
EF Core 4.0
Core libraries (5.7.0)
Major Features
DateOnly and TimeOnly (DateOnly and TimeOnly support #540 #539, Add support for System.DateOnly/TimeOnly types #540)
DateOnly and TimeOnly are now fully supported primitive type, but REQUIRES .NET 10 runtime for serialisation.
XML Support
Added a new class
OpenRiaServices.Client.DomainClients.XmlHttpDomainClientFactorythat can be used to enable text-based XML communication with the server.Sample usage:
Server
EntityAssociationAttributeshould now be used instead ofAssociationAttribute(which is obsolete on .NET)Client
nullon clientGeneral Improvements
What's Changed
New Contributors
Full Changelog: v5.6.0...v5.7.0
This discussion was created from the release AspNetCore 1.4.0 & 5.7.0 & EF Core 4.0.0.
Beta Was this translation helpful? Give feedback.
All reactions