We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f88a35 commit e0f0ed6Copy full SHA for e0f0ed6
src/Microsoft.OpenApi.Hidi/OpenApiService.cs
@@ -1,4 +1,4 @@
1
-// Copyright (c) Microsoft Corporation. All rights reserved.
+// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT license.
3
4
using System;
@@ -7,8 +7,12 @@
7
using System.Net;
8
using System.Net.Http;
9
using System.Text;
10
+using System.Threading.Tasks;
11
+using System.Xml.Linq;
12
+using Microsoft.OData.Edm.Csdl;
13
using Microsoft.OpenApi.Extensions;
14
using Microsoft.OpenApi.Models;
15
+using Microsoft.OpenApi.OData;
16
using Microsoft.OpenApi.Readers;
17
using Microsoft.OpenApi.Services;
18
using Microsoft.OpenApi.Validations;
0 commit comments