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

ReactiveDemo for WPF throws Null exception #301

Closed
baronics opened this issue May 4, 2021 · 1 comment · Fixed by #306
Closed

ReactiveDemo for WPF throws Null exception #301

baronics opened this issue May 4, 2021 · 1 comment · Fixed by #306
Labels

Comments

@baronics
Copy link

baronics commented May 4, 2021

  1. Missing reference in project file to System.Xaml

  2. Running application throws System.NullReferenceException when calling PackageSearchResource.SearchAsync()

    Reason: Cannot pass null to SearchAsync() for NuGet.Common.ILogger parameter
    Fix: pass NuGet.Common.NullLogger.Instance instead of null

@baronics baronics added the bug label May 4, 2021
@baronics baronics changed the title [BUG] ReactiveDemo for WPF throws Null exception ReactiveDemo for WPF throws Null exception May 4, 2021
glennawatson pushed a commit that referenced this issue May 29, 2021
* update Packages updated, code fixed to allow to build and run

fixes #301, fixes #249, fixes #291

Still have issue with Wasm project and two Android projects to resolve

* All projects build
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant