Skip to content

Commit 649f0b1

Browse files
authored
Merge pull request #557 from microsoft/dm/removecomparer
Removing Comparer classes
2 parents 55317d3 + 4e81bd7 commit 649f0b1

File tree

54 files changed

+27
-11887
lines changed

Some content is hidden

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

54 files changed

+27
-11887
lines changed

.vscode/launch.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
// Use IntelliSense to find out which attributes exist for C# debugging
6+
// Use hover for the description of the existing attributes
7+
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
8+
"name": ".NET Core Launch (console)",
9+
"type": "coreclr",
10+
"request": "launch",
11+
"preLaunchTask": "build",
12+
// If you have changed target frameworks, make sure to update the program path.
13+
"program": "${workspaceFolder}/src/Microsoft.OpenApi.Tool/bin/Debug/netcoreapp3.1/Microsoft.OpenApi.Tool.dll",
14+
"args": [],
15+
"cwd": "${workspaceFolder}/src/Microsoft.OpenApi.Tool",
16+
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
17+
"console": "internalConsole",
18+
"stopAtEntry": false
19+
},
20+
{
21+
"name": ".NET Core Attach",
22+
"type": "coreclr",
23+
"request": "attach",
24+
"processId": "${command:pickProcess}"
25+
}
26+
]
27+
}

src/Microsoft.OpenApi/Services/ComparisonContext.cs

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

src/Microsoft.OpenApi/Services/OpenApiAnyComparer.cs

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

src/Microsoft.OpenApi/Services/OpenApiComparer.cs

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

0 commit comments

Comments
 (0)