Add Blazorise.Analyzers migration analyzers for Blazorise 2.0 #6312
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Blazorise.Analyzers
2.0 by surfacing breaking changes directly on .razor/C# source locations.
TypeInference.Create* call sites and RuntimeHelpers.TypeCheck wrappers) and provide a common hook for multiple
migration rules.
component renames, parameter renames, TValue shape expectations (single vs multi selection), plus type/member
renames/removals (with notes).
analyzer and include host files (index.html, _Host.cshtml, App.razor) as AdditionalFiles for non-C# analysis.
(component/tag/parameter renames, TValue shape validation, type inference cases, host-file scanning, member/type
changes).
Documentation/Blazorise.Docs/Blazorise.Docs.csproj; update Demos/Blazorise.Demo/Pages/Tests/CardsPage.razor to use
CardLink.To (was Source).
Blazorise.slnx, pack the analyzer in NuGet/dotnet-pack.bat, and ignore obj-nuget/ in .gitignore.
Diagnostics Added
Release Tracking
the analyzer package.
Blazorise.Analyzers.Tests
selection.