5.4.1
Overview
Code generation
- Fix .NET7+ code generation crash for RegularExpressionAttribute #449
Client
What's Changed
- Remove typo by @omimakhare in #446
- Use Dictionary.TryAdd for minor perf improvements in entityset add by @Daniel-Svensson in #451
- Speed up ValidateProperty by @Daniel-Svensson in #453
- Fix .NET7+ code generation crash for RegularExpressionAttribute by @Daniel-Svensson in #449
- Use mstestv3 as testing framework by @Daniel-Svensson in #372
- Move more tests from EndToEnd tests to Client.Test by @Daniel-Svensson in #454
- Add new test that validate how object level validation interact with property level validation by @Daniel-Svensson in #455
- Improve perf of ReplaceErrors by @Daniel-Svensson in #456
- Various fixes by @Daniel-Svensson in #460
New Contributors
- @omimakhare made their first contribution in #446
Full Changelog: v5.4.0...v5.4.1