Skip to content

Commit 5085121

Browse files
authored
Merge pull request github#15794 from michaelnebel/csharp/removecil
C#: Delete the CIL extractor.
2 parents 1a42e55 + eb62c03 commit 5085121

File tree

154 files changed

+7
-25943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+7
-25943
lines changed

csharp/.editorconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,5 @@ csharp_style_var_elsewhere = true:suggestion
268268
#
269269

270270
[extractor/Semmle.Extraction/Tuples.cs,
271-
extractor/Semmle.Extraction.CSharp/Tuples.cs,
272-
extractor/Semmle.Extraction.CIL/Tuples.cs]
273-
dotnet_naming_rule.members_should_be_pascal_case.severity = none
271+
extractor/Semmle.Extraction.CSharp/Tuples.cs]
272+
dotnet_naming_rule.members_should_be_pascal_case.severity = none

csharp/CSharp.sln

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Semmle.Extraction", "extrac
88
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Semmle.Extraction.CSharp", "extractor\Semmle.Extraction.CSharp\Semmle.Extraction.CSharp.csproj", "{C4D62DA0-B64B-440B-86DC-AB52318CB8BF}"
1010
EndProject
11-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Semmle.Extraction.CIL", "extractor\Semmle.Extraction.CIL\Semmle.Extraction.CIL.csproj", "{399A1579-68F0-40F4-9A23-F241BA697F9C}"
12-
EndProject
1311
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Semmle.Extraction.CSharp.DependencyFetching", "extractor\Semmle.Extraction.CSharp.DependencyFetching\Semmle.Extraction.CSharp.DependencyFetching.csproj", "{541D1AC5-E42C-4AB2-A1A4-C2355CE2A2EF}"
1412
EndProject
1513
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Semmle.Extraction.CSharp.Standalone", "extractor\Semmle.Extraction.CSharp.Standalone\Semmle.Extraction.CSharp.Standalone.csproj", "{D00E7D25-0FA0-48EC-B048-CD60CE1B30D8}"
@@ -18,8 +16,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Semmle.Extraction.CSharp.St
1816
EndProject
1917
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Semmle.Extraction.CSharp.Util", "extractor\Semmle.Extraction.CSharp.Util\Semmle.Extraction.CSharp.Util.csproj", "{998A0D4C-8BFC-4513-A28D-4816AFB89882}"
2018
EndProject
21-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Semmle.Extraction.CIL.Driver", "extractor\Semmle.Extraction.CIL.Driver\Semmle.Extraction.CIL.Driver.csproj", "{EFA400B3-C1CE-446F-A4E2-8B44E61EF47C}"
22-
EndProject
2319
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Semmle.Extraction.CSharp.Driver", "extractor\Semmle.Extraction.CSharp.Driver\Semmle.Extraction.CSharp.Driver.csproj", "{C36453BF-0C82-448A-B15D-26947503A2D3}"
2420
EndProject
2521
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Semmle.Extraction.Tests", "extractor\Semmle.Extraction.Tests\Semmle.Extraction.Tests.csproj", "{CD8D3F90-AD2E-4BB5-8E82-B94AA293864A}"

csharp/codeql-extractor.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ options:
4747
the code (for example if it uses inaccessible dependencies).
4848
type: string
4949
pattern: "^(false|true)$"
50-
cil:
51-
title: Whether to enable CIL extraction.
52-
description: >
53-
A value indicating, whether CIL extraction should be enabled.
54-
The default is 'true'.
55-
type: string
56-
pattern: "^(false|true)$"
5750
logging:
5851
title: Options pertaining to logging.
5952
type: object

csharp/extractor/Semmle.Extraction.CIL.Driver/ExtractorOptions.cs

Lines changed: 0 additions & 250 deletions
This file was deleted.

csharp/extractor/Semmle.Extraction.CIL.Driver/InvalidAssemblyException.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

csharp/extractor/Semmle.Extraction.CIL.Driver/Program.cs

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)