microsoft / microsoft/DurableFunctionsMonitor
The type initializer for 'DurableFunctionsMonitor.DotNetBackend.Auth' threw an exception.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 290
- Forks
- 46
- Avg merge
- 6m
- Merged PRs (30d)
- 1
Description
Hello,
When upgrading to last Microsoft.IdentityModel.Protocols is pulling Microsoft.IdentityModel.Abstractions
from 6.32.3 to 6.33.0 that as the following breaking change on startup
The type initializer for 'DurableFunctionsMonitor.DotNetBackend.Auth' threw an exception. Method not found: 'System.Collections.Generic.ICollection`1<Microsoft.IdentityModel.Tokens.SecurityKey> Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration.get_SigningKeys()'.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the startup failure after Microsoft.IdentityModel.Protocols changes Microsoft.IdentityModel.Abstractions from 6.32.3 to 6.33.0. Trace the DotNetBackend.Auth type initializer and the resolved Microsoft.IdentityModel.Protocols.OpenIdConnect dependency; done means the application starts without the missing OpenIdConnectConfiguration.SigningKeys method error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100