Skip to content

Commit a23be5c

Browse files
committed
C#: Manually re-order the values in the CookieSecurePolicy enum.
1 parent 98f8bed commit a23be5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Abstractions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ public class CookieBuilder
178178
// Generated from `Microsoft.AspNetCore.Http.CookieSecurePolicy` in `Microsoft.AspNetCore.Http.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
179179
public enum CookieSecurePolicy
180180
{
181-
Always,
182-
None,
183181
SameAsRequest,
182+
Always,
183+
None
184184
}
185185

186186
// Generated from `Microsoft.AspNetCore.Http.Endpoint` in `Microsoft.AspNetCore.Http.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`

0 commit comments

Comments
 (0)