Skip to content

Releases: tom-englert/Nullable.Extended

1.15

27 Dec 07:27
Compare
Choose a tag to compare
  • Default severity of analyzers should be warning to be suppressable.

1.14

27 Dec 07:27
Compare
Choose a tag to compare
  • Introduce InitRule for "init only" properties;
  • Default severity is now Error.
  • Remove the outdated sonar-based suppressor.

1.13

27 Dec 07:26
Compare
Choose a tag to compare
  • Adjust colors to better match VS2022

1.12

18 Sep 16:17
Compare
Choose a tag to compare

1.12

  • Update DGX to improve composite filter experience
  • Improve reliability of the "Required" flag by analyzing each result individually.

1.11

  • Remove the "Remove all not required tokens" command, it's of no practical use

1.10

  • improve data grid filtering experience
  • Fix: detect justification comment on field declaration

1.9

  • #10: Add a code fix provider

1.8

  • #10: Fix justification, comments were not always detected properly

1.7

  • #8: Improve keyboard navigation
  • #9: Navigate to operator crashes VS2022
  • #10: Recover the NullForgivingDetectionAnalyzer and support suppressions via "// ! comment"

1.6

  • Fix #7: XAML assembly resolving fails for DGX

1.5

  • Analysis results may depend on framework version: use the most relevant result.

1.4

09 Aug 11:17
Compare
Choose a tag to compare
1.4
  • Support VS2022
  • Fix #5: Add an icon to the tool window
  • Fix multiple choice filter
  • Fix detection of required null-forgiving operators

1.3

05 Mar 16:22
Compare
Choose a tag to compare
1.3
  • Roll back Microsoft.VisualStudio.Component.CoreEditor version, is not aligned with VisualStudio version!

1.2

05 Mar 16:22
Compare
Choose a tag to compare
1.2
  • Use multiple choice filter for appropriate columns
  • Show lean project name

1.1

06 Feb 16:59
Compare
Choose a tag to compare
1.1
  • Fix #3: False negative when null forgiving operator is preceded by whitespace.
  • Fix #2: Duplicate entries when project targets multiple frameworks
  • Fix threading issues

1.0

06 Feb 16:46
Compare
Choose a tag to compare
1.0
  • Initial release