mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
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.
This commit is contained in:
@@ -692,7 +692,7 @@ overrides(
|
|||||||
int base_id: @callable ref);
|
int base_id: @callable ref);
|
||||||
|
|
||||||
explicitly_implements(
|
explicitly_implements(
|
||||||
unique int id: @member ref,
|
int id: @member ref,
|
||||||
int interface_id: @interface_or_ref ref);
|
int interface_id: @interface_or_ref ref);
|
||||||
|
|
||||||
local_functions(
|
local_functions(
|
||||||
|
|||||||
Reference in New Issue
Block a user