All technologies
ASP.NET Core
2 painsavg 6.0/10
config 1dx 1
Blocking token cache operations prevent async patterns
7The TokenCache API in MSAL.NET uses void-returning event handlers for load/persist operations, forcing synchronous calls to distributed caches. This blocks threads and can cause application crashes under high load in ASP.NET Core applications, as async cache APIs cannot be leveraged.
configMSAL.NETASP.NET CoreToken Cache
Poor IDE and downstream integration of C# language features
5New C# language features (top-level statements, global includes) are sometimes delivered with incomplete IDE polish, integration issues, and downstream problems in ASP.NET Core. The implementation itself works, but the tooling and delivery experience suffers.
dxC#ASP.NET Core