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 085c1f1 commit 889fcdeCopy full SHA for 889fcde
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;
@@ -19,7 +19,6 @@
19
using System.Xml.Xsl;
20
using Microsoft.Extensions.Configuration;
21
using Microsoft.Extensions.Logging;
22
-using Microsoft.Extensions.Options;
23
using Microsoft.OData.Edm.Csdl;
24
using Microsoft.OpenApi.ApiManifest;
25
using Microsoft.OpenApi.ApiManifest.OpenAI;
src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs
@@ -5,7 +5,6 @@
5
using System.IO;
6
using System.Linq;
7
using System.Net.Http;
8
-using System.Runtime;
9
using System.Security;
10
using System.Threading;
11
using System.Threading.Tasks;
0 commit comments