Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

[style] Fix up style in Inventory namespace #797

Open
@stephen-hawley

Description

@stephen-hawley

Look over code and make changes including:

  • using var where it makes sense
  • clean up type-checking using the if (cl is SomeType varName) pattern
  • remove SomeType varName = null; if (values.TryGet(name, out varName) pattern and use if (values.TryGet(name, out varVarname))
  • Turn on #nullable enable

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions