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 dc25f9e commit 63ab53fCopy full SHA for 63ab53f
src/Microsoft.OpenApi/Reader/OpenApiJsonReader.cs
@@ -20,7 +20,6 @@ namespace Microsoft.OpenApi.Reader
20
/// </summary>
21
public class OpenApiJsonReader : IOpenApiReader
22
{
23
-
24
/// <summary>
25
/// Reads the memory stream input and parses it into an Open API document.
26
src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs
@@ -1,10 +1,11 @@
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;
5
using System.IO;
6
using System.Linq;
7
using System.Net.Http;
8
+using System.Runtime.InteropServices.ComTypes;
9
using System.Security;
10
using System.Text;
11
using System.Threading;
0 commit comments