Skip to content

Commit 5267a1b

Browse files
committed
wip diagnostics
1 parent 8c6e16a commit 5267a1b

File tree

10 files changed

+928
-905
lines changed

10 files changed

+928
-905
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "8.0.0",
6+
"version": "9.0.0",
77
"commands": [
88
"paket"
99
]
10-
},
11-
"fantomas": {
12-
"version": "6.2.3",
13-
"commands": [
14-
"fantomas"
15-
]
1610
}
1711
}
1812
}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, windows-latest, macOS-latest]
10-
dotnet: ['8.0.x']
10+
dotnet: ['9.0.x']
1111
runs-on: ${{ matrix.os }}
1212

1313
steps:
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
dotnet: ['8.0.x']
30+
dotnet: ['9.0.x']
3131
runs-on: ${{ matrix.os }}
3232

3333
services:

.paket/Paket.Restore.targets

Lines changed: 505 additions & 497 deletions
Large diffs are not rendered by default.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.302",
3+
"version": "9.0.100",
44
"rollForward": "latestMajor"
55
}
66
}

paket.dependencies

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
source https://api.nuget.org/v3/index.json
22

33
storage: none
4-
framework: net80, netstandard20, netstandard21
4+
framework: net90, netstandard20, netstandard21
55

66
nuget Unquote ~> 6.1.0
77
nuget FSharp.Core >= 4.7.2 lowest_matching: true
88

99
nuget AWSSDK.DynamoDBv2 ~> 3.7.5
1010
nuget DotNet.ReproducibleBuilds
11+
nuget System.Diagnostics.DiagnosticSource >= 6.0.0
1112
github eiriktsarpalis/TypeShape:10.0.0 src/TypeShape/TypeShape.fs
1213

1314
group Test
1415
source https://api.nuget.org/v3/index.json
15-
framework: net80
16+
framework: net90
1617

1718
nuget FsCheck
1819
nuget Microsoft.NET.Test.Sdk

paket.lock

