mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
C#: Add test for unsupported uses of library code.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
| System.Private.CoreLib.dll#System#DateTime.AddYears(int) | 2 |
|
||||
| System.Private.CoreLib.dll#System#DateTime.AddDays(double) | 1 |
|
||||
| System.Private.CoreLib.dll#System#DateTime.DateTime(int, int, int) | 1 |
|
||||
| System.Private.CoreLib.dll#System#Guid.Parse(string) | 1 |
|
||||
@@ -0,0 +1 @@
|
||||
Telemetry/UnsupportedExternalAPIs.ql
|
||||
Reference in New Issue
Block a user