- (!) End-of-life note: Please switch to C# 8 Nullable Reference Types
- ReSharper and Rider 2020.1 support
- ReSharper and Rider 2019.3 support
- ReSharper and Rider 2019.2 support
- ReSharper and Rider 2019.1 support
- ReSharper and Rider 2018.3 support
- Fixed broken "Color Identifiers" feature (issue #24)
- ReSharper and Rider 2018.2 support
- ReSharper and Rider 2018.1 support
- Rider 2017.3 support
- ReSharper 2017.3 support
- Added support for Rider 2017.2
- Fixed unnecessary nullability attribute generation in c'tor generation and "Check parameter for null" actions [ReSharper 2017.2.2+]
- Added support for properties (by default configured for getter-only properties) => Implicit Nullability now finally supports all members where ReSharper provides nullability analysis :)
- ReSharper 2017.2 support
- Changed default of "Restrict to readonly fields" setting to "on"
- Added exclusion of generated code, configurable by a new setting (enabled by default)
- Added exclusion of "XAML fields" (fixes issue #11)
- Changed "overrides unknown base member" warnings to include also non-external (solution) code with unknown nullability (=> new highlighting IDs for ImplicitNotNullOverridesUnknownBaseMemberNullability and ImplicitNotNullResultOverridesUnknownBaseMemberNullability)
- Added support for named delegates with (async) Task results
- Added cache for configuration (attribute) parsing (performance improvement)
- ReSharper 2017.1 support
- Implicit nullable fields: Added exemption for property backing fields (issue #10)
- Added support for fields (including the option to restrict to
readonly
fields / fields in reference types) - Extended "type highlighting" for fields and properties
- Fixed wrong highlighting of async void method results (issue #8)
- Explicit or implicit [NotNull] element types are now highlighted with a dotted underline (can be enabled/disabled on the Implicit Nullability options page)
- Ignore methods with [ContractAnnotation] attribute
- ReSharper 2016.3 support
- ReSharper 2016.2 support
- Implicit Nullability support for compiled assemblies with [AssemblyMetadata("ImplicitNullability.AppliesTo", "...")] configuration attribute
- New "Implicit NotNull element cannot override CanBeNull in base type, nullability should be explicit" warning for return values and out parameters
- New "Implicit NotNull result or out parameter overrides unknown nullability of external code" hint
- Added suppression of "Base declaration has the same annotation" highlighting on code elements with enabled implicit nullability
- Added exclusion of delegate BeginInvoke() method parameters and Invoke() / EndInvoke() results because their implicit nullability cannot be overridden with explicit annotations
- ReSharper 2016.1 support
- ReSharper 10.0 support
- Added configuration option in ReSharper's "Products & Features" settings
- Dropped ReSharper 8.2 support
- Support for Task method return types (big thanks to Ivan Serduk) [ReSharper 9.2+]
- Fixed extension meta data to enable running Implicit Nullability in InspectCode (ReSharper Command Line Tools)
- Added support for method / delegate results and out parameters (can be enabled / disabled via a new option)
- Split option for method / delegate / indexer input and ref parameters into two separate options
- ReSharper 9.2 support