Latest Version Troubles
See original GitHub issueDiving into the rabbit hole here. 😆
Looks like Blazor has updated its entire bits lately and this project’s dependencies are out of date.
For instance, it seems that a new Blazor project from this resource utilizes .razor
files whereas this project uses .cshtml
files.
I am a total newb looking through this, but if it’s a matter of updating file extensions and dependencies, I would be interested in submitting a PR to update everything. 👍
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
Windows 11, version 21H2 known issues and notifications
View announcements and review known issues and fixes for Windows 11, version 21H2.
Read more >Latest Windows 10 and 11 Update Problems and How to ...
Check out the latest Windows 11 and Windows 10 update problems and their solutions, as recommended by Microsoft experts.
Read more >Latest version Problem
Yesterday night updated to latest version. But, today I see that my site is not working, giving a message: There has been a...
Read more >Issues and Problems with Latest Android Update? - AndroidSRC
Sometimes, these updates are released with unresolved bugs, which might cause some problems in your phone. However, the most common issues while ...
Read more >macOS 12 Monterey: Versions, problems, and fixes
macOS Monterey is the latest Macs operating system. Here are the new features you can enjoy and details of the problems people have ......
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 Free
Top 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
@Mike-EEE Done 😃 hopefully it is ok for you.
I had some issue on startup on porting, mainly not happy to start processing the timer based services until fully completed the startup.
Other than that, changes… etc
I have removed that System.Reactive.dll not needed
I still use the old Reactive.UI fork (that had no issues).
I did a dotnet restore / dotnet build directly in the Reactive.UI project folder.
Ok let me try to do the port as it is not as straight forward… as there a few breaking changes on blazor, before I get to that part 😃