-
So is there a good guide on the breaking changes of 6.0.1 where you are upgrading from version 5.1.0 Blazor Server? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
There isn't really a list of changes I think. You can always compare between release tags, like this for example. If you look at the files in the
As you can see in this picture below. @chrissainty Maybe we can add a remark to what changes are breaking changes when making a new (major) release? |
Beta Was this translation helpful? Give feedback.
-
Please change the https://github.com/Blazored/Modal tutorial at step 3 Add CascadingBlazoredModal Component to tell folks the existing Router code in App.razor should be remove then the step 3 code inserted. If folks do not do that then they will get this error: InvalidOperationException: Blazored.Modal.BlazoredModal requires a cascading parameter of type IModalService. Thanks |
Beta Was this translation helpful? Give feedback.
-
Sorry about my ignorance. Buying your book. If I understand correctly then
you might try this as the example code:
<CascadingBlazoredModal>
--- existing Router code ---
</CascadingBlazoredModal>
anyway thank you for being so kind.
Jesus washing Peter's feet
Ed Watkins
PO Box 170
Daniel, WY 83115
Phone 760.671.0742
Get in good trouble, necessary trouble,
and help redeem the soul of America.
…On Sun, Feb 21, 2021 at 12:48 AM Chris Sainty ***@***.***> wrote:
@larsk2009 <https://github.com/larsk2009> Ahh, OK. Perhaps we can trim
the code example so it just shows the opening and closing router elements
and just some dots in between? What do you think?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#289 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO4OPXMPE3IDMAOT7XVSNYTTAC3DVANCNFSM4W7PDTUQ>
.
|
Beta Was this translation helpful? Give feedback.
There isn't really a list of changes I think. You can always compare between release tags, like this for example. If you look at the files in the
samples
folder, you can see what the only change is:Close
=>CloseAsync
Cancel
=>CancelAsync
As you can see in this picture below.
@chrissainty Maybe we can add a remark to what changes are breaking changes when making a new (major) release?