I have updated to the latest version and cannot build the project
See original GitHub issueAfter 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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Ok, but it will matter to others. Open Source works much better when everyone contributes rather than just taking.