When a project has a signature file like:
val foo01 : int -> string -> _
val bar01 : int -> int -> _
They will be override by --allsigs to
val foo01: int -> string -> '?17893
val bar01: int -> int -> '?17894
Repro steps
Provide the steps required to reproduce the problem:
Unzip
dotnet build
dotnet build --no-incremental
InvalidSignatureGeneration.zip
Expected behavior
The project should still compile after the rebuild.
Actual behavior
Project no longer builds.
Related information
Detected via #14703
When a project has a signature file like:
They will be override by
--allsigstoRepro steps
Provide the steps required to reproduce the problem:
Unzipdotnet builddotnet build --no-incrementalInvalidSignatureGeneration.zip
Expected behavior
The project should still compile after the rebuild.
Actual behavior
Project no longer builds.
Related information
Detected via #14703