Skip to content

Commit b8f63e5

Browse files
author
Bart Koelman
committed
Add None enum member to flags
1 parent 4798144 commit b8f63e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/JsonApiDotNetCoreTests/IntegrationTests/ResourceDefinitionExtensibilityPoints.cs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ namespace JsonApiDotNetCoreTests.IntegrationTests
99
[Flags]
1010
public enum ResourceDefinitionExtensibilityPoints
1111
{
12+
None = 0,
1213
OnApplyIncludes = 1,
1314
OnApplyFilter = 1 << 1,
1415
OnApplySort = 1 << 2,

0 commit comments

Comments
 (0)