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

UpdateManager - fix nullability #11892

Merged

Conversation

kiminuo
Copy link
Collaborator

@kiminuo kiminuo commented Nov 7, 2023

Fixes 1 warning.

@@ -47,7 +47,7 @@ public static class Services

public static Config Config { get; set; } = null!;

public static UpdateManager? UpdateManager { get; private set; }
public static UpdateManager UpdateManager { get; private set; } = null!;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm not sure why it was different than the rest of services here. I guess it was just an oversight or design changed over time.

Copy link
Collaborator

@adamPetho adamPetho left a comment

Choose a reason for hiding this comment

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

Nice!

@kiminuo kiminuo merged commit 4f6ee00 into WalletWasabi:master Nov 7, 2023
4 of 7 checks passed
@kiminuo kiminuo deleted the feature/2023-11-07-UpdateManager-nits branch November 7, 2023 14:57
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.

None yet

3 participants