v10.2.4
·
32 commits
to main
since this release
What's New in 10.2.4
Bug Fixes
- Fix dashboard
InvalidOperationExceptionwith Host authentication (#408) — AddsUseAuthorization()to the dashboard'sMap()branch pipeline when auth is enabled, fixing the errorEndpoint contains authorization metadata, but a middleware was not found that supports authorizationwhen usingWithHostAuthentication()
Improvements
- Switch Sample.WorkerService to ProjectReference — Fixes sync build failures on net8/net9 branches where
$(Version)resolved to a NuGet version that doesn't exist yet. All sample projects now consistently use ProjectReference - Fix build pipeline restore — Restore only build targets instead of full solution to avoid sample project dependency issues in CI
No Breaking Changes
All changes are fully backwards-compatible. No API changes required.