Skip to content

Commit 5acde9b

Browse files
authored
Update known-issues.md 9.0 (#9968)
1 parent 31ee245 commit 5acde9b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

release-notes/9.0/known-issues.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
You may encounter the following known issues, which may include workarounds, mitigations, or expected resolution timeframes.
44

5+
## F#
6+
### error NU1403: Package content hash validation failed for FSharp.Core.9.0.300. The package is different than the last restore.
7+
When using lock files with nuget, a package content hash validation fails for FSharp.Core 9.0.303.
8+
This is caused by a mismatched between binaries published to the .NET SDK and the version of FSharp.Core available separately on NuGet.
9+
10+
This problem exists specifically for the 9.0.301 and 9.0.302 versions of the .NET SDK, when using lock files for package restore.
11+
12+
https://github.com/dotnet/fsharp/issues/18712
13+
14+
**workaround**
15+
Temporarily disable lock files for affected project(s).
16+
517
## .NET WPF
618

719
### 1. Usage of incorrect types as DynamicResource

0 commit comments

Comments
 (0)