Skip to content

Commit cb817a9

Browse files
committed
fb
1 parent 915254f commit cb817a9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Http/Http.Abstractions/src/PublicAPI.Shipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ Microsoft.AspNetCore.Routing.RouteValueDictionary.Comparer.get -> System.Collect
336336
Microsoft.AspNetCore.Routing.RouteValueDictionary.ContainsKey(string! key) -> bool
337337
Microsoft.AspNetCore.Routing.RouteValueDictionary.Count.get -> int
338338
Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator
339+
Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator.Enumerator() -> void
339340
Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator.Current.get -> System.Collections.Generic.KeyValuePair<string!, object?>
340341
Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator.Dispose() -> void
341342
Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator.Enumerator(Microsoft.AspNetCore.Routing.RouteValueDictionary! dictionary) -> void

src/Http/Http.Abstractions/src/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Microsoft.AspNetCore.Http.RouteHandlerContext.RouteHandlerContext(System.Reflect
2222
Microsoft.AspNetCore.Http.RouteHandlerFilterDelegate
2323
Microsoft.AspNetCore.Http.RouteHandlerInvocationContext
2424
Microsoft.AspNetCore.Http.RouteHandlerInvocationContext.RouteHandlerInvocationContext() -> void
25-
Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator.Enumerator() -> void
2625
Microsoft.AspNetCore.Routing.RouteValueDictionary.RouteValueDictionary(Microsoft.AspNetCore.Routing.RouteValueDictionary? dictionary) -> void
2726
Microsoft.AspNetCore.Routing.RouteValueDictionary.RouteValueDictionary(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, object?>>? values) -> void
2827
Microsoft.AspNetCore.Routing.RouteValueDictionary.RouteValueDictionary(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, string?>>? values) -> void

0 commit comments

Comments
 (0)