What's Changed
- Fixed warning CS0618 by @glen-84 in #7299
- Fixed warning CS0067 by @glen-84 in #7300
- Fixed warning CS8632 by @glen-84 in #7297
- Fixed F# tests by @glen-84 in #7296
- Removed
--property WarningLevel=0
in CI builds by @glen-84 in #7298 - Fix off-by-one error in middleware cleanup tasks by @leddt in #7301
- Added Support colons in legacy GIDs by @tobias-tengler in #7304
- [Fusion] Add FusionGatewayBuilder.UseRequest by @tobias-tengler in #7283
- Added support for multiple Guid formats for global IDs by @tobias-tengler in #7302
- Added CursorKeySerializer registration by @michaelstaib in #7305
- Fixed whitespace by @glen-84 in #7318
- Enabled ImplicitUsings for all projects by @glen-84 in #7319
- Fixed issue with abstract types in operation compiler. by @michaelstaib in #7321
- Further optimize filter expressions by @nikolai-mb in #7311
- Fixed SetPagingOptions by @tobias-tengler in #7312
- Added the ability to specify a Markdown language for snapshot segments by @glen-84 in #7314
- Added support for IDictionary & IReadOnlyDictionary to ListTypeConverter by @glen-84 in #7309
- Fixed WebSocket test by @glen-84 in #7327
- Set Markdown language for generated source snapshots by @glen-84 in #7328
- Updated the DateTime scalar to enforce a specific format by @glen-84 in #7329
- Removed some unused snapshot files by @glen-84 in #7326
New Contributors
Full Changelog: 14.0.0-p.135...14.0.0-p.136