Skip to content

Commit d88c36f

Browse files
authored
Merge pull request #2064 from microsoft/chore/reduce-fluent-assertions-dependency
chore/reduce fluent assertions dependency
2 parents d7c4621 + 0c8ccf2 commit d88c36f

File tree

129 files changed

+494
-734
lines changed

Some content is hidden

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

129 files changed

+494
-734
lines changed

src/Microsoft.OpenApi.Readers/OpenApiYamlReader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
using Microsoft.OpenApi.Interfaces;
1010
using Microsoft.OpenApi.Reader;
1111
using SharpYaml.Serialization;
12-
using System.Linq;
1312
using Microsoft.OpenApi.Models;
1413
using System;
1514
using System.Text;

src/Microsoft.OpenApi/Interfaces/IOpenApiReader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the MIT license.
33

44
using System.IO;
5-
using System.Text.Json.Nodes;
65
using System.Threading;
76
using System.Threading.Tasks;
87
using Microsoft.OpenApi.Models;

src/Microsoft.OpenApi/MicrosoftExtensions/OpenApiEnumFlagsExtension.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
using System;
77
using Microsoft.OpenApi.Extensions;
8-
using Microsoft.OpenApi.Any;
98
using Microsoft.OpenApi.Interfaces;
109
using Microsoft.OpenApi.Writers;
1110
using System.Text.Json.Nodes;

src/Microsoft.OpenApi/MicrosoftExtensions/OpenApiEnumValuesDescriptionExtension.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using System.Collections.Generic;
88
using System.Linq;
99
using Microsoft.OpenApi.Extensions;
10-
using Microsoft.OpenApi.Any;
1110
using Microsoft.OpenApi.Interfaces;
1211
using Microsoft.OpenApi.Writers;
1312
using System.Text.Json.Nodes;

src/Microsoft.OpenApi/MicrosoftExtensions/OpenApiPagingExtension.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
using System;
77
using Microsoft.OpenApi.Extensions;
8-
using Microsoft.OpenApi.Any;
98
using Microsoft.OpenApi.Interfaces;
109
using Microsoft.OpenApi.Writers;
1110
using System.Text.Json.Nodes;

src/Microsoft.OpenApi/Models/OpenApiExample.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT license.
33

4-
using System;
54
using System.Collections.Generic;
65
using System.Text.Json.Nodes;
7-
using Microsoft.OpenApi.Any;
86
using Microsoft.OpenApi.Helpers;
97
using Microsoft.OpenApi.Interfaces;
108
using Microsoft.OpenApi.Writers;

src/Microsoft.OpenApi/Models/OpenApiParameter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Collections.Generic;
66
using System.Linq;
77
using System.Text.Json.Nodes;
8-
using Microsoft.OpenApi.Any;
98
using Microsoft.OpenApi.Extensions;
109
using Microsoft.OpenApi.Helpers;
1110
using Microsoft.OpenApi.Interfaces;

src/Microsoft.OpenApi/Models/RuntimeExpressionAnyWrapper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the MIT license.
33

44
using System.Text.Json.Nodes;
5-
using Microsoft.OpenApi.Any;
65
using Microsoft.OpenApi.Expressions;
76
using Microsoft.OpenApi.Helpers;
87
using Microsoft.OpenApi.Interfaces;

src/Microsoft.OpenApi/Reader/OpenApiReaderRegistry.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
using System;
55
using System.Collections.Concurrent;
6-
using System.Collections.Generic;
76
using Microsoft.OpenApi.Interfaces;
87

98
namespace Microsoft.OpenApi.Reader

src/Microsoft.OpenApi/Reader/OpenApiReaderSettings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Collections.Generic;
66
using System.IO;
77
using System.Text.Json.Nodes;
8-
using Microsoft.OpenApi.Any;
98
using Microsoft.OpenApi.Interfaces;
109
using Microsoft.OpenApi.MicrosoftExtensions;
1110
using Microsoft.OpenApi.Validations;

0 commit comments

Comments
 (0)