Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert private assets in deps.json change (#45259) #46182

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

Forgind
Copy link
Member

@Forgind Forgind commented Jan 21, 2025

@Forgind Forgind requested review from a team, tmat, AntonLapounov and vijayrkn as code owners January 21, 2025 22:46
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Request triage from a team member label Jan 21, 2025
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

1 similar comment
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@Forgind Forgind changed the base branch from main to release/9.0.2xx January 21, 2025 22:47
@Forgind Forgind removed request for a team, tmat and vijayrkn January 21, 2025 22:47
@Forgind Forgind removed the request for review from AntonLapounov January 21, 2025 22:47
@dsplaisted dsplaisted merged commit b8e53b4 into dotnet:release/9.0.2xx Jan 23, 2025
31 checks passed
@ViktorHofer
Copy link
Member

/backport to main

Copy link
Contributor

Started backporting to main: /~https://github.com/dotnet/sdk/actions/runs/12987844242

nguerrera added a commit to nguerrera/cask that referenced this pull request Jan 31, 2025
For a period, there was breaking SDK change with `PrivateAssets="all"` stripping things from the build `deps.json`. It's been [reverted](dotnet/sdk#46182) but that revert hasn't made it to preview builds of VS yet.

While this breaking change is around, having a `PrivateAssets="all"` reference to `Microsoft.NET.Test.Sdk` causes:

```
Testhost process for source(s) 'D:\Src\cask\bld\bin\Cask.Tests\debug_net8.0\Cask.Tests.dll' exited with error: Unhandled exception.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.TestPlatform.CoreUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.`
```

There's no real reason for our `Microsoft.NET.Test.Sdk` reference to have `PrivateAssets="all"` and removing it works around the issue, so this change removes it.
nguerrera added a commit to microsoft/cask that referenced this pull request Jan 31, 2025
For a period, there was breaking SDK change with `PrivateAssets="all"`
stripping things from the build `deps.json`. It's been
[reverted](dotnet/sdk#46182) but that revert
hasn't made it to preview builds of VS yet.

While this breaking change is around, having a `PrivateAssets="all"`
reference to `Microsoft.NET.Test.Sdk` causes:

```
Testhost process for source(s) 'D:\Src\cask\bld\bin\Cask.Tests\debug_net8.0\Cask.Tests.dll' exited with error: Unhandled exception.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.TestPlatform.CoreUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.`
```

There's no real reason for our `Microsoft.NET.Test.Sdk` reference to
have `PrivateAssets="all"` and removing it works around the issue, so
this change removes it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Servicing-approved untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants