Telerik JustMock 릴리스

Released: Feb 12, 2025

2025 Q1 버젼 업데이트

기능

  • The Getting Started section in the product documentation has been reorganized for improved clarity and ease of use.
  • Added a quick guide to the product documentation on how to set up JetBrains Rider for running tests using the advanced features of JustMock.
  • Built-in examples have been reviewed, updated, and aligned with the latest product functionality to ensure accuracy and relevance.

수정사항

  • JustMock is no longer causing System.InvalidProgramException in tests that utilize System.Text.Json...

Released: Nov 13, 2024

2024 Q4 버젼 업데이트

기능

  • Added .NET 9 support.
  • Added the capability to utilize ReturnsAsync when automocking containers.
  • Updated mocking extension for EntityFramework, along with a new extension specifically designed for EntityFrameworkCore.

수정사항

  • Addressed potential performance degradation issue associated with projects that involve complex dependencies.

Released: Aug 7, 2024

2024 Q3 버젼 업데이트

기능

  • Added support for Microsoft .NET 9 Preview 6.
  • Added support for transparent integration with dotCover in installation free scenario on all supported platforms.

수정사항

  • Raising async event with Mock.Rise causes method signature error.
  • Removed vulnerable transitive dependency to System.Security.Permissions 5.0.0.

Released: May 15, 2024

2024 Q2 버젼 업데이트

기능

  • Added support for Microsoft .NET Standard 2.1.
  • Added .NET MAUI support.
  • Breaking Changes - .NET Core projects that use direct reference to JustMock assembly need to be updated to \Libraries\netstandard2.1.

수정사항

  • Using declaration causes InvalidProgramException.

Released: Jan 31, 2024

2024 Q1 버젼 업데이트

기능

  • JustMock Console has been integrated with .NET tool ecosystem enabling cross-platform support of JustMock's advanced features.
  • Added Microsoft .NET 8 compatibility.
  • Integrated with the latest version of dotnet-coverage.

Released: Nov 23, 2023

R3 2023 SP1 버젼 업데이트

수정사항

  • Fixed Visual Studio test host crash when running .NET 8 tests in elevated mode.

Released: Oct 11, 2023

R3 2023 버젼 업데이트

수정사항

  • Test execution may hang when mocking async methods with value type task result.
  • Method mocking containing DoNothing or DoInstead clause could lead to failures in the new object interception in the subsequent tests.

Released: Jul 4, 2023

R2 2023 SP1 버젼 업데이트

기능

  • DataCollector has been packed into the NuGet package.

수정사항

  • Fixed a crash in the Customer Experience Improvement Program view.

Released: Jun 6, 2023

R2 2023 버젼 업데이트

기능

  • Apple macOS Support - JustMock now can be used seamlessly with popular .NET development environments for macOS (x64 and arm64), including Microsoft Visual Studio for Mac, Visual Studio Code, JetBrains Rider, etc.

수정사항

  • Fixed integration with dotTrace and dotCover.

Released: Jan 18, 2023

R1 2023 버젼 업데이트

기능

  • Profiler path can now be configured inside the Code Coverage Wrapper data collector.
  • Microsoft Visual Studio quick action menu can now offer hints when creating a generic mock.