You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue with context manager in a Blazor server setting (#4183)
* Update to latest nuget packages
* Ensure use of .NET 8 b/c .NET 9 has a bug
* Update version numbers to 8.2.6
* Add context manager tests
* Make HttpContext fake function enough for testing
* #4182 Don't remove other context managers, b/c the accessor needs to scan them all
* Target latest .NET 8 SDK
* Update to target CSLA 8.2.6
* Update release notes