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 NullPointer for shell help command #1968

Merged
merged 1 commit into from
Dec 30, 2021
Merged

Conversation

simonhoss
Copy link
Contributor

When you try to run the shell help command you get the exception Object reference not set to an instance of an object.

The reason is that CustomAttributeExtensions.GetCustomAttributes where missing the type where to search

Example:


Getting started with `help`

> help
# LiteDB Shell Command Reference

Object reference not set to an instance of an object.
>

Fix Object reference not set to an instance of an object. for shell help command
@kcsombrio kcsombrio merged commit 048b22e into litedb-org:master Dec 30, 2021
@kcsombrio
Copy link
Collaborator

Hi @simonhoss, thanks for this fix

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

Successfully merging this pull request may close these issues.

2 participants