Skip to content

Avoid exception checking nullability#3119

Merged
martincostello merged 1 commit into
domaindrivendev:masterfrom
martincostello:gh-3070
Nov 23, 2024
Merged

Avoid exception checking nullability#3119
martincostello merged 1 commit into
domaindrivendev:masterfrom
martincostello:gh-3070

Conversation

@martincostello

Copy link
Copy Markdown
Collaborator
  • Do not throw if we cannot determine the nullability of a dictionary. It's better to potentially be wrong, rather than be unable to generate a document at all.
  • Clean-up some code analysis suggestions.

Resolves #3070.
Resolves #2793 (as it's the last linked issue).

Loading
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.

[Bug]: Wrong exception thrown by MemberInfoExtensions.IsDictionaryValueNonNullable Fix issues with nullable types

4 participants