V5.4.3
Client
- Significant performance improvements when working with many entities in various scenarios
Server
- Reduced allocatgions when parsing queries on server (both WCF and AspNetCore hosting) in #485 * Update nuget dependencies and add new dependencies to OpenRiaServices.Hosting.Wcf *
System.Collections.Immutable
andSystem.Memory
are new dependencies of Wcf hosting * .NET Framework builds now includes the smaller portable pdb's instead of of the old "full" windows style pdb's * NOTE: For .NET Framework apps ensure that supportedRuntime in app.config and corresponding setting in web.config does not specify an older runtime if you wan't line numbers in stack traces.
What's Changed
- Add net8 build of OpenRiaServices.Hosting.AspNetCore by @Daniel-Svensson in #479
- stop generating odata nuget by @Daniel-Svensson in #478
- Use portable pdb for .NET Framework by @Daniel-Svensson in #484
- Update Mstest to 3.2.0 by @Daniel-Svensson in #486
- Improve Add/Attach performance for large graphs by @Daniel-Svensson in #487
- Collection performance improvements by @Daniel-Svensson in #488
- Spanify DynamicQueryable by @Daniel-Svensson in #485
- EntiryRef Perf: Avoid Enumerable.OfType() by @Daniel-Svensson in #491
Full Changelog: v5.4.2...v5.4.3