-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
C# nullable support is sketchy #24
Comments
It was an oversight. As I'm no longer using |
Okay well I just realized something. Does or has the library always (even before 0.4.0) allowed users to SET keys to map to null objects? If that is the case then the GET could return null if the user ever set it to null for a particular key. In that case I don't think you could change it back because some users might have abused that. I never set keys in my codebase so I never thought of that. |
Oh, and also, in the future, when you start to interact with a project owner that has dedicated his time to make it available for free, you could start your message with "Hey, I'm using your library and it's really helpful, thank you.". |
I apologize. Do you have cash app or venmo or something? |
This should be fixed in 909dd77 and will be available in next version |
WHY did you change the return type from "object" to "object?" (did you?) should have just left it alone. Change it back pretty please?
The text was updated successfully, but these errors were encountered: