-
Notifications
You must be signed in to change notification settings - Fork 144
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
Microsoft.Sbom.Targets.E2E.Tests is failing with VS 17.12 #815
Labels
accepted
We are working on this and hope to release it into the product
Comments
DaveTryon
added a commit
that referenced
this issue
Nov 27, 2024
DaveTryon
added a commit
that referenced
this issue
Nov 27, 2024
DaveTryon
added a commit
that referenced
this issue
Nov 27, 2024
* Suppress issues from latest analyzer version * Revert NU1701 warning suppression * Skip broken test, tracked at #815
jlperkins
added
accepted
We are working on this and hope to release it into the product
and removed
needs triage
Default status upon issue submission
labels
Dec 5, 2024
Spent some time investigating this and had several findings:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the update to Visual Studio 17.12, the tests in the
Microsoft.Sbom.Targets.E2E.Tests
project are failing in the PR build. This does not repro from inside Visual Studio, but repros when running from the command line. The error is coming from the .NET 8 version ofSbomGenerationSucceedsForMultiTargetedProject
. I'll stub it out for now to unblock the PR builds, but this needs to be fixed.Here is the output from running
dotnet test test\Microsoft.Sbom.Targets.E2E.Tests\Microsoft.Sbom.Targets.E2E.Tests.csproj
from the root of the solution:The text was updated successfully, but these errors were encountered: