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

Add NullableTypeReader #785

Merged
merged 3 commits into from
Aug 29, 2017
Merged

Conversation

AntiTcb
Copy link
Collaborator

@AntiTcb AntiTcb commented Aug 7, 2017

Primitives now also load a NullableTypeReader and any value types that get a typereader added will also have a NullableTypeReader added for it.

Also Add/RemoveTypeReader<T>() now just points to the non generic method.

Primitives now also load a NullableTypeReader<T> and any value types that get a typereader added will also have a NullableTypeReader<T> added for it.
@foxbot foxbot merged commit cb0ff78 into discord-net:dev Aug 29, 2017
@AntiTcb AntiTcb deleted the feature/NullableTypeReader branch August 29, 2017 21:10
FiniteReality pushed a commit to FiniteReality/Discord.Net that referenced this pull request May 5, 2018
* Add NullableTypeReader.

Primitives now also load a NullableTypeReader<T> and any value types that get a typereader added will also have a NullableTypeReader<T> added for it.

* Remove unnecessary null check.

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

Successfully merging this pull request may close these issues.

2 participants