File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/Components/Components/src Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -417,6 +417,7 @@ Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType.Region = 5 -> Mic
417417Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType.Text = 2 -> Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType
418418Microsoft.AspNetCore.Components.ResourceAsset
419419Microsoft.AspNetCore.Components.ResourceAsset.Properties.get -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.ResourceAssetProperty!>?
420+ Microsoft.AspNetCore.Components.ResourceAsset.ResourceAsset(string! url, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.ResourceAssetProperty!>? properties) -> void
420421Microsoft.AspNetCore.Components.ResourceAsset.Url.get -> string!
421422Microsoft.AspNetCore.Components.ResourceAssetCollection
422423Microsoft.AspNetCore.Components.ResourceAssetCollection.IsContentSpecificUrl(string! path) -> bool
Original file line number Diff line number Diff line change 11#nullable enable
2+ *REMOVED*Microsoft.AspNetCore.Components.ResourceAsset.ResourceAsset(string! url, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.ResourceAssetProperty!>? properties) -> void
23Microsoft.AspNetCore.Components.ResourceAsset.ResourceAsset(string! url, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.ResourceAssetProperty!>? properties = null) -> void
34Microsoft.AspNetCore.Components.Routing.Router.NotFoundPage.get -> System.Type!
45Microsoft.AspNetCore.Components.Routing.Router.NotFoundPage.set -> void
You can’t perform that action at this time.
0 commit comments