1.2.3
- ReSharper 2017.1 EAP5 support.
1.2.2
- Upgrade to latest ReSharper 2016.3 SDK build;
- ReSharper 2017.1 EAP2 support.
1.2
- ReSharper 2016.2 RTM and ReSharper 2016.3 EAP support.
1.1.0
- ReSharper 10 RTM support;
- New inspection 'Closure can be eliminated' to detect overloads with additional state parameters helping avoid closure allocations.
0.9.9
- Drop support for ReSharper 8.1, 8.2 and 9.0;
- Drop 'Slow delegate creation' inspection: not useful, no way to fix, behavior differs in x86/x64/RyuJIT.
0.9.8
- ReSharper 9.2 RTM support.
0.9.7
- ReSharper 9.1 RTM support.
0.9.6
- Split object allocation highlighting in groups (evident/hidden/possible), so user can separately turn them on or off;
- Suppress boxing warnings inside attributes;
- Generalize 'parameters array creation' inspection to object creation expressions, indexer access, constructor and collection initializers;
- Handle some of Roslyn changes (when C# 6.0 language level is turned on);
- C# 6.0: anonymous methods without closure inside generic methods now can be cached;
- C# 6.0: support for expression-bodied members and property/event initializers;
- C# 6.0: support for cached empty parameter arrays when Array.Empty() is available.
0.9.5
- ReSharper 9.0 RTM support;
- In R# 9.0 build inspection colors are available with 'ReSharper HeapView Boxing' and 'ReSharper HeapView Allocation' ids in Visual Studio fonts & colors settings;
- 'Slow delegate creation' downgraded to warning severity.
0.9.3-beta
- Initial ReSharper 9.0 EAP support.
0.9.2-beta
- Build against R# 9.0 signed binaries.
0.9.1
- Better highlighting ranges for formal parameters and parameter arrays;
- Allocation highlighting splitted into separate delegate/closure/object allocation highlightings;
- Highlightings now configurable (can change severity, can search for similar issues);
- Tests for slow delegate creation.
0.9
- Initial version, support for ReSharper >8.1.