dotUltimate 2020.2.x

Released: Aug 21, 2020

Atualizações na 2020.2.x

2020.2.4

Updated Oct 1, 2020

Fixes

  • Rider
    • Fixed launching Apple iOS apps on Xcode 12 simulators.
  • ReSharper
    • Fixed restoring unit test sessions with continuous testing: they now persist through reopening the solution.
  • dotTrace
    • Fixed the ‘ETW collector internal error’ in Timeline profiling.

2020.2.3

Updated Sep 18, 2020

Features

  • ReSharper
    • Improved precision control over which Microsoft Visual Studio actions can be overridden by ReSharper in the Commands page.

Fixes

  • ReSharper
    • ReSharper no longer freezes Microsoft Visual Studio when the Favorite Documents extension is installed.
  • Rider
    • Breakpoint icons no longer disappear from the code editor.
    • There are several fixes in F# support related to Import missing references and the presentation of F# Unions in the debugger.
    • Fixed the authentication issue when invoking remote operations in GitHub.

2020.2.2

Updated Sep 10, 2020

Fixes

  • ReSharper
    • Fixed a couple of false positives in nullable analysis.
    • Fixed the default implementation of an interface from a referenced package. It is now recognized correctly.
    • Fixed the ‘Current directory’ for unit tests. It is now set to the test project’s ‘bin’ directory.
  • Rider
    • Fixed cases of slowdown in building the project due to NuGet package restore.
    • Fixed an unmanaged memory leak that led to the growth of the committed memory of dotnet.exe.
    • Fixed the missing NUnit tests.
    • Fixed the debugger so that it can now be attached to remote processes.
    • Fixed the compound build/debug configuration with ‘.NET Launch Settings Profile (ASP.NET Core)’.
    • Fixed the growing memory and freezes when working with Unreal Engine.
    • Fixed the ‘Del’ button. It now works as Delete and not as Backspace.
    • Updated a message to terminate the hanging test runner process: you now have an option to always terminate the behavior the first time you’re notified.

2020.2.1

Updated Aug 21, 2020

Fixes

  • Rider
    • NuGet
      • Fixed bug that caused all NuGet packages to be restored unnecessarily before building the project.
    • Unity
      • Resolving INTERNAL_DATA macros and related functions has been improved.
      • The behavior of the setting for suppressing errors in shaders has been updated: it now hides all resolve problems.
      • Turned off errors from .shader files in the ‘Errors In Solution’ view.
  • ReSharper
    • Eliminated the freeze on bulk operations, such as Remove unused references.
  • ReSharper + Rider
    • Unit testing
      • NUnit2 tests are no longer left in an Inconclusive state with System.NullReferenceException.
      • The option to run NUnit tests from a specified folder now works correctly.
      • The appsettings.json file is read correctly when running xUnit tests.
      • The Environment.CurrentDirectory setting for NUnit tests has been set to ‘Test assembly’s folder’ by default.