Skip to content

9.0.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 20:02
afbbb47

Fixes:

  • afbbb47 Fixed a bogus use of the default keyword, within a ternary expression where implicit casting of a generic is in play. The expression compiles differently depending on whether the generic type in question is a value type, versus a reference type, and generates an excpetion in the case of a value type. (#926) @JakenVeina