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 NullReferenceException and add new requestAccessToOrganization notification type #362

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

tolias
Copy link

@tolias tolias commented Jan 25, 2023

  1. Fix an issue with null reference because _semaphore field sometimes was accessed before it was instantiated. Fixed by instantiating it before the first access to the field can occur;
  2. Fix a crash when a Trello returns a new notification type which didn't exist in enum before;

@tolias tolias changed the title Bug/fix nullreference exception Fix NullReferenceException and add new requestAccessToOrganization notification type Jan 25, 2023
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.

1 participant