Skip to content

Enforce nullable reference types #184

@tomrijnbeek

Description

@tomrijnbeek

🆙 Improvement proposal

Null checking has been enabled. This means all nullability warnings need to be fixed. Many cases are pretty straightforward (null is expected, or tests verify null inputs throw exceptions), but in some cases the nullability is undesirable.

All these warnings need to be cleaned up one way or another, before enabling full nullability enforcement.

Context

Null bad. Maybe better.

Metadata

Metadata

Assignees

Labels

enhancementgood-first-issueGreat issue to start out with if you're new to the code base and would like to help.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions