Skip to content

Should the DotNet.ReproducibleBuilds package be an SDK instead? #45

@MattKotsenas

Description

@MattKotsenas

The DotNet.ReproducibleBuilds.Isolated package is an SDK, DotNet.ReproducibleBuilds is not. Should they both be?

The specific issue that prompts this issue is that I see devs using properties set by RB like $(ContinuousIntegrationBuild) in Directory.Build.props, but the D.B.props file is imported first per dotnet/msbuild#994 (comment).

Since RB is essentially an extension to the SDK, this feels like a defensible change to me. Open question about how much of a breaking change this would be. We likely could leave a stub .props file behind that emits a warning to explain the upgrade path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions