azure-activedirectory-identitymodel-extensions-for-dotnet icon indicating copy to clipboard operation
azure-activedirectory-identitymodel-extensions-for-dotnet copied to clipboard

Mark BaseConfigurationManager.GetBaseConfigurationAsync abstract.

Open brentschmaltz opened this issue 2 months ago • 0 comments

https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/c24bfe683427dbad566fe617d0d590ec3a61d8aa/src/Microsoft.IdentityModel.Tokens/BaseConfigurationManager.cs#L90

Was stubbed with a virtual instead of abstract as the method was added during a minor relase. This method must be defined for BaseConfigurationManager to do anything valuable.

Make the method abstract. This will be a compile time error for users.

brentschmaltz avatar Jun 21 '24 23:06 brentschmaltz