Alexandre Bossard
Alexandre Bossard
Same issue, when upgraded to ~~kernel 6.6.2~~. I tried clearing all profiles and reflashing, all I get is a connect and an immediate disconnect: ``` kernel: Bluetooth: hci0: unexpected SMP...
Awesome! It has fixed it ! ```shell dotnet add package Microsoft.IdentityModel.Protocols.OpenIdConnect --version 7.4.0 ``` It is now a direct dependency instead of a transitive one. I have no way to...
Yes but no. There is packaging issue somewhere. If the `Microsoft.IdentityModel.JsonWebTokens` broke ABI somewhere, it should be reflected in the packaging dependencies (I doubt nuget is capable of doing that),...
So, after looking a bit more in to this, `Microsoft.AspNetCore.Authentication.JwtBearer` 8.0.2 pulls `Microsoft.IdentityModel.Protocols.OpenIdConnect 7.1.2`, and everything else as indirect dependency. My issue was having a `Microsoft.IdentityModel.JsonWebTokens` direct dependency, that in...
Yes, `[email protected]` does not work with `[email protected]`. But, IIUC, you would have to release an `[email protected]` to fix the dependency constraints.
This is still an issue, that broke our dependency update routine today (we keep creating project missing that non obvious dependency). Any news ?