Jonathan Law
Jonathan Law
I'm trying to set up actions to transition tickets when pull requests are opened/closed, but using the `atlassian/gajira-login` action is logging me in as `undefined`, causing the other actions to...
Cookie Authentication Handler session key is re-used even when sign out is called before signing in
### Is there an existing issue for this? - [X] I have searched the existing issues It's related to #47503 but slightly different ### Describe the bug [`CookieAuthenticationHandler.HandleSignInAsync`](https://github.com/dotnet/aspnetcore/blob/main/src/Security/Authentication/Cookies/src/CookieAuthenticationHandler.cs#L342) re-uses the...
#### Bug description Chained polymorphic types are not deserializing consistently between MessagePack 2.5.192 and 3.1.4. #### Repro steps ``` [MessagePackObject, Union(5, typeof(SpecificDisplayData))] public abstract class BaseData { protected BaseData() {...