File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# # Ignore Visual Studio temporary files, build results, and
2
2
# # files generated by popular Visual Studio add-ons.
3
3
# #
4
- # # Get latest from https://github.com/github/gitignore/blob/master /VisualStudio.gitignore
4
+ # # Get latest from https://github.com/github/gitignore/blob/main /VisualStudio.gitignore
5
5
6
6
# User-specific files
7
7
* .suo
Original file line number Diff line number Diff line change 4
4
{
5
5
// Use IntelliSense to find out which attributes exist for C# debugging
6
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
7
+ // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/main /debugger-launchjson.md
8
8
"name" : " Launch Hidi" ,
9
9
"type" : " coreclr" ,
10
10
"request" : " launch" ,
22
22
{
23
23
// Use IntelliSense to find out which attributes exist for C# debugging
24
24
// Use hover for the description of the existing attributes
25
- // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master /debugger-launchjson.md
25
+ // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/main /debugger-launchjson.md
26
26
"name" : " Launch Workbench" ,
27
27
"type" : " coreclr" ,
28
28
"request" : " launch" ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ var httpClient = new HttpClient
81
81
BaseAddress = new Uri (" https://raw.githubusercontent.com/OAI/OpenAPI-Specification/" )
82
82
};
83
83
84
- var stream = await httpClient .GetStreamAsync (" master /examples/v3.0/petstore.yaml" );
84
+ var stream = await httpClient .GetStreamAsync (" main /examples/v3.0/petstore.yaml" );
85
85
86
86
// Read V3 as YAML
87
87
var openApiDocument = new OpenApiStreamReader ().Read (stream , out var diagnostic );
You can’t perform that action at this time.
0 commit comments