Commit f6f3ab6
Update dev tooling to .NET 10 and latest stable NuGet/tool versions
SDK / runtime:
- global.json: 8.0.100 -> 10.0.100 (rollForward: latestMinor)
- CI (build-and-test.yml): dotnet-version 8.x.x -> 10.x.x
- All net8.0 TFMs updated to net10.0 (build project, Plotly.NET.CSharp, all test/console projects)
- netstandard2.0 / netstandard2.1 library TFMs unchanged for broad compatibility
Dotnet tools (.config/dotnet-tools.json):
- fantomas: 5.2.2 -> 7.0.5
- fsdocs-tool: 20.0.1 -> 22.0.0
Build dependencies (build/build.fsproj):
- Fake.* modules: 6.0.0 -> 6.1.4 (Api.Github, Core.Process, Core.ReleaseNotes, Core.Target, DotNet.Cli, DotNet.MSBuild, IO.FileSystem, Tools.Git)
Library dependencies:
- Newtonsoft.Json: 13.0.3 -> 13.0.4 (Plotly.NET)
- PuppeteerSharp: 20.2.2 -> 24.40.0 (Plotly.NET.ImageExport)
- Microsoft.DotNet.Interactive: 1.0.0-beta.25323.1 -> 1.0.0-beta.26120.1 (Plotly.NET.Interactive)
- Microsoft.DotNet.Interactive.Formatting: 1.0.0-beta.25323.1 -> 1.0.0-beta.26120.1 (Plotly.NET.Interactive)
Test dependencies:
- Deedle: 2.4.1 -> 5.0.0 (FSharpTestBase, CoreTests, ImageExportTests); 3.0.0 -> 5.0.0 (FSharpConsole)
- FSharp.Data: 4.2.0 -> 8.1.7 (FSharpTestBase, CoreTests, ImageExportTests)
- Microsoft.NET.Test.Sdk: 16.* -> 18.* (CoreTests, ImageExportTests, InteractiveTests); 16.9.4 -> 18.4.0 (CSharpTests)
- Microsoft.DotNet.Interactive: 1.0.0-beta.25070.1 -> 1.0.0-beta.26120.1 (InteractiveTests)
- Microsoft.DotNet.Interactive.Formatting: 1.0.0-beta.25070.1 -> 1.0.0-beta.26120.1 (InteractiveTests)
- xunit: 2.4.1 -> 2.9.3 (CSharpTests)
- xunit.runner.visualstudio: 2.4.3 -> 3.1.5 (CSharpTests)
- coverlet.collector: 3.0.2 -> 8.0.1 (CSharpTests)
All 947 tests pass (933 core + 6 image export + 8 C#) on net10.0.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>1 parent eb9e0d8 commit f6f3ab6
16 files changed
Lines changed: 51 additions & 51 deletions
File tree
- .config
- .github/workflows
- build
- src
- Plotly.NET.CSharp
- Plotly.NET.ImageExport
- Plotly.NET.Interactive
- Plotly.NET
- tests
- Common
- CSharpTestBase
- FSharpTestBase
- ConsoleApps
- CSharpConsole
- FSharpConsole
- CoreTests/CoreTests
- ExtensionLibsTests
- CSharpTests
- ImageExportTests
- InteractiveTests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments