-
Notifications
You must be signed in to change notification settings - Fork 55
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
Update to Blazor 0.8 #38
Comments
It looks like everything after 0.7.0 is marked as pre-release. All the new templates are build to use <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Blazor" Version="0.9.0-preview3-19154-02" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.9.0-preview3-19154-02" PrivateAssets="all" />
</ItemGroup> |
That's a good question. However currently official release of Blazor even if it is marked is preview is 0.8. If you ask my opinion, Since both blazor and bolero are experimental, I would target the latest releases, even use .net core 3.0 instead. So when few months after when .net core 3.0 is up, bolero will be up to date. |
Yeah we don't want to wait for .net core 3.0 to be released to upgrade. We'll probably go straight to 0.9. |
Agreed, no point in waiting. |
Today, the first
It may be difficult to stay up-to-date with the changes. I think #43 will help. |
Yes, this 3.0 preview is great news! Time to update Bolero ASAP. I'll still try to update using paket though, but if it becomes frustrating then your PR will be welcome. |
I had a quick look at the PR and it looks pretty solid. @Tarmil How is your update with paket going? |
I have a first attempt on the blazor-3.0 branch. Some tests fail, and template hot reload is #if'd out because Blazor.Extensions.SignalR is not yet updated for 3.0, but it's a start. Paket hasn't been too much of an obstacle TBH. |
How do we build 3.0 branch? build.cmd fails with various errors. |
It should just build. Do you have the dotnet SDK 3.0.100-preview4 installed? |
Yes, right now when I build 3.0 branch it fails with below error: |
@OnurGumus This looks like an issue with nbgv, the tool that generates the version number. Does running @ctaggart Is this a behavior you've ever observed with nbgv? Note that I've added some code that calls it locally, not just on AppVeyor. |
No problems building for me locally. I'm now using
It is probably good to upgraded to 2.3.151, which supports a computer with dotnet 3 and no dotnet 2. I added the dotnet 3 support. |
Thanks, I've updated my 3.0 branch to use 2.3.151. |
I think this issue can be closed by #46 just being merged. |
Can we have a version that uses Blazor v 0.8 ?
The text was updated successfully, but these errors were encountered: