Releases: degory/ghul
v0.5.11
Bump FluentAssertions from 6.3.0 to 6.5.1 in /unit-tests/.dependabot (#939)
Bumps FluentAssertions from 6.3.0 to 6.5.1.
updated-dependencies:
- dependency-name: FluentAssertions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.5.10
v0.5.9
v0.5.8
v0.5.7
Fix issues when renaming symbols via the VSCE (#926)
Bugs fixed:
- Renaming overridden symbols does not work reliably (closes #923)
- Renaming overridden symbols in generic types is not reliable (closes #924)
Enhancements:
- Include the definition of methods and properties in results of go-to implementation
v0.5.6
Bump FluentAssertions from 6.2.0 to 6.3.0 in /unit-tests/.dependabot (#925)
Bumps FluentAssertions from 6.2.0 to 6.3.0.
updated-dependencies:
- dependency-name: FluentAssertions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.5.5
Support compilation on additional host sytstems (#918)
Enhancements:
- Support compilation on additional host systems (closes #917)
Notes:
- Non-x86-64/non-Windows or non-Linux hosts require ghul.targets >=1.1.0 and an explicit package reference for the appropriate IL assembler with
GeneratePathProperty="true"
v0.5.4
Fix issues with void type and void values (#922)
Bugs fixed:
- Void is incorrectly convertible to Object (closes #302)
- No error when declaring symbols of void type (closes #914)
- No error when inheriting from types that are constructed from void (closes #915)
- No error when attempting to create instances of types constructed from void (closes #916)
- No error when attempting to consume values of void type (closes #921)