Skip to content

Commit 842f29d

Browse files
author
Chris Martinez
committed
Remove obsolete UseQualifiedOperationNames property
1 parent 294d14b commit 842f29d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: src/Common.OData.ApiExplorer/ODataApiExplorerOptions.cs

-12
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,6 @@ public partial class ODataApiExplorerOptions : ApiExplorerOptions
3434
/// <see cref="ApiExplorerSettingsAttribute.IgnoreApi"/> with a value of <c>false</c> to all OData controllers.</remarks>
3535
public bool UseApiExplorerSettings { get; set; }
3636

37-
/// <summary>
38-
/// Gets or sets a value indicating whether qualified names are used when building URLs for operations (e.g. actions and functions).
39-
/// </summary>
40-
/// <value>True if qualified names are used when building URLs for operations; otherwise, false. The default value is <c>false</c>.</value>
41-
[EditorBrowsable( Never )]
42-
[Obsolete( "This property will be removed in the next major version. Use UseQualifiedNames instead.", error: true )]
43-
public bool UseQualifiedOperationNames
44-
{
45-
get => UseQualifiedNames;
46-
set => UseQualifiedNames = value;
47-
}
48-
4937
/// <summary>
5038
/// Gets or sets a value indicating whether qualified names are used when building URLs.
5139
/// </summary>

0 commit comments

Comments
 (0)