You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With open MyRootNamespace.A in Bar.fs builds succeeds.
With removed parameter s: string or changed order of s and foo build also succeeds 😮
With GraphBasedChecking disabled build succeeds.
Related information
.NET 9.0.100-preview.6.24328.19
.NET 8.0.303
The text was updated successfully, but these errors were encountered:
Repro steps
Consider
Foo.fs
:and following
Bar.fs
:When GraphBasedChecking is enabled build fails with error:
Here is complete solution.
GraphBasedChecking_FullPathError.zip
Expected behavior
Build succeeds without any changes.
Actual behavior
Compiler fails to recognise namespace
Known workarounds
With
open MyRootNamespace.A
inBar.fs
builds succeeds.With removed parameter
s: string
or changed order ofs
andfoo
build also succeeds 😮With GraphBasedChecking disabled build succeeds.
Related information
.NET 9.0.100-preview.6.24328.19
.NET 8.0.303
The text was updated successfully, but these errors were encountered: