Jonathan Law

Results 3 issues of 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...

### 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...

area-security

#### 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() {...