.NET Dashboard Suite - ReSharper

  1. ReSharper 2024.1

    Release Notes: They appear in the Introduce parameters list and have a separate icon to help you distinguish them easily. This refactoring is also available for local functions. Support for the protobuf-net library- Code ... Analysis now provides support for the ProtoContract attribute and ImplicitFields enum from the protobuf-net library. Both of these can be used to mark members that are implicitly used for serialization. ...

  2. ReSharper 2024.1.1

    Release Notes: Fixed the issue where errors related to the [Experimental] attribute persisted even when <nowarn> is specified in the.csproj file. 0 ...

  3. ReSharper 2023.3.4

    Release Notes: Microsoft Visual Studio version 17.9 and 17.10 Preview: ReSharper No Longer Resolves External Symbols. "Usage of navigational property can return incomplete data" is sometimes shown when owned entities are used. False "Possible performance issues caused by unlimited string length ...

  4. ReSharper 2023.3.3

    Release Notes: Rename works correctly for references between files in ReSharper 2023.3. Using the search bar in ReSharper's Options no longer causes Visual Studio to freeze on Windows Server 2016. Abbreviations are no longer falsely flagged as spelling mistakes. String length checks for Entity Framework ...

  5. ReSharper 2023.3

    Release Notes: grammar and spelling checker. Grazie supports over 20 languages and catches natural language errors within programming languages supported by ReSharper (C#, C++, VB.NET), markup languages (HTML, XML, XAML), ... and comments. To add other natural languages to Grazie, go to Options | Grammar and Spelling | General in ReSharper. Qodana Community linter for.NET For a long time, if you wanted to run ReSharper Code Analysis ... outside of an IDE on your CI/CD server, you only had one option – the InspectCode tool from ReSharper Command Line Tools. Recently, Qodana has made its first steps into our lineup of.NET tools and launched ...

  6. ReSharper 2023.3.2

    Release Notes: Resolved several erroneous behaviors involving solution-wide analysis. SWEA no longer causes IDE freezes, and inaccurate warnings don't appear for Razor files. The Hides primary constructor parameter warning now only applies to captured primary constructor parameters. Primary constructor ...

  7. ReSharper 2023.3.1

    Release Notes: ReSharper 2023.3 can once again be installed using the web dotUltimate installer. Native symbol resolution being enabled in dotTrace no longer causes disturbances and crashes when snapshots are taken. 0 ...

  8. ReSharper 2023.2.1

    Release Notes: ReSharper no longer reports false-positive inspections when performing code analysis on Razor/Blazor web applications. Implementing code analysis on ASP.NET web applications no longer makes ...

  9. ReSharper 2023.2.3

    Release Notes: The previously insufficient timeout period has been extended to allow for Microsoft Visual Studio to update its configuration after ReSharper's installation is completed. Visual Studio 2022 running on ARM64 processors no longer crashes during the typing of C# code with ReSharper is enabled. 0 ...

  10. ReSharper 2023.2.2

    Release Notes: ReSharper no longer generates critical failure errors due to a StackOverflowException being thrown during code analysis of the ConditionalTernary operator. The debugger no longer throws the System.InvalidOperationException when ReSharper is enabled in Visual Studio. Code analysis now correctly ...

  11. ReSharper 2023.2

    Release Notes: Key updates Improved C# support- This release brings new code inspections and quick-fixes for working with raw string literals and local functions, as well as for handling common Microsoft Entity Framework issues and redundant nullable directives. Early support for C# 12 covers primary constructors ...

  12. ReSharper 2023.1.x

    Release Notes: introduced name to consolidate all of the accesses to the same value. ArgumentNullException.ThrowIfNull style of null checks- Microsoft.NET 6.0 SDK introduced a new API for null checking- ... by default. If you still want to use the language, you can re-enable. Ending Development for Microsoft Visual Studio 2010 and 2012- ReSharper and.NET Tools currently support 7 major versions of Visual Studio, ...

  13. ReSharper 2022.3.x

    Release Notes: the false-positive errors for BigInteger operators in.NET 7. Fixed the crash in ASP.NET Core projects. 2022.3.1 Updated Dec 21, 2022 Fixes Fixed an issue with the screen blinking while typing before and after hints ... verifies the compatibility of scoped modifiers and offers quick fixes for mismatched scoped parameters on overrides, interface implementations, and delegate conversions. C# 11 and Microsoft.NET 7 also ... when migrating to C# 11 or.NET 7. Language injections Introduced a couple of changes to the support for language injections: Language injections now work inside C# 11 raw string literals. ReSharper ...

  14. ReSharper 2022.1.x

    Release Notes: ReSharper C++ discovers Unreal Engine unit tests and adds the corresponding action indicators next to each test in the editor to run or debug the test or the whole test suite. In the Unit Test Sessions ... [MemberNotNull] and [MemberNotNullWhen] annotations are now supported in projects that don't use nullable reference types. Endpoints Endpoints support now works for Microsoft ASP.NET Core 6 minimal APIs ... and convention-based routing. It includes navigation, code analysis, and code completion. Razor and Blazor Added support for the new [EditorRequired] attribute from Microsoft.NET 6. The corresponding inspection ...

  15. About ReSharper

    Description: Increase your.NET productivity. ReSharper is an intelligent add-in to Visual Studio. It comes equipped with a rich set of features including intelligent coding assistance, on-the-fly error ... highlighting and quick error correction. ReSharper also supports code refactoring, unit testing, navigation and search. NAnt and MS Build Scripts Editing and ASP.NET editing. ReSharper licenses now include both ... ReSharper and ReSharper C++. ReSharper Key Features Analyze code quality- On-the-fly code quality analysis is available in C#, VB.NET, XAML, ASP.NET, ASP.NET MVC, JavaScript, TypeScript, CSS, HTML, and XML. ...

  16. ReSharper 2022.2.x

    Release Notes: IntelliSense. Fixes Fixed the CVE 2022-41032 vulnerability Microsoft recently uncovered in.NET 7.0.0-rc.1,.NET 6.0,.NET Core 3.1, and NuGet clients (NuGet.exe, NuGet.Commands, NuGet.CommandLine, NuGet.Protocol). ... to further reduce the working set. These optimizations result in a 5-10x memory consumption improvement and faster Solution-Wide Analysis loading. Code Analysis Top-level statements.NET 6 introduced new ...

  17. Five Stars

    Customer Review: 5 Poland ...

  18. ReSharper 2021.3.x

    Release Notes: users, this means that string interpolation expressions generally work faster in Microsoft.NET 6, and the new handlers also make it possible to use Span<char> values in interpolation holes. ... false positive errors are expected in.NET 6 Minimal API projects. As a bonus, ReSharper also helps you use the correct syntax and add parentheses where they’re expected by the compiler. Program as a valid ... standard container, checking whether an element exists in an associative container, and creating smart pointers with default initialization. Support for AnalyzerConfig files- Starting with the.NET 5 SDK, you ...

  19. ReSharper 2021.2.x

    Release Notes: package with Microsoft.NET Core 3.1. Fixed a number of issues in support for C# 10 constant interpolated strings. Fixed the false positive errors in Blazor projects on built-in attributes. Fixed the issue ... ambiguous between Nullable<float> and Nullable<double>, and no more ‘The type xxx is defined in an assembly that is not referenced…‘ error for Unity/Mono projects. ASP.NET Core routes no longer ... assistance with the ability to search, property highlighting and more. ReSharper now supports code generated by source generators in VB.NET. HttpClient URI support- In the previous release, support ...

  20. Four Star

    Customer Review: 4 Japan ...