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

Bootstrapper crashes if a package can't be found. #2672

Closed
dhoehna opened this issue Jun 24, 2022 · 2 comments
Closed

Bootstrapper crashes if a package can't be found. #2672

dhoehna opened this issue Jun 24, 2022 · 2 comments
Assignees
Labels
area-Deployment Issues related to packaging, installation, runtime (e.g., SelfContained, Unpackaged) documentation Improvements or additions to documentation

Comments

@dhoehna
Copy link
Contributor

dhoehna commented Jun 24, 2022

Describe the bug

This issue is fixed in 1.1.2.

It would be nice if there was documentation explaining "X will be thrown if the specific package can't be found"

Steps to reproduce the bug

  1. Don't install any Windows App SDK packages.
  2. Use the bootstrapper to load Windows App SDK.

Expected behavior

Really, just some documentation saying "X will happen if the bootstrapper is used and the Windows App SDK framework packages aren't installed"

Screenshots

No response

NuGet package version

No response

Packaging type

No response

Windows version

No response

IDE

No response

Additional context

No response

@ghost ghost added the needs-triage label Jun 24, 2022
@btueffers btueffers added documentation Improvements or additions to documentation area-Deployment Issues related to packaging, installation, runtime (e.g., SelfContained, Unpackaged) and removed needs-triage labels Jun 27, 2022
@fredemmott
Copy link

This a bug, fixed for 1.2: #2592

@DrusTheAxe
Copy link
Member

DrusTheAxe commented Jun 29, 2022

You shouldn't get anything 'thrown' on not-found. By default you'll get a MessageBox explaining the problem and what to do about it, or other behavior if you opt-in to certain options. No crash, no exception.

This crash was due to a bug in the NotFound code path introduced in 1.1.0, crashing before reaching the MessageBox(Heyyyyy all...). This is fixed in #2592 for 1.2 and the upcoming 1.1.2 servicing update.

Please repro with 1.1.2 and share if the documentation matches your experience or could use improvement. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Deployment Issues related to packaging, installation, runtime (e.g., SelfContained, Unpackaged) documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants