-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net 5 version #302
Comments
There is the 5.0 branch https://github.com/dotnet-presentations/blazor-workshop/tree/release/5.0 |
Thanks, I missed that branch coming from a link from somewhere else. |
(It was stage 08-templated-components where running the command created it as .Net 5 presumably could have added more parameters) |
'Nuget Package Manager GUI' extension 'Update all Packages' options worked for me. If I copy a save-points folder and then open that folder in Visual Studio Code, shouldn't it just work? |
Hi. As far as i know - there is nothing of this sort for VS Code. But when you are using VSCode, you will need to do most of these kind of things from command line. Dotnet CLI supports a concept of global tool. There is an excellent tool called "dotnet-outdated". You can find it here: https://github.com/dotnet-outdated/dotnet-outdated. You install this as a global tool. Then go to the folder where the main SLN file is present and run the command "dotnet outdated". this command will scan all projects in the solution file and list if any package in any project is outdated. Here is a screenshot from when i ran on BlazinPizza src folder: Hope this helps |
Yes. Your understanding is correct. |
I'm going through and updating the project to .NET 6 today. |
This will be superceded by #330 |
Should this be closed then? |
Yes.. I’ll close it when the merge for .NET 6 is completed
Jeff
… On Mar 16, 2022, at 11:45, Yadel Lopez ***@***.***> wrote:
Should this be closed then?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Using the save-point getting started i did run into problems. These issues
might be related. Because of the problems i switched to the folder src see below. |
In my attempt to use release 5 i did this
Errors
AuthenticationService.js:1
and also
and several errors from blazor.webassembly.js:1
They point to the file
|
@surfmuggle I just cloned the repository and was able to compile and run the You should run the application from the |
There is PR for upgrading to .NET 6 already. I would suggest to wait until it gets merged or -what I did- upgrade your copy. Also, .NET 5 support will be dropped on May, reason why I'm suggesting to use .NET 6 |
@ylr-research - the PR has been merged, and I agree - migrate to .NET 6 for the long term support (LTS) |
Thanks for the update @csharpfritz. Let me refresh my copy. I think this issue can be closed. |
@csharpfritz Thanks for the hint. It now works. |
Can someone provide some notes in upgrading the project to .NET 5.
Is there any plans to update the project?
Tried using the "Migrate from ASP.NET Core 3.1 to 5.0" page for guidance.
https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-50?view=aspnetcore-5.0&tabs=visual-studio
It builds with the suggested change.
Having problems with the SQLite database:
Unhandled exception: SQLite Error 1: 'no such column: p.ConsumedTime'
The text was updated successfully, but these errors were encountered: