@tsonic/aspnetcore 10.0.12 → 10.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore.Authentication/bindings.json +0 -520
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +6 -31
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +0 -140
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +1 -7
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +0 -120
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +1 -6
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +0 -160
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +3 -22
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +0 -340
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +4 -21
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +223 -1903
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +19 -93
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +1 -1
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +0 -180
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +2 -11
- package/Microsoft.AspNetCore.Components.Server/bindings.json +0 -40
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Components.Web/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +4 -23
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Hosting/bindings.json +0 -100
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +0 -5
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +0 -20
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +0 -960
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -49
- package/Microsoft.AspNetCore.Localization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc/bindings.json +0 -660
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +8 -41
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +0 -80
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +15 -595
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +11 -35
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +0 -280
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +5 -18
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +0 -100
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +0 -40
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +3 -63
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +0 -120
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +6 -6
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +0 -600
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +18 -48
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +12 -612
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +3 -29
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +0 -60
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +0 -80
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +2 -6
- package/Microsoft.AspNetCore.SignalR/bindings.json +3 -103
- package/Microsoft.JSInterop/bindings.json +0 -120
- package/Microsoft.JSInterop/internal/index.d.ts +0 -6
- package/Microsoft.JSInterop.Implementation/bindings.json +0 -240
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +1 -13
- package/README.md +58 -2
- package/System.Threading.RateLimiting/bindings.json +16 -16
- package/package.json +4 -4
|
@@ -436,53 +436,24 @@ export interface HtmlHelper_1$instance<TModel> extends HtmlHelper$instance {
|
|
|
436
436
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_1: never;
|
|
437
437
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
|
|
438
438
|
|
|
439
|
-
ActionLink(linkText: string, actionName: string, controllerName: string, protocol: string, hostname: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
440
|
-
AntiForgeryToken(): IHtmlContent;
|
|
441
|
-
BeginForm(actionName: string, controllerName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
442
|
-
BeginRouteForm(routeName: string, routeValues: unknown, method: FormMethod, antiforgery: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): MvcForm;
|
|
443
|
-
CheckBox(expression: string, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
|
|
444
439
|
CheckBoxFor(expression: Expression_1<Func_2<TModel, System_Internal.Boolean>>, htmlAttributes: unknown): IHtmlContent;
|
|
445
440
|
Contextualize(viewContext: ViewContext): void;
|
|
446
|
-
Display(expression: string, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
447
441
|
DisplayFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
448
|
-
DisplayName(expression: string): string;
|
|
449
442
|
DisplayNameFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
|
|
450
443
|
DisplayNameForInnerType<TModelItem, TResult>(expression: Expression_1<Func_2<TModelItem, TResult>>): string;
|
|
451
444
|
DisplayTextFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
|
|
452
|
-
DropDownList(expression: string, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
|
|
453
445
|
DropDownListFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, optionLabel: string, htmlAttributes: unknown): IHtmlContent;
|
|
454
446
|
EditorFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string, additionalViewData: unknown): IHtmlContent;
|
|
455
|
-
Encode(value: string): string;
|
|
456
|
-
Encode(value: unknown): string;
|
|
457
|
-
EndForm(): void;
|
|
458
|
-
FormatValue(value: unknown, format: string): string;
|
|
459
|
-
GetEnumSelectList<TEnum extends unknown>(): IEnumerable_1<SelectListItem>;
|
|
460
|
-
GetEnumSelectList(enumType: Type): IEnumerable_1<SelectListItem>;
|
|
461
|
-
GetEnumSelectList(metadata: ModelMetadata): IEnumerable_1<SelectListItem>;
|
|
462
|
-
Hidden(expression: string, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
463
447
|
HiddenFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
|
|
464
448
|
IdFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
|
|
465
|
-
Label(expression: string, labelText: string, htmlAttributes: unknown): IHtmlContent;
|
|
466
449
|
LabelFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, labelText: string, htmlAttributes: unknown): IHtmlContent;
|
|
467
|
-
ListBox(expression: string, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
468
450
|
ListBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, selectList: IEnumerable_1<SelectListItem>, htmlAttributes: unknown): IHtmlContent;
|
|
469
451
|
NameFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>): string;
|
|
470
|
-
PartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task_1<IHtmlContent>;
|
|
471
452
|
PasswordFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, htmlAttributes: unknown): IHtmlContent;
|
|
472
|
-
RadioButton(expression: string, value: unknown, isChecked: Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): IHtmlContent;
|
|
473
453
|
RadioButtonFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, value: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
474
|
-
Raw(value: string): IHtmlContent;
|
|
475
|
-
Raw(value: unknown): IHtmlContent;
|
|
476
|
-
RenderPartialAsync(partialViewName: string, model: unknown, viewData: ViewDataDictionary): Task;
|
|
477
|
-
RouteLink(linkText: string, routeName: string, protocol: string, hostName: string, fragment: string, routeValues: unknown, htmlAttributes: unknown): IHtmlContent;
|
|
478
|
-
TextArea(expression: string, value: string, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
|
|
479
454
|
TextAreaFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, rows: int, columns: int, htmlAttributes: unknown): IHtmlContent;
|
|
480
|
-
TextBox(expression: string, value: unknown, format: string, htmlAttributes: unknown): IHtmlContent;
|
|
481
455
|
TextBoxFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string, htmlAttributes: unknown): IHtmlContent;
|
|
482
|
-
ValidationMessage(expression: string, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
483
456
|
ValidationMessageFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
484
|
-
ValidationSummary(excludePropertyErrors: boolean, message: string, htmlAttributes: unknown, tag: string): IHtmlContent;
|
|
485
|
-
Value(expression: string, format: string): string;
|
|
486
457
|
ValueFor<TResult>(expression: Expression_1<Func_2<TModel, TResult>>, format: string): string;
|
|
487
458
|
}
|
|
488
459
|
|
|
@@ -594,6 +565,8 @@ export interface PartialViewResultExecutor$instance extends ViewExecutor {
|
|
|
594
565
|
|
|
595
566
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
596
567
|
|
|
568
|
+
ExecuteAsync(actionContext: ActionContext, view: IView, viewResult: PartialViewResult): Task;
|
|
569
|
+
ExecuteAsync(context: ActionContext, result: PartialViewResult): Task;
|
|
597
570
|
ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable_1<System_Internal.Int32>): Task;
|
|
598
571
|
FindView(actionContext: ActionContext, viewResult: PartialViewResult): ViewEngineResult;
|
|
599
572
|
}
|
|
@@ -939,6 +912,7 @@ export interface ViewResultExecutor$instance extends ViewExecutor {
|
|
|
939
912
|
|
|
940
913
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
941
914
|
|
|
915
|
+
ExecuteAsync(context: ActionContext, result: ViewResult): Task;
|
|
942
916
|
ExecuteAsync(actionContext: ActionContext, view: IView, viewData: ViewDataDictionary, tempData: ITempDataDictionary, contentType: string, statusCode: Nullable_1<System_Internal.Int32>): Task;
|
|
943
917
|
FindView(actionContext: ActionContext, viewResult: ViewResult): ViewEngineResult;
|
|
944
918
|
}
|
|
@@ -776,66 +776,6 @@
|
|
|
776
776
|
"declaringAssemblyName": "Microsoft.AspNetCore.Html.Abstractions",
|
|
777
777
|
"isExtensionMethod": false,
|
|
778
778
|
"sourceInterface": "Microsoft.AspNetCore.Html.IHtmlContent"
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"stableId": "Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor.TagHelpers.DefaultTagHelperContent::Append(System.String):Microsoft.AspNetCore.Html.IHtmlContentBuilder",
|
|
782
|
-
"clrName": "Append",
|
|
783
|
-
"metadataToken": 0,
|
|
784
|
-
"canonicalSignature": "(System.String):Microsoft.AspNetCore.Html.IHtmlContentBuilder",
|
|
785
|
-
"normalizedSignature": "Append|(System.String):Microsoft.AspNetCore.Html.IHtmlContentBuilder|static=false",
|
|
786
|
-
"emitScope": "ClassSurface",
|
|
787
|
-
"provenance": "BaseOverload",
|
|
788
|
-
"arity": 0,
|
|
789
|
-
"parameterCount": 1,
|
|
790
|
-
"isStatic": false,
|
|
791
|
-
"isAbstract": false,
|
|
792
|
-
"isVirtual": true,
|
|
793
|
-
"isOverride": false,
|
|
794
|
-
"isSealed": false,
|
|
795
|
-
"visibility": "Public",
|
|
796
|
-
"declaringClrType": "Microsoft.AspNetCore.Razor.TagHelpers.DefaultTagHelperContent",
|
|
797
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Razor",
|
|
798
|
-
"isExtensionMethod": false
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"stableId": "Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor.TagHelpers.DefaultTagHelperContent::AppendHtml(Microsoft.AspNetCore.Html.IHtmlContent):Microsoft.AspNetCore.Html.IHtmlContentBuilder",
|
|
802
|
-
"clrName": "AppendHtml",
|
|
803
|
-
"metadataToken": 0,
|
|
804
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Html.IHtmlContent):Microsoft.AspNetCore.Html.IHtmlContentBuilder",
|
|
805
|
-
"normalizedSignature": "AppendHtml|(Microsoft.AspNetCore.Html.IHtmlContent):Microsoft.AspNetCore.Html.IHtmlContentBuilder|static=false",
|
|
806
|
-
"emitScope": "ClassSurface",
|
|
807
|
-
"provenance": "BaseOverload",
|
|
808
|
-
"arity": 0,
|
|
809
|
-
"parameterCount": 1,
|
|
810
|
-
"isStatic": false,
|
|
811
|
-
"isAbstract": false,
|
|
812
|
-
"isVirtual": true,
|
|
813
|
-
"isOverride": false,
|
|
814
|
-
"isSealed": false,
|
|
815
|
-
"visibility": "Public",
|
|
816
|
-
"declaringClrType": "Microsoft.AspNetCore.Razor.TagHelpers.DefaultTagHelperContent",
|
|
817
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Razor",
|
|
818
|
-
"isExtensionMethod": false
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"stableId": "Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor.TagHelpers.DefaultTagHelperContent::Clear():Microsoft.AspNetCore.Html.IHtmlContentBuilder",
|
|
822
|
-
"clrName": "Clear",
|
|
823
|
-
"metadataToken": 0,
|
|
824
|
-
"canonicalSignature": "():Microsoft.AspNetCore.Html.IHtmlContentBuilder",
|
|
825
|
-
"normalizedSignature": "Clear|():Microsoft.AspNetCore.Html.IHtmlContentBuilder|static=false",
|
|
826
|
-
"emitScope": "ClassSurface",
|
|
827
|
-
"provenance": "BaseOverload",
|
|
828
|
-
"arity": 0,
|
|
829
|
-
"parameterCount": 0,
|
|
830
|
-
"isStatic": false,
|
|
831
|
-
"isAbstract": false,
|
|
832
|
-
"isVirtual": true,
|
|
833
|
-
"isOverride": false,
|
|
834
|
-
"isSealed": false,
|
|
835
|
-
"visibility": "Public",
|
|
836
|
-
"declaringClrType": "Microsoft.AspNetCore.Razor.TagHelpers.DefaultTagHelperContent",
|
|
837
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Razor",
|
|
838
|
-
"isExtensionMethod": false
|
|
839
779
|
}
|
|
840
780
|
],
|
|
841
781
|
"properties": [
|
|
@@ -80,12 +80,9 @@ export interface DefaultTagHelperContent$instance extends TagHelperContent$insta
|
|
|
80
80
|
readonly IsEmptyOrWhiteSpace: boolean;
|
|
81
81
|
readonly IsModified: boolean;
|
|
82
82
|
Append(unencoded: string): TagHelperContent;
|
|
83
|
-
Append(unencoded: string): IHtmlContentBuilder;
|
|
84
83
|
AppendHtml(htmlContent: IHtmlContent): TagHelperContent;
|
|
85
84
|
AppendHtml(encoded: string): TagHelperContent;
|
|
86
|
-
AppendHtml(content: IHtmlContent): IHtmlContentBuilder;
|
|
87
85
|
Clear(): TagHelperContent;
|
|
88
|
-
Clear(): IHtmlContentBuilder;
|
|
89
86
|
CopyTo(destination: IHtmlContentBuilder): void;
|
|
90
87
|
GetContent(): string;
|
|
91
88
|
GetContent(encoder: HtmlEncoder): string;
|
|
@@ -1416,26 +1416,6 @@
|
|
|
1416
1416
|
"declaringClrType": "Microsoft.AspNetCore.Routing.CompositeEndpointDataSource",
|
|
1417
1417
|
"declaringAssemblyName": "Microsoft.AspNetCore.Routing",
|
|
1418
1418
|
"isExtensionMethod": false
|
|
1419
|
-
},
|
|
1420
|
-
{
|
|
1421
|
-
"stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.CompositeEndpointDataSource::GetGroupedEndpoints(Microsoft.AspNetCore.Routing.RouteGroupContext):System.Collections.Generic.IReadOnlyList_1",
|
|
1422
|
-
"clrName": "GetGroupedEndpoints",
|
|
1423
|
-
"metadataToken": 0,
|
|
1424
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Routing.RouteGroupContext):System.Collections.Generic.IReadOnlyList_1",
|
|
1425
|
-
"normalizedSignature": "GetGroupedEndpoints|(Microsoft.AspNetCore.Routing.RouteGroupContext):System.Collections.Generic.IReadOnlyList_1|static=false",
|
|
1426
|
-
"emitScope": "ClassSurface",
|
|
1427
|
-
"provenance": "BaseOverload",
|
|
1428
|
-
"arity": 0,
|
|
1429
|
-
"parameterCount": 1,
|
|
1430
|
-
"isStatic": false,
|
|
1431
|
-
"isAbstract": false,
|
|
1432
|
-
"isVirtual": true,
|
|
1433
|
-
"isOverride": false,
|
|
1434
|
-
"isSealed": false,
|
|
1435
|
-
"visibility": "Public",
|
|
1436
|
-
"declaringClrType": "Microsoft.AspNetCore.Routing.CompositeEndpointDataSource",
|
|
1437
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Routing",
|
|
1438
|
-
"isExtensionMethod": false
|
|
1439
1419
|
}
|
|
1440
1420
|
],
|
|
1441
1421
|
"properties": [
|
|
@@ -3085,46 +3065,6 @@
|
|
|
3085
3065
|
"declaringAssemblyName": "Microsoft.AspNetCore.Routing.Abstractions",
|
|
3086
3066
|
"isExtensionMethod": false,
|
|
3087
3067
|
"sourceInterface": "Microsoft.AspNetCore.Routing.IRouter"
|
|
3088
|
-
},
|
|
3089
|
-
{
|
|
3090
|
-
"stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.Route::GetVirtualPath(Microsoft.AspNetCore.Routing.VirtualPathContext):Microsoft.AspNetCore.Routing.VirtualPathData",
|
|
3091
|
-
"clrName": "GetVirtualPath",
|
|
3092
|
-
"metadataToken": 0,
|
|
3093
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Routing.VirtualPathContext):Microsoft.AspNetCore.Routing.VirtualPathData",
|
|
3094
|
-
"normalizedSignature": "GetVirtualPath|(Microsoft.AspNetCore.Routing.VirtualPathContext):Microsoft.AspNetCore.Routing.VirtualPathData|static=false",
|
|
3095
|
-
"emitScope": "ClassSurface",
|
|
3096
|
-
"provenance": "BaseOverload",
|
|
3097
|
-
"arity": 0,
|
|
3098
|
-
"parameterCount": 1,
|
|
3099
|
-
"isStatic": false,
|
|
3100
|
-
"isAbstract": false,
|
|
3101
|
-
"isVirtual": true,
|
|
3102
|
-
"isOverride": false,
|
|
3103
|
-
"isSealed": false,
|
|
3104
|
-
"visibility": "Public",
|
|
3105
|
-
"declaringClrType": "Microsoft.AspNetCore.Routing.Route",
|
|
3106
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Routing",
|
|
3107
|
-
"isExtensionMethod": false
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
3110
|
-
"stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.Route::RouteAsync(Microsoft.AspNetCore.Routing.RouteContext):System.Threading.Tasks.Task",
|
|
3111
|
-
"clrName": "RouteAsync",
|
|
3112
|
-
"metadataToken": 0,
|
|
3113
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Routing.RouteContext):System.Threading.Tasks.Task",
|
|
3114
|
-
"normalizedSignature": "RouteAsync|(Microsoft.AspNetCore.Routing.RouteContext):System.Threading.Tasks.Task|static=false",
|
|
3115
|
-
"emitScope": "ClassSurface",
|
|
3116
|
-
"provenance": "BaseOverload",
|
|
3117
|
-
"arity": 0,
|
|
3118
|
-
"parameterCount": 1,
|
|
3119
|
-
"isStatic": false,
|
|
3120
|
-
"isAbstract": false,
|
|
3121
|
-
"isVirtual": true,
|
|
3122
|
-
"isOverride": false,
|
|
3123
|
-
"isSealed": false,
|
|
3124
|
-
"visibility": "Public",
|
|
3125
|
-
"declaringClrType": "Microsoft.AspNetCore.Routing.Route",
|
|
3126
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Routing",
|
|
3127
|
-
"isExtensionMethod": false
|
|
3128
3068
|
}
|
|
3129
3069
|
],
|
|
3130
3070
|
"properties": [
|
|
@@ -299,7 +299,6 @@ export interface CompositeEndpointDataSource$instance extends EndpointDataSource
|
|
|
299
299
|
Dispose(): void;
|
|
300
300
|
GetChangeToken(): IChangeToken;
|
|
301
301
|
GetGroupedEndpoints(context: RouteGroupContext): IReadOnlyList_1<Endpoint>;
|
|
302
|
-
GetGroupedEndpoints(context: RouteGroupContext): IReadOnlyList_1<Endpoint>;
|
|
303
302
|
}
|
|
304
303
|
|
|
305
304
|
|
|
@@ -615,10 +614,8 @@ export interface Route$instance extends RouteBase$instance {
|
|
|
615
614
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouter: never;
|
|
616
615
|
|
|
617
616
|
readonly RouteTemplate: string | undefined;
|
|
618
|
-
GetVirtualPath(context: VirtualPathContext): VirtualPathData | undefined;
|
|
619
617
|
OnRouteMatched(context: RouteContext): Task;
|
|
620
618
|
OnVirtualPathGenerated(context: VirtualPathContext): VirtualPathData | undefined;
|
|
621
|
-
RouteAsync(context: RouteContext): Task;
|
|
622
619
|
}
|
|
623
620
|
|
|
624
621
|
|
|
@@ -79,46 +79,6 @@
|
|
|
79
79
|
"declaringAssemblyName": "Microsoft.AspNetCore.Routing",
|
|
80
80
|
"isExtensionMethod": false,
|
|
81
81
|
"sourceInterface": "Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicy"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.Constraints.AlphaRouteConstraint::Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection):System.Boolean",
|
|
85
|
-
"clrName": "Match",
|
|
86
|
-
"metadataToken": 0,
|
|
87
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection):System.Boolean",
|
|
88
|
-
"normalizedSignature": "Match|(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection):System.Boolean|static=false",
|
|
89
|
-
"emitScope": "ClassSurface",
|
|
90
|
-
"provenance": "BaseOverload",
|
|
91
|
-
"arity": 0,
|
|
92
|
-
"parameterCount": 5,
|
|
93
|
-
"isStatic": false,
|
|
94
|
-
"isAbstract": false,
|
|
95
|
-
"isVirtual": true,
|
|
96
|
-
"isOverride": false,
|
|
97
|
-
"isSealed": false,
|
|
98
|
-
"visibility": "Public",
|
|
99
|
-
"declaringClrType": "Microsoft.AspNetCore.Routing.Constraints.AlphaRouteConstraint",
|
|
100
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Routing",
|
|
101
|
-
"isExtensionMethod": false
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.Constraints.AlphaRouteConstraint::MatchesLiteral(System.String,System.String):System.Boolean",
|
|
105
|
-
"clrName": "MatchesLiteral",
|
|
106
|
-
"metadataToken": 0,
|
|
107
|
-
"canonicalSignature": "(System.String,System.String):System.Boolean",
|
|
108
|
-
"normalizedSignature": "MatchesLiteral|(System.String,System.String):System.Boolean|static=false",
|
|
109
|
-
"emitScope": "ClassSurface",
|
|
110
|
-
"provenance": "BaseOverload",
|
|
111
|
-
"arity": 0,
|
|
112
|
-
"parameterCount": 2,
|
|
113
|
-
"isStatic": false,
|
|
114
|
-
"isAbstract": false,
|
|
115
|
-
"isVirtual": true,
|
|
116
|
-
"isOverride": false,
|
|
117
|
-
"isSealed": false,
|
|
118
|
-
"visibility": "Public",
|
|
119
|
-
"declaringClrType": "Microsoft.AspNetCore.Routing.Constraints.AlphaRouteConstraint",
|
|
120
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Routing",
|
|
121
|
-
"isExtensionMethod": false
|
|
122
82
|
}
|
|
123
83
|
],
|
|
124
84
|
"properties": [],
|
|
@@ -2546,46 +2506,6 @@
|
|
|
2546
2506
|
"declaringAssemblyName": "Microsoft.AspNetCore.Routing",
|
|
2547
2507
|
"isExtensionMethod": false,
|
|
2548
2508
|
"sourceInterface": "Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicy"
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.Constraints.RegexInlineRouteConstraint::Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection):System.Boolean",
|
|
2552
|
-
"clrName": "Match",
|
|
2553
|
-
"metadataToken": 0,
|
|
2554
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection):System.Boolean",
|
|
2555
|
-
"normalizedSignature": "Match|(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection):System.Boolean|static=false",
|
|
2556
|
-
"emitScope": "ClassSurface",
|
|
2557
|
-
"provenance": "BaseOverload",
|
|
2558
|
-
"arity": 0,
|
|
2559
|
-
"parameterCount": 5,
|
|
2560
|
-
"isStatic": false,
|
|
2561
|
-
"isAbstract": false,
|
|
2562
|
-
"isVirtual": true,
|
|
2563
|
-
"isOverride": false,
|
|
2564
|
-
"isSealed": false,
|
|
2565
|
-
"visibility": "Public",
|
|
2566
|
-
"declaringClrType": "Microsoft.AspNetCore.Routing.Constraints.RegexInlineRouteConstraint",
|
|
2567
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Routing",
|
|
2568
|
-
"isExtensionMethod": false
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.Constraints.RegexInlineRouteConstraint::MatchesLiteral(System.String,System.String):System.Boolean",
|
|
2572
|
-
"clrName": "MatchesLiteral",
|
|
2573
|
-
"metadataToken": 0,
|
|
2574
|
-
"canonicalSignature": "(System.String,System.String):System.Boolean",
|
|
2575
|
-
"normalizedSignature": "MatchesLiteral|(System.String,System.String):System.Boolean|static=false",
|
|
2576
|
-
"emitScope": "ClassSurface",
|
|
2577
|
-
"provenance": "BaseOverload",
|
|
2578
|
-
"arity": 0,
|
|
2579
|
-
"parameterCount": 2,
|
|
2580
|
-
"isStatic": false,
|
|
2581
|
-
"isAbstract": false,
|
|
2582
|
-
"isVirtual": true,
|
|
2583
|
-
"isOverride": false,
|
|
2584
|
-
"isSealed": false,
|
|
2585
|
-
"visibility": "Public",
|
|
2586
|
-
"declaringClrType": "Microsoft.AspNetCore.Routing.Constraints.RegexInlineRouteConstraint",
|
|
2587
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Routing",
|
|
2588
|
-
"isExtensionMethod": false
|
|
2589
2509
|
}
|
|
2590
2510
|
],
|
|
2591
2511
|
"properties": [],
|
|
@@ -16,7 +16,7 @@ import type { Regex } from "@tsonic/dotnet/System.Text.RegularExpressions/intern
|
|
|
16
16
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
17
17
|
import type { Boolean as ClrBoolean, Int32, Int64, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
18
18
|
|
|
19
|
-
export interface AlphaRouteConstraint$instance extends RegexRouteConstraint$instance, IParameterPolicy, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
19
|
+
export interface AlphaRouteConstraint$instance extends RegexRouteConstraint$instance, IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
20
20
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_AlphaRouteConstraint: never;
|
|
21
21
|
|
|
22
22
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -24,8 +24,6 @@ export interface AlphaRouteConstraint$instance extends RegexRouteConstraint$inst
|
|
|
24
24
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
25
25
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_IParameterLiteralNodeMatchingPolicy: never;
|
|
26
26
|
|
|
27
|
-
Match(httpContext: HttpContext, route: IRouter, routeKey: string, values: RouteValueDictionary, routeDirection: RouteDirection): boolean;
|
|
28
|
-
MatchesLiteral(parameterName: string, literal: string): boolean;
|
|
29
27
|
}
|
|
30
28
|
|
|
31
29
|
|
|
@@ -522,7 +520,7 @@ export interface __RangeRouteConstraint$views {
|
|
|
522
520
|
export type RangeRouteConstraint = RangeRouteConstraint$instance & __RangeRouteConstraint$views;
|
|
523
521
|
|
|
524
522
|
|
|
525
|
-
export interface RegexInlineRouteConstraint$instance extends RegexRouteConstraint$instance, IParameterPolicy, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
523
|
+
export interface RegexInlineRouteConstraint$instance extends RegexRouteConstraint$instance, IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
526
524
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_RegexInlineRouteConstraint: never;
|
|
527
525
|
|
|
528
526
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -530,8 +528,6 @@ export interface RegexInlineRouteConstraint$instance extends RegexRouteConstrain
|
|
|
530
528
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
531
529
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_IParameterLiteralNodeMatchingPolicy: never;
|
|
532
530
|
|
|
533
|
-
Match(httpContext: HttpContext, route: IRouter, routeKey: string, values: RouteValueDictionary, routeDirection: RouteDirection): boolean;
|
|
534
|
-
MatchesLiteral(parameterName: string, literal: string): boolean;
|
|
535
531
|
}
|
|
536
532
|
|
|
537
533
|
|
|
@@ -1835,11 +1835,11 @@
|
|
|
1835
1835
|
]
|
|
1836
1836
|
},
|
|
1837
1837
|
{
|
|
1838
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601::InvokeConnectionAsync(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
1838
|
+
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601::InvokeConnectionAsync(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CT\u003E",
|
|
1839
1839
|
"clrName": "InvokeConnectionAsync",
|
|
1840
1840
|
"metadataToken": 0,
|
|
1841
|
-
"canonicalSignature": "(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
1842
|
-
"normalizedSignature": "InvokeConnectionAsync|(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
1841
|
+
"canonicalSignature": "(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CT\u003E",
|
|
1842
|
+
"normalizedSignature": "InvokeConnectionAsync|(System.String,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CT\u003E|static=false",
|
|
1843
1843
|
"emitScope": "ClassSurface",
|
|
1844
1844
|
"provenance": "BaseOverload",
|
|
1845
1845
|
"arity": 1,
|
|
@@ -1853,106 +1853,6 @@
|
|
|
1853
1853
|
"declaringClrType": "Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601",
|
|
1854
1854
|
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
1855
1855
|
"isExtensionMethod": false
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601::SendAllExceptAsync(System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1859
|
-
"clrName": "SendAllExceptAsync",
|
|
1860
|
-
"metadataToken": 0,
|
|
1861
|
-
"canonicalSignature": "(System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1862
|
-
"normalizedSignature": "SendAllExceptAsync|(System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1863
|
-
"emitScope": "ClassSurface",
|
|
1864
|
-
"provenance": "BaseOverload",
|
|
1865
|
-
"arity": 0,
|
|
1866
|
-
"parameterCount": 4,
|
|
1867
|
-
"isStatic": false,
|
|
1868
|
-
"isAbstract": true,
|
|
1869
|
-
"isVirtual": true,
|
|
1870
|
-
"isOverride": false,
|
|
1871
|
-
"isSealed": false,
|
|
1872
|
-
"visibility": "Public",
|
|
1873
|
-
"declaringClrType": "Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601",
|
|
1874
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
1875
|
-
"isExtensionMethod": false
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601::SendConnectionsAsync(System.Collections.Generic.IReadOnlyList_1,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1879
|
-
"clrName": "SendConnectionsAsync",
|
|
1880
|
-
"metadataToken": 0,
|
|
1881
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1882
|
-
"normalizedSignature": "SendConnectionsAsync|(System.Collections.Generic.IReadOnlyList_1,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1883
|
-
"emitScope": "ClassSurface",
|
|
1884
|
-
"provenance": "BaseOverload",
|
|
1885
|
-
"arity": 0,
|
|
1886
|
-
"parameterCount": 4,
|
|
1887
|
-
"isStatic": false,
|
|
1888
|
-
"isAbstract": true,
|
|
1889
|
-
"isVirtual": true,
|
|
1890
|
-
"isOverride": false,
|
|
1891
|
-
"isSealed": false,
|
|
1892
|
-
"visibility": "Public",
|
|
1893
|
-
"declaringClrType": "Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601",
|
|
1894
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
1895
|
-
"isExtensionMethod": false
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601::SendGroupExceptAsync(System.String,System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1899
|
-
"clrName": "SendGroupExceptAsync",
|
|
1900
|
-
"metadataToken": 0,
|
|
1901
|
-
"canonicalSignature": "(System.String,System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1902
|
-
"normalizedSignature": "SendGroupExceptAsync|(System.String,System.String,System.Object[],System.Collections.Generic.IReadOnlyList_1,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1903
|
-
"emitScope": "ClassSurface",
|
|
1904
|
-
"provenance": "BaseOverload",
|
|
1905
|
-
"arity": 0,
|
|
1906
|
-
"parameterCount": 5,
|
|
1907
|
-
"isStatic": false,
|
|
1908
|
-
"isAbstract": true,
|
|
1909
|
-
"isVirtual": true,
|
|
1910
|
-
"isOverride": false,
|
|
1911
|
-
"isSealed": false,
|
|
1912
|
-
"visibility": "Public",
|
|
1913
|
-
"declaringClrType": "Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601",
|
|
1914
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
1915
|
-
"isExtensionMethod": false
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601::SendGroupsAsync(System.Collections.Generic.IReadOnlyList_1,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1919
|
-
"clrName": "SendGroupsAsync",
|
|
1920
|
-
"metadataToken": 0,
|
|
1921
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1922
|
-
"normalizedSignature": "SendGroupsAsync|(System.Collections.Generic.IReadOnlyList_1,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1923
|
-
"emitScope": "ClassSurface",
|
|
1924
|
-
"provenance": "BaseOverload",
|
|
1925
|
-
"arity": 0,
|
|
1926
|
-
"parameterCount": 4,
|
|
1927
|
-
"isStatic": false,
|
|
1928
|
-
"isAbstract": true,
|
|
1929
|
-
"isVirtual": true,
|
|
1930
|
-
"isOverride": false,
|
|
1931
|
-
"isSealed": false,
|
|
1932
|
-
"visibility": "Public",
|
|
1933
|
-
"declaringClrType": "Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601",
|
|
1934
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
1935
|
-
"isExtensionMethod": false
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
"stableId": "Microsoft.AspNetCore.SignalR.Core:Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601::SendUsersAsync(System.Collections.Generic.IReadOnlyList_1,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1939
|
-
"clrName": "SendUsersAsync",
|
|
1940
|
-
"metadataToken": 0,
|
|
1941
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1942
|
-
"normalizedSignature": "SendUsersAsync|(System.Collections.Generic.IReadOnlyList_1,System.String,System.Object[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1943
|
-
"emitScope": "ClassSurface",
|
|
1944
|
-
"provenance": "BaseOverload",
|
|
1945
|
-
"arity": 0,
|
|
1946
|
-
"parameterCount": 4,
|
|
1947
|
-
"isStatic": false,
|
|
1948
|
-
"isAbstract": true,
|
|
1949
|
-
"isVirtual": true,
|
|
1950
|
-
"isOverride": false,
|
|
1951
|
-
"isSealed": false,
|
|
1952
|
-
"visibility": "Public",
|
|
1953
|
-
"declaringClrType": "Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager\u00601",
|
|
1954
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.SignalR.Core",
|
|
1955
|
-
"isExtensionMethod": false
|
|
1956
1856
|
}
|
|
1957
1857
|
],
|
|
1958
1858
|
"properties": [],
|
|
@@ -1477,126 +1477,6 @@
|
|
|
1477
1477
|
"declaringAssemblyName": "Microsoft.JSInterop",
|
|
1478
1478
|
"isExtensionMethod": false,
|
|
1479
1479
|
"sourceInterface": "Microsoft.JSInterop.IJSInProcessRuntime"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"stableId": "Microsoft.JSInterop:Microsoft.JSInterop.JSInProcessRuntime::GetValueAsync(System.String):System.Threading.Tasks.ValueTask_1",
|
|
1483
|
-
"clrName": "GetValueAsync",
|
|
1484
|
-
"metadataToken": 0,
|
|
1485
|
-
"canonicalSignature": "(System.String):System.Threading.Tasks.ValueTask_1",
|
|
1486
|
-
"normalizedSignature": "GetValueAsync|(System.String):System.Threading.Tasks.ValueTask_1|static=false",
|
|
1487
|
-
"emitScope": "ClassSurface",
|
|
1488
|
-
"provenance": "BaseOverload",
|
|
1489
|
-
"arity": 1,
|
|
1490
|
-
"parameterCount": 1,
|
|
1491
|
-
"isStatic": false,
|
|
1492
|
-
"isAbstract": false,
|
|
1493
|
-
"isVirtual": true,
|
|
1494
|
-
"isOverride": false,
|
|
1495
|
-
"isSealed": false,
|
|
1496
|
-
"visibility": "Public",
|
|
1497
|
-
"declaringClrType": "Microsoft.JSInterop.JSInProcessRuntime",
|
|
1498
|
-
"declaringAssemblyName": "Microsoft.JSInterop",
|
|
1499
|
-
"isExtensionMethod": false
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"stableId": "Microsoft.JSInterop:Microsoft.JSInterop.JSInProcessRuntime::GetValueAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
1503
|
-
"clrName": "GetValueAsync",
|
|
1504
|
-
"metadataToken": 0,
|
|
1505
|
-
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
1506
|
-
"normalizedSignature": "GetValueAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
|
|
1507
|
-
"emitScope": "ClassSurface",
|
|
1508
|
-
"provenance": "BaseOverload",
|
|
1509
|
-
"arity": 1,
|
|
1510
|
-
"parameterCount": 2,
|
|
1511
|
-
"isStatic": false,
|
|
1512
|
-
"isAbstract": false,
|
|
1513
|
-
"isVirtual": true,
|
|
1514
|
-
"isOverride": false,
|
|
1515
|
-
"isSealed": false,
|
|
1516
|
-
"visibility": "Public",
|
|
1517
|
-
"declaringClrType": "Microsoft.JSInterop.JSInProcessRuntime",
|
|
1518
|
-
"declaringAssemblyName": "Microsoft.JSInterop",
|
|
1519
|
-
"isExtensionMethod": false
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"stableId": "Microsoft.JSInterop:Microsoft.JSInterop.JSInProcessRuntime::InvokeAsync(System.String,System.Object[]):System.Threading.Tasks.ValueTask_1",
|
|
1523
|
-
"clrName": "InvokeAsync",
|
|
1524
|
-
"metadataToken": 0,
|
|
1525
|
-
"canonicalSignature": "(System.String,System.Object[]):System.Threading.Tasks.ValueTask_1",
|
|
1526
|
-
"normalizedSignature": "InvokeAsync|(System.String,System.Object[]):System.Threading.Tasks.ValueTask_1|static=false",
|
|
1527
|
-
"emitScope": "ClassSurface",
|
|
1528
|
-
"provenance": "BaseOverload",
|
|
1529
|
-
"arity": 1,
|
|
1530
|
-
"parameterCount": 2,
|
|
1531
|
-
"isStatic": false,
|
|
1532
|
-
"isAbstract": false,
|
|
1533
|
-
"isVirtual": true,
|
|
1534
|
-
"isOverride": false,
|
|
1535
|
-
"isSealed": false,
|
|
1536
|
-
"visibility": "Public",
|
|
1537
|
-
"declaringClrType": "Microsoft.JSInterop.JSInProcessRuntime",
|
|
1538
|
-
"declaringAssemblyName": "Microsoft.JSInterop",
|
|
1539
|
-
"isExtensionMethod": false
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"stableId": "Microsoft.JSInterop:Microsoft.JSInterop.JSInProcessRuntime::InvokeAsync(System.String,System.Threading.CancellationToken,System.Object[]):System.Threading.Tasks.ValueTask_1",
|
|
1543
|
-
"clrName": "InvokeAsync",
|
|
1544
|
-
"metadataToken": 0,
|
|
1545
|
-
"canonicalSignature": "(System.String,System.Threading.CancellationToken,System.Object[]):System.Threading.Tasks.ValueTask_1",
|
|
1546
|
-
"normalizedSignature": "InvokeAsync|(System.String,System.Threading.CancellationToken,System.Object[]):System.Threading.Tasks.ValueTask_1|static=false",
|
|
1547
|
-
"emitScope": "ClassSurface",
|
|
1548
|
-
"provenance": "BaseOverload",
|
|
1549
|
-
"arity": 1,
|
|
1550
|
-
"parameterCount": 3,
|
|
1551
|
-
"isStatic": false,
|
|
1552
|
-
"isAbstract": false,
|
|
1553
|
-
"isVirtual": true,
|
|
1554
|
-
"isOverride": false,
|
|
1555
|
-
"isSealed": false,
|
|
1556
|
-
"visibility": "Public",
|
|
1557
|
-
"declaringClrType": "Microsoft.JSInterop.JSInProcessRuntime",
|
|
1558
|
-
"declaringAssemblyName": "Microsoft.JSInterop",
|
|
1559
|
-
"isExtensionMethod": false
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"stableId": "Microsoft.JSInterop:Microsoft.JSInterop.JSInProcessRuntime::SetValueAsync(System.String,TValue):System.Threading.Tasks.ValueTask",
|
|
1563
|
-
"clrName": "SetValueAsync",
|
|
1564
|
-
"metadataToken": 0,
|
|
1565
|
-
"canonicalSignature": "(System.String,TValue):System.Threading.Tasks.ValueTask",
|
|
1566
|
-
"normalizedSignature": "SetValueAsync|(System.String,TValue):System.Threading.Tasks.ValueTask|static=false",
|
|
1567
|
-
"emitScope": "ClassSurface",
|
|
1568
|
-
"provenance": "BaseOverload",
|
|
1569
|
-
"arity": 1,
|
|
1570
|
-
"parameterCount": 2,
|
|
1571
|
-
"isStatic": false,
|
|
1572
|
-
"isAbstract": false,
|
|
1573
|
-
"isVirtual": true,
|
|
1574
|
-
"isOverride": false,
|
|
1575
|
-
"isSealed": false,
|
|
1576
|
-
"visibility": "Public",
|
|
1577
|
-
"declaringClrType": "Microsoft.JSInterop.JSInProcessRuntime",
|
|
1578
|
-
"declaringAssemblyName": "Microsoft.JSInterop",
|
|
1579
|
-
"isExtensionMethod": false
|
|
1580
|
-
},
|
|
1581
|
-
{
|
|
1582
|
-
"stableId": "Microsoft.JSInterop:Microsoft.JSInterop.JSInProcessRuntime::SetValueAsync(System.String,TValue,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
1583
|
-
"clrName": "SetValueAsync",
|
|
1584
|
-
"metadataToken": 0,
|
|
1585
|
-
"canonicalSignature": "(System.String,TValue,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
1586
|
-
"normalizedSignature": "SetValueAsync|(System.String,TValue,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
1587
|
-
"emitScope": "ClassSurface",
|
|
1588
|
-
"provenance": "BaseOverload",
|
|
1589
|
-
"arity": 1,
|
|
1590
|
-
"parameterCount": 3,
|
|
1591
|
-
"isStatic": false,
|
|
1592
|
-
"isAbstract": false,
|
|
1593
|
-
"isVirtual": true,
|
|
1594
|
-
"isOverride": false,
|
|
1595
|
-
"isSealed": false,
|
|
1596
|
-
"visibility": "Public",
|
|
1597
|
-
"declaringClrType": "Microsoft.JSInterop.JSInProcessRuntime",
|
|
1598
|
-
"declaringAssemblyName": "Microsoft.JSInterop",
|
|
1599
|
-
"isExtensionMethod": false
|
|
1600
1480
|
}
|
|
1601
1481
|
],
|
|
1602
1482
|
"properties": [],
|