Skip to content

Use the built-in msbuild extensibility hook "Directory.Build.props" #1011

Closed
@CodeTherapist

Description

@CodeTherapist

I would like to propose to replace the build/common.props with the MSBuild built-in extensibility hook.

Of course it's more implicit than the current solution - but it simplifies the workflow for new projects to be automatically setup the right way.

\
  BenchmarkDotNet.sln
  Directory.Build.props     (Common for all projects)
  \src
    Directory.Build.props   (Common for all src projects)
    \BenchmarkDotNet
    \BenchmarkDotNet.Disassembler.x64
    \...
  \test
    Directory.Build.props   (Common for all test projects)
    \BenchmarkDotNet.Tests
    \BenchmarkDotNet.IntegrationTests
    \…

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions