v5.1.0-preview2
Pre-release
Pre-release
Daniel-Svensson
released this
13 Oct 13:28
·
145 commits
to main
since this release
5.1.0-preview2
- BinaryHttpDomainClientFactory improvements and bug fixes
- Serialize parameters based on contact's parameterType #318
This fixes a number of potential issues, such as passing "non-serialisable" enumerables such as result of LINQ Select
as method parameters - Properly handle nullable parameters for EntityActions #311
- Make fault handling more tolerant to different variants of Faults #310
- Add ServiceBaseUri to BinaryHttpDomainClientFactory construktor
- Serialize parameters based on contact's parameterType #318
DomainContext.DomainClientFactory = new OpenRiaServices.Client.DomainClients.BinaryHttpDomainClientFactory(new Uri("https://YOUR_SERVER_URI"), () => createHttpClient());
- Add .netstandard 2.0 build of server project #314
This is intended to unblock development of newer code generation and hosting layers on .Net 6