-
Notifications
You must be signed in to change notification settings - Fork 831
Open
Labels
Area-Compiler-CodeGenIlxGen, ilwrite and things at the backendIlxGen, ilwrite and things at the backendBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.help wanted
Milestone
Description
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 -> '?17894Repro steps
Provide the steps required to reproduce the problem:
Unzipdotnet builddotnet 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
lontivero
Metadata
Metadata
Assignees
Labels
Area-Compiler-CodeGenIlxGen, ilwrite and things at the backendIlxGen, ilwrite and things at the backendBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.help wanted