Lines changed: 43 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,62 @@
11
STORAGE: NONE
2-
RESTRICTION: || (== net8.0) (== netstandard2.0) (== netstandard2.1)
2+
RESTRICTION: || (== net9.0) (== netstandard2.0) (== netstandard2.1)
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
5-
AWSSDK.Core (3.7.300.11)
6-
Microsoft.Bcl.AsyncInterfaces (>= 1.1) - restriction: || (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1)
7-
AWSSDK.DynamoDBv2 (3.7.300.11)
8-
AWSSDK.Core (>= 3.7.300.11 < 4.0)
9-
DotNet.ReproducibleBuilds (1.1.1)
10-
Microsoft.SourceLink.AzureRepos.Git (>= 1.1.1)
11-
Microsoft.SourceLink.Bitbucket.Git (>= 1.1.1)
12-
Microsoft.SourceLink.GitHub (>= 1.1.1)
13-
Microsoft.SourceLink.GitLab (>= 1.1.1)
5+
AWSSDK.Core (3.7.400.57)
6+
Microsoft.Bcl.AsyncInterfaces (>= 1.1) - restriction: || (&& (== net9.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1)
7+
AWSSDK.DynamoDBv2 (3.7.403.7)
8+
AWSSDK.Core (>= 3.7.400.57 < 4.0)
9+
DotNet.ReproducibleBuilds (1.2.25)
1410
FSharp.Core (4.7.2)
15-
Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1)
16-
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net462))
17-
Microsoft.Build.Tasks.Git (8.0)
18-
Microsoft.SourceLink.AzureRepos.Git (8.0)
19-
Microsoft.Build.Tasks.Git (>= 8.0)
20-
Microsoft.SourceLink.Common (>= 8.0)
21-
Microsoft.SourceLink.Bitbucket.Git (8.0)
22-
Microsoft.Build.Tasks.Git (>= 8.0)
23-
Microsoft.SourceLink.Common (>= 8.0)
24-
Microsoft.SourceLink.Common (8.0)
25-
Microsoft.SourceLink.GitHub (8.0)
26-
Microsoft.Build.Tasks.Git (>= 8.0)
27-
Microsoft.SourceLink.Common (>= 8.0)
28-
Microsoft.SourceLink.GitLab (8.0)
29-
Microsoft.Build.Tasks.Git (>= 8.0)
30-
Microsoft.SourceLink.Common (>= 8.0)
31-
System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net8.0) (< netstandard1.0)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= wp8)) (== netstandard2.0) (&& (== netstandard2.1) (>= net462))
32-
System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net462))
33-
System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (< netcoreapp2.1)) (&& (== net8.0) (< netstandard1.0)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= wp8)) (== netstandard2.0) (== netstandard2.1)
11+
Microsoft.Bcl.AsyncInterfaces (9.0) - restriction: || (&& (== net9.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1)
12+
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net462))
13+
System.Buffers (4.6) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1)) (== netstandard2.0) (== netstandard2.1)
14+
System.Diagnostics.DiagnosticSource (9.0)
15+
System.Memory (>= 4.5.5) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0)) (== netstandard2.0) (== netstandard2.1)
16+
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0)) (== netstandard2.0) (== netstandard2.1)
17+
System.Memory (4.6) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0)) (== netstandard2.0) (== netstandard2.1)
18+
System.Buffers (>= 4.6) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1)) (== netstandard2.0) (== netstandard2.1)
19+
System.Numerics.Vectors (>= 4.6) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1)) (== netstandard2.0) (== netstandard2.1)
20+
System.Runtime.CompilerServices.Unsafe (>= 6.1) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1)) (== netstandard2.0) (== netstandard2.1)
21+
System.Numerics.Vectors (4.6) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1)) (== netstandard2.0) (== netstandard2.1)
22+
System.Runtime.CompilerServices.Unsafe (6.1) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< net8.0)) (&& (== net9.0) (< netcoreapp2.1)) (== netstandard2.0) (== netstandard2.1)
23+
System.Threading.Tasks.Extensions (4.6) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net462))
24+
System.Runtime.CompilerServices.Unsafe (>= 6.1) - restriction: || (&& (== net9.0) (>= net462)) (&& (== net9.0) (< netcoreapp2.1)) (== netstandard2.0) (== netstandard2.1)
3425
Unquote (6.1)
3526
FSharp.Core (>= 4.7.2)
3627
GITHUB
3728
remote: eiriktsarpalis/TypeShape
3829
src/TypeShape/TypeShape.fs (6e7fe07c799de723de7e4b32d64a4fd6c1697c7f)
3930
GROUP Test
40-
RESTRICTION: == net8.0
31+
RESTRICTION: == net9.0
4132
NUGET
4233
remote: https://api.nuget.org/v3/index.json
4334
FsCheck (2.16.6)
4435
FSharp.Core (>= 4.2.3)
45-
FSharp.Core (8.0.100)
46-
Microsoft.CodeCoverage (17.8)
47-
Microsoft.NET.Test.Sdk (17.8)
48-
Microsoft.CodeCoverage (>= 17.8)
49-
Microsoft.TestPlatform.TestHost (>= 17.8)
50-
Microsoft.NETCore.Platforms (7.0.4)
51-
Microsoft.TestPlatform.ObjectModel (17.8)
52-
NuGet.Frameworks (>= 6.5)
36+
FSharp.Core (9.0.100)
37+
Microsoft.CodeCoverage (17.12)
38+
Microsoft.NET.Test.Sdk (17.12)
39+
Microsoft.CodeCoverage (>= 17.12)
40+
Microsoft.TestPlatform.TestHost (>= 17.12)
41+
Microsoft.TestPlatform.ObjectModel (17.12)
5342
System.Reflection.Metadata (>= 1.6)
54-
Microsoft.TestPlatform.TestHost (17.8)
55-
Microsoft.TestPlatform.ObjectModel (>= 17.8)
43+
Microsoft.TestPlatform.TestHost (17.12)
44+
Microsoft.TestPlatform.ObjectModel (>= 17.12)
5645
Newtonsoft.Json (>= 13.0.1)
57-
NETStandard.Library (2.0.3)
58-
Microsoft.NETCore.Platforms (>= 1.1)
5946
Newtonsoft.Json (13.0.3)
60-
NuGet.Frameworks (6.8)
61-
System.Collections.Immutable (8.0)
62-
System.Reflection.Metadata (8.0)
63-
System.Collections.Immutable (>= 8.0)
64-
xunit (2.6.2)
65-
xunit.analyzers (>= 1.6)
66-
xunit.assert (>= 2.6.2)
67-
xunit.core (2.6.2)
47+
System.Reflection.Metadata (9.0)
48+
xunit (2.9.2)
49+
xunit.analyzers (>= 1.16)
50+
xunit.assert (>= 2.9.2)
51+
xunit.core (2.9.2)
6852
xunit.abstractions (2.0.3)
69-
xunit.analyzers (1.6)
70-
xunit.assert (2.6.2)
71-
xunit.core (2.6.2)
72-
xunit.extensibility.core (2.6.2)
73-
xunit.extensibility.execution (2.6.2)
74-
xunit.extensibility.core (2.6.2)
75-
NETStandard.Library (>= 1.6.1)
53+
xunit.analyzers (1.17)
54+
xunit.assert (2.9.2)
55+
xunit.core (2.9.2)
56+
xunit.extensibility.core (2.9.2)
57+
xunit.extensibility.execution (2.9.2)
58+
xunit.extensibility.core (2.9.2)
7659
xunit.abstractions (>= 2.0.3)
77-
xunit.extensibility.execution (2.6.2)
78-
NETStandard.Library (>= 1.6.1)
79-
xunit.extensibility.core (2.6.2)
80-
xunit.runner.visualstudio (2.5.4)
60+
xunit.extensibility.execution (2.9.2)
61+
xunit.extensibility.core (2.9.2)
62+
xunit.runner.visualstudio (2.8.2)

src/FSharp.AWS.DynamoDB/Script.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if USE_PUBLISHED_NUGET // If you don't want to do a local build first
22
#r "nuget: FSharp.AWS.DynamoDB, *-*" // *-* to white-list the fact that all releases to date have been `-beta` sufficed
33
#else
4-
#I "../../tests/FSharp.AWS.DynamoDB.Tests/bin/Debug/net8.0/"
4+
#I "../../tests/FSharp.AWS.DynamoDB.Tests/bin/Debug/net9.0/"
55
#r "AWSSDK.Core.dll"
66
#r "AWSSDK.DynamoDBv2.dll"
77
#r "FSharp.AWS.DynamoDB.dll"

0 commit comments

Comments
 (0)