Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
81d19f6
Initial plan
Copilot Jul 16, 2025
57a002d
Remove obsolete APIs from Blazor components
Copilot Jul 16, 2025
6d839b3
Fix PublicAPI changes: Move removed APIs to Unshipped.txt with *REMOV…
Copilot Jul 16, 2025
a1d12ed
Remove additional obsolete APIs from Components.Web
Copilot Jul 16, 2025
6d7ae8c
Remove additional obsolete APIs from Components.WebAssembly
Copilot Jul 16, 2025
ae83527
Fix PublicAPI and test compilation issues with obsolete APIs
Copilot Jul 17, 2025
5542a4d
Fix logout validation logic to handle null HistoryEntryState properly
Copilot Jul 17, 2025
7a9270e
Restore NotifyLocationChanged to PublicAPI.Shipped.txt per review fee…
Copilot Jul 17, 2025
b773e74
Remove NotifyLocationChanged(string, bool) from PublicAPI.Shipped.txt…
Copilot Jul 17, 2025
e0a3d4d
Fix PublicAPI.Shipped.txt files by removing obsolete API entries
Copilot Jul 17, 2025
388e4c3
Restore all PublicAPI.Shipped.txt files to original state and fix nul…
Copilot Jul 17, 2025
b1f3a4d
Fix API analyzer error by removing obsolete JSInteropMethods entry fr…
Copilot Jul 17, 2025
b86f4e4
Undo changes to PublicAPI.Shipped.txt and fix obsolete API entries in…
Copilot Jul 17, 2025
72de494
Restore PublicAPI.Shipped.txt to original state per review feedback
Copilot Jul 18, 2025
5df2b0b
Fix PublicAPI baseline policy violations by adding proper *REMOVED* e…
Copilot Jul 18, 2025
ac7e0aa
Merge branch 'main' into copilot/fix-50548
Copilot Jul 18, 2025
ca2cc12
Fix RS0017 error by removing non-existent ApplyHotReloadDeltas from P…
Copilot Jul 18, 2025
7a915e5
Fix RS0017 error by removing obsolete NotifyLocationChanged method fr…
Copilot Jul 18, 2025
7f6edda
Undo changes to PublicAPI.Shipped.txt per review feedback
Copilot Jul 18, 2025
c587cd6
Fix RS0017 error by adding *REMOVED* entries for both NotifyLocationC…
Copilot Jul 18, 2025
7b9353d
Merge branch 'main' into copilot/fix-50548
javiercn Aug 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix PublicAPI changes: Move removed APIs to Unshipped.txt with *REMOV…
…ED* prefix

Co-authored-by: javiercn <[email protected]>
  • Loading branch information
Copilot and javiercn committed Jul 16, 2025
commit 6d839b30f9982292530f34210a4923a9c5dabf21
2 changes: 2 additions & 0 deletions src/Components/Components/src/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,8 @@ Microsoft.AspNetCore.Components.Routing.Router.NotFound.get -> Microsoft.AspNetC
Microsoft.AspNetCore.Components.Routing.Router.NotFound.set -> void
Microsoft.AspNetCore.Components.Routing.Router.OnNavigateAsync.get -> Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Routing.NavigationContext!>
Microsoft.AspNetCore.Components.Routing.Router.OnNavigateAsync.set -> void
Microsoft.AspNetCore.Components.Routing.Router.PreferExactMatches.get -> bool
Microsoft.AspNetCore.Components.Routing.Router.PreferExactMatches.set -> void
Microsoft.AspNetCore.Components.Routing.Router.Router() -> void
Microsoft.AspNetCore.Components.Routing.Router.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView parameters) -> System.Threading.Tasks.Task!
Microsoft.AspNetCore.Components.Sections.SectionContent
Expand Down
2 changes: 2 additions & 0 deletions src/Components/Components/src/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#nullable enable
*REMOVED*Microsoft.AspNetCore.Components.ResourceAsset.ResourceAsset(string! url, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.ResourceAssetProperty!>? properties) -> void
*REMOVED*Microsoft.AspNetCore.Components.Routing.Router.PreferExactMatches.get -> bool
*REMOVED*Microsoft.AspNetCore.Components.Routing.Router.PreferExactMatches.set -> void
Microsoft.AspNetCore.Components.ResourceAsset.ResourceAsset(string! url, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.ResourceAssetProperty!>? properties = null) -> void
Microsoft.AspNetCore.Components.Routing.Router.NotFoundPage.get -> System.Type!
Microsoft.AspNetCore.Components.Routing.Router.NotFoundPage.set -> void
Expand Down
2 changes: 2 additions & 0 deletions src/Components/Forms/src/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ override Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator.OnInitia
override Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator.OnParametersSet() -> void
override Microsoft.AspNetCore.Components.Forms.FieldIdentifier.Equals(object? obj) -> bool
override Microsoft.AspNetCore.Components.Forms.FieldIdentifier.GetHashCode() -> int
static Microsoft.AspNetCore.Components.Forms.EditContextDataAnnotationsExtensions.AddDataAnnotationsValidation(this Microsoft.AspNetCore.Components.Forms.EditContext! editContext) -> Microsoft.AspNetCore.Components.Forms.EditContext!
static Microsoft.AspNetCore.Components.Forms.EditContextDataAnnotationsExtensions.EnableDataAnnotationsValidation(this Microsoft.AspNetCore.Components.Forms.EditContext! editContext) -> System.IDisposable!
static Microsoft.AspNetCore.Components.Forms.EditContextDataAnnotationsExtensions.EnableDataAnnotationsValidation(this Microsoft.AspNetCore.Components.Forms.EditContext! editContext, System.IServiceProvider! serviceProvider) -> System.IDisposable!
static Microsoft.AspNetCore.Components.Forms.FieldIdentifier.Create<TField>(System.Linq.Expressions.Expression<System.Func<TField>!>! accessor) -> Microsoft.AspNetCore.Components.Forms.FieldIdentifier
static readonly Microsoft.AspNetCore.Components.Forms.ValidationRequestedEventArgs.Empty -> Microsoft.AspNetCore.Components.Forms.ValidationRequestedEventArgs!
Expand Down
2 changes: 2 additions & 0 deletions src/Components/Forms/src/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#nullable enable
*REMOVED*static Microsoft.AspNetCore.Components.Forms.EditContextDataAnnotationsExtensions.AddDataAnnotationsValidation(this Microsoft.AspNetCore.Components.Forms.EditContext! editContext) -> Microsoft.AspNetCore.Components.Forms.EditContext!
*REMOVED*static Microsoft.AspNetCore.Components.Forms.EditContextDataAnnotationsExtensions.EnableDataAnnotationsValidation(this Microsoft.AspNetCore.Components.Forms.EditContext! editContext) -> System.IDisposable!
Loading