Skip to content

v0.7.7

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 10:33
83372f1

Warn on unchecked type constraints (#1066)

Bugs fixed:

  • Give a warning when referencing generic types or functions that have constraints on their type arguments (closes #1065)

Notes:

  • This does not prevent generation of potentially incorrect and unsafe IL. It simply issues a warning where types or functions with type constraints are referenced. See #115 for details.