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

Nullable reference type annotations #71

Merged
merged 1 commit into from
Nov 18, 2022
Merged

Nullable reference type annotations #71

merged 1 commit into from
Nov 18, 2022

Conversation

vers-one
Copy link
Owner

Nullable reference type annotations

This is:

  • a bug fix
  • an enhancement

Related issue: #65

Description

This pull request adds nullable reference type annotations for all data types within the VersOne.Epub project except the VersOne.Epub.Options namespace classes. To make this annotation possible, all default parameterless constructors were replaced with constructors with parameters.

Testing steps

All tests should pass.

@vers-one vers-one self-assigned this Nov 18, 2022
@vers-one vers-one linked an issue Nov 18, 2022 that may be closed by this pull request
@vers-one vers-one merged commit d740400 into master Nov 18, 2022
@vers-one vers-one deleted the nullable branch November 18, 2022 04:58
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.

Add nullable reference type annotations
1 participant