Skip to content

Commit e4031d0

Browse files
authored
Merge pull request #1747 from fsprojects/repo-assist/test-structural-inference-2026-04-17-cd136a8845dc218d
[Repo Assist] test+eng: 37 StructuralInference unit tests; CI reads SDK version from global.json
2 parents ae1d058 + 3168c36 commit e4031d0

4 files changed

Lines changed: 363 additions & 8 deletions

File tree

.github/workflows/pull-requests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
timeout-minutes: 10
1414
steps:
1515
- uses: actions/checkout@v6
16-
- name: Setup .NET 10
16+
- name: Setup .NET
1717
uses: actions/setup-dotnet@v5
1818
with:
19-
dotnet-version: 10.0.201
19+
dotnet-version-file: global.json
2020
- name: Cache NuGet packages
2121
uses: actions/cache@v5
2222
with:
@@ -37,10 +37,10 @@ jobs:
3737
timeout-minutes: 40
3838
steps:
3939
- uses: actions/checkout@v6
40-
- name: Setup .NET 10
40+
- name: Setup .NET
4141
uses: actions/setup-dotnet@v5
4242
with:
43-
dotnet-version: 10.0.201
43+
dotnet-version-file: global.json
4444
- name: Cache NuGet packages
4545
uses: actions/cache@v5
4646
with:
@@ -63,10 +63,10 @@ jobs:
6363
timeout-minutes: 40
6464
steps:
6565
- uses: actions/checkout@v6
66-
- name: Setup .NET 10
66+
- name: Setup .NET
6767
uses: actions/setup-dotnet@v5
6868
with:
69-
dotnet-version: 10.0.201
69+
dotnet-version-file: global.json
7070
- name: Cache NuGet packages
7171
uses: actions/cache@v5
7272
with:

.github/workflows/push-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v6
20-
- name: Setup .NET 10
20+
- name: Setup .NET
2121
uses: actions/setup-dotnet@v5
2222
with:
23-
dotnet-version: 10.0.201
23+
dotnet-version-file: global.json
2424
- name: Cache NuGet packages
2525
uses: actions/cache@v5
2626
with:

tests/FSharp.Data.Core.Tests/FSharp.Data.Core.Tests.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<Compile Include="HtmlAttributeExtensions.fs" />
4545
<Compile Include="HtmlCssSelectors.fs" />
4646
<Compile Include="HtmlTableCell.fs" />
47+
<Compile Include="StructuralInference.fs" />
4748
<Compile Include="StructuralTypes.fs" />
4849
<Compile Include="BaseTypesHtmlDocument.fs" />
4950
<Compile Include="BaseTypesHtmlGenerics.fs" />

0 commit comments

Comments
 (0)