Internal error when using a type with collided name from another project #17828
Labels
Area-Compiler-Checking
Type checking, attributes and all aspects of logic checking
Bug
Impact-Low
(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
This is likely the same cause as in #17827, however, the misleading error reported there should be fixed separately from this one, as this is likely about resolving references during the unpickling of the serialized F# metadata.
Consider this library project:
File1.fs:
namespace Ns.TypeName
File2.fs:
Reference this project from the following console app one:
There's an internal error when trying to use the function that uses the type:
Here's the repro project: SameNameNamespaceType.zip.
The text was updated successfully, but these errors were encountered: