Skip to content

Commit 77a321e

Browse files
committed
C#: Manually re-order the values in the HttpOnlyPolicy enum.
1 parent d6880f0 commit 77a321e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ public class DeleteCookieContext
6666
// Generated from `Microsoft.AspNetCore.CookiePolicy.HttpOnlyPolicy` in `Microsoft.AspNetCore.CookiePolicy, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
6767
public enum HttpOnlyPolicy
6868
{
69-
Always,
7069
None,
70+
Always,
7171
}
7272

7373
}

0 commit comments

Comments
 (0)