Skip to content

1.5.1-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 15:32

Features

  • Support TestAdapter custom executer.
  • Support environment variables to overwrite settings in the TestAdapter. (Fix: #57)

Command

  • Update to use JsonService implementation to use Newtonsoft.Json in the domain.

Console

  • Add RevitTestUtils.Exceptions to show exceptions in the console.
  • Add ricaun.RevitAPI.Fake.References.RevitAPIUI to fix RevitAPIUI reference exception in the discovery test.
  • Disable/Remove discovery test to use RevitAPIUI version 2021 to 2023.

Shared

  • Update to use ricaun.NamedPipeWrapper.Json version 1.8.0.

TestAdapter

  • Use LocalExtensionData to store TestModel result.
  • Add EnvironmentSettings to overwrite settings in the TestAdapter.
  • Update JsonService implementation to use Newtonsoft.Json in the domain.

Tests

  • Add TestsRevitUI to validate fake RevitAPIUI reference.