question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I have updated to the latest version and cannot build the project

See original GitHub issue

After the updating to the latest version

void ShowModal()
    {
        var parameters = new ModalParameters();
        var options = new ModalOptions() { Style = "blazored-prompt-modal" };//<-- error not Style
        parameters.Add("BucketId", _customerItemInfo.CustomerItem.Id);
        Modal.OnClose += ModalClosed;//<---------------OnClose err
        Modal.Show<UploadForm>("Upload file", parameters);
    }

After it I have rolled back to the previous version 3.1.2.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chrissaintycommented, Mar 23, 2020

Hi @win32nipuh, yes this is because v4 brings in breaking changes, we use semver to version the package so any change the the major version denotes a breaking change.

You need to either checkout the readme file or checkout the docs site https://modal.blazored.com to see what changes you need to make to your code.

0reactions
chrissaintycommented, Mar 20, 2020

Ok, but it will matter to others. Open Source works much better when everyone contributes rather than just taking.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot build my project after updating to Android Studio 4.2
I have recently upgraded to Android Studio 4.2. I can no longer build my project. Android Studio non-stop trying to start Gradle Daemon...
Read more >
Unable to build project in Xcode 1…
The regular Xcode app (Version 14.2 (14C18)) runs just fine. ... If you build a standard iOS app created from New > Project...
Read more >
Visual Studio 2022 doesn't contain project, doesn't build a ...
Hello, I have just bought a new laptop and I have installed VS 2022 on Windows 11. However when I create a new...
Read more >
VS2019 can't build any project
I have just installed VS2019 Version 16.7.4. I can't compile any c# project (WinForms, WPF and Console application ). There is output :...
Read more >
Unreal Project Could Not Be Compiled, Try Re-Building From ...
Today I am going to show the basic steps of how to build a project ... Recompile Unreal Plugin to new Engine Version...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found