Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01e766c

Browse files
committed
C#: Disable uniqueness constraint from explicitly_implements
The documentation on `ExplicitInterfaceImplementations` says "Properties imported from metadata can explicitly implement more than one property", so the constraint appears to be invalid.
1 parent 643a8b5 commit 01e766c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/src/semmlecode.csharp.dbscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ overrides(
692692
int base_id: @callable ref);
693693

694694
explicitly_implements(
695-
unique int id: @member ref,
695+
int id: @member ref,
696696
int interface_id: @interface_or_ref ref);
697697

698698
local_functions(

0 commit comments

Comments
 (0)