Skip to content

Refactor non-nullable entity properties to required #1856

@bkoelman

Description

@bkoelman

For example, change:

public string LastName { get; set; } = null!;

to:

public required string LastName { get; set; }

Should also update in README.md, documentation, etc.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions