Skip to content

Assertion On Nullable String Actual Value Requires Non-Nullable String Expected Value #3643

@Xen0byte

Description

@Xen0byte

Previous to the time around version 0.78 or 0.79, it was possible to Assert.That(string?).IsEqualTo(string?), however that has changed and it is required to use Assert.That(string?).IsEqualTo(string? ?? string.Empty) instead.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions