You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.OpenApi/Reader/OpenApiReaderSettings.cs
-25Lines changed: 0 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -11,36 +11,11 @@
11
11
12
12
namespaceMicrosoft.OpenApi.Reader
13
13
{
14
-
/// <summary>
15
-
/// Indicates if and when the reader should convert unresolved references into resolved objects
16
-
/// </summary>
17
-
publicenumReferenceResolutionSetting
18
-
{
19
-
/// <summary>
20
-
/// Create placeholder objects with an OpenApiReference instance and UnresolvedReference set to true.
21
-
/// </summary>
22
-
DoNotResolveReferences,
23
-
/// <summary>
24
-
/// Convert local references to references of valid domain objects.
25
-
/// </summary>
26
-
ResolveLocalReferences,
27
-
/// <summary>
28
-
/// ResolveAllReferences effectively means load external references. Will be removed in v2. External references are never "resolved".
29
-
/// </summary>
30
-
ResolveAllReferences
31
-
}
32
-
33
14
/// <summary>
34
15
/// Configuration settings to control how OpenAPI documents are parsed
35
16
/// </summary>
36
17
publicclassOpenApiReaderSettings
37
18
{
38
-
/// <summary>
39
-
/// Indicates how references in the source document should be handled.
40
-
/// </summary>
41
-
/// <remarks>This setting will be going away in the next major version of this library. Use GetEffective on model objects to get resolved references.</remarks>
0 commit comments