Skip to content

Source build SDK layout does not match Microsoft #15228

Open
@MichaelSimons

Description

@MichaelSimons

In .NET 10 there are differences in the vstest related files contained in the SDK between source-build and the Microsoft build.

The Microsoft build contains the following resource assemblies in sdk/x.y.z/Extensions/ while in source-build these are under sdk/x.y.z/:

Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll
Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll

Additionally the source-build is missing the following assemblies:

Microsoft.TestPlatform.Extensions.BlameDataCollector.dll
Microsoft.TestPlatform.Extensions.EventLogCollector.dll

These changes appear to have been introduced with #4856.

Related to dotnet/source-build#4881.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions