-
Notifications
You must be signed in to change notification settings - Fork 12
Update Blazor to .NET 10 #2976
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
base: main
Are you sure you want to change the base?
Update Blazor to .NET 10 #2976
Changes from all commits
34c46d7
c93f712
d6480bd
93aba0c
5b1bba8
418cef2
8850d18
9637d71
68e8065
8cd4d6b
a58a2f9
fa2b799
408f433
e771639
8f9ef32
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,6 +58,10 @@ jobs: | |
| - uses: actions/setup-dotnet@v5 | ||
| with: | ||
| global-json-file: packages/blazor-workspace/global.json | ||
| # Install dotnet 8 sdk for asp.net assemblies | ||
| - uses: actions/setup-dotnet@v5 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I skimmed a few Skyline .NET 10 upgrade PRs to see if there were any other common tasks we've done. (You can find these by looking through the history of One suggestion I found is to adopt the cleaner .slnx file format for the BlazorWorkspace.sln. But you can consider that optional / follow up if you want, not all services did it. You might also ask some of the devs who did these upgrades (Paul, Darren, Aaron, etc) if there's anything else we should be thinking about.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added slnx, and will ping previous .NET updaters |
||
| with: | ||
| dotnet-version: '8.0.422' | ||
|
rajsite marked this conversation as resolved.
|
||
| - run: dotnet restore --locked-mode | ||
| working-directory: packages/blazor-workspace/ | ||
| - uses: actions/setup-node@v6 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Add .NET 10 support while retaining .NET 8. Note: Standalone Blazor apps may need to enable static asset fingerprinting. See PR for details: https://github.com/ni/nimble/pull/2976", | ||
| "packageName": "@ni/nimble-blazor", | ||
| "email": "1588923+rajsite@users.noreply.github.com", | ||
| "dependentChangeType": "patch" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Add .NET 10 support while retaining .NET 8. Note: Standalone Blazor apps may need to enable static asset fingerprinting. See PR for details: https://github.com/ni/nimble/pull/2976", | ||
| "packageName": "@ni/ok-blazor", | ||
| "email": "1588923+rajsite@users.noreply.github.com", | ||
| "dependentChangeType": "patch" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Add .NET 10 support while retaining .NET 8. Note: Standalone Blazor apps may need to enable static asset fingerprinting. See PR for details: https://github.com/ni/nimble/pull/2976", | ||
| "packageName": "@ni/spright-blazor", | ||
| "email": "1588923+rajsite@users.noreply.github.com", | ||
| "dependentChangeType": "patch" | ||
| } |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| <Solution> | ||
| <Folder Name="/Examples/"> | ||
| <Project Path="Examples/Demo.Client/Demo.Client.csproj" /> | ||
| <Project Path="Examples/Demo.Hybrid/Demo.Hybrid.csproj" /> | ||
| <Project Path="Examples/Demo.Server/Demo.Server.csproj" /> | ||
| <Project Path="Examples/Demo.Shared/Demo.Shared.csproj" /> | ||
| </Folder> | ||
| <Folder Name="/Tests/"> | ||
| <Project Path="Tests/BlazorWorkspace.Testing.Acceptance/BlazorWorkspace.Testing.Acceptance.csproj" /> | ||
| <Project Path="Tests/NimbleBlazor.Tests.Acceptance.Client/NimbleBlazor.Tests.Acceptance.Client.csproj" /> | ||
| <Project Path="Tests/NimbleBlazor.Tests.Acceptance/NimbleBlazor.Tests.Acceptance.csproj" /> | ||
| <Project Path="Tests/NimbleBlazor.Tests/NimbleBlazor.Tests.csproj" /> | ||
| <Project Path="Tests/OkBlazor.Tests.Acceptance/OkBlazor.Tests.Acceptance.csproj" /> | ||
| <Project Path="Tests/OkBlazor.Tests/OkBlazor.Tests.csproj" /> | ||
| <Project Path="Tests/SprightBlazor.Tests.Acceptance/SprightBlazor.Tests.Acceptance.csproj" /> | ||
| <Project Path="Tests/SprightBlazor.Tests/SprightBlazor.Tests.csproj" /> | ||
| </Folder> | ||
| <Project Path="NimbleBlazor/NimbleBlazor.csproj" /> | ||
| <Project Path="OkBlazor/OkBlazor.csproj" /> | ||
| <Project Path="SprightBlazor/SprightBlazor.csproj" /> | ||
| </Solution> |
Uh oh!
There was an error while loading. Please reload this page.