microsoft / dtdl-model-generator

A library used for generating C# classes from DTDL interfaces.
MIT License
13 stars 16 forks source link

[Bug]: Missing nullable annotations on equality operator methods #7

Closed ms-mikeb closed 2 years ago

ms-mikeb commented 2 years ago

Describe the bug

The equality operators == and != are missing nullable annotations on their parameter types

Which version of the tool was used?

0.1.0

Options

N/A

Steps To Reproduce

  1. Run the generator
  2. Inspect generated classes
  3. Note missing nullable annotations