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

fix: giving user-friendly error when trying to scan unpublishable project #207

Merged
merged 4 commits into from
May 1, 2024

Conversation

dotkas
Copy link
Contributor

@dotkas dotkas commented May 1, 2024

.NET solutions with <IsPublishable>false</IsPublishable> are by definition unscannable by us, as we need the published solution to assess.

Currently failing with opaque dotnet error message. Adding a better UX for our backend to pick up and provide to the end user.

Also removing a bunch of checked-in obj/ folders that can deterministically be restored during testing.

@dotkas dotkas requested a review from a team as a code owner May 1, 2024 11:41
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test was already covered.

@dotkas dotkas force-pushed the dotkas/fix-unpublishable-projects branch from ced1b24 to 97cfe08 Compare May 1, 2024 12:29
@dotkas dotkas force-pushed the dotkas/fix-unpublishable-projects branch from 97cfe08 to d372af5 Compare May 1, 2024 12:30
@dotkas dotkas force-pushed the dotkas/fix-unpublishable-projects branch from f72ed09 to ebff808 Compare May 1, 2024 14:55
@dotkas dotkas merged commit 2f6f831 into main May 1, 2024
4 checks passed
@dotkas dotkas deleted the dotkas/fix-unpublishable-projects branch May 1, 2024 15:10
@snyksec
Copy link

snyksec commented May 1, 2024

🎉 This PR is included in version 2.4.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants