Skip to content

Linker targets do not appear to passing Deterministic property to linker  #13711

Open
@pranavkm

Description

@pranavkm

Both the linker and the .NET SDK default to deterministic builds. However unlike the compiler, the linker targets does not use the the Deterministic MSBuild property to determine this.

image

If we were determined to be good citizens, we could flow the value of that property to the trimmer via the ILLink task similar to the Csc task. That said, I'm not clear on why someone would want a non-deterministic build so perhaps this is moot.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions