Breaking changes in v5.9.3?

I noticed that after moving from 5.9.2 to 5.9.3 CredentialsAuthProvider no longer has a virtual TryAuthenticate method to override when inheriting. Is this intended? Should I consider 5.9.3 a prerelease version (since it is published on MyGet, but not NuGet)?

BR Anders

Check the announcements category for changes with the pre-release packages, for Auth Provider Breaking Changes see: Async Redis, DynamoDB, Cache, Session, Auth Repo & Auth Providers

E.g. you can inherit from CredentialsAuthProviderSync to inherit from the previous sync CredentialsAuthProvider.

1 Like