Skip to content

Commit

Permalink
Update to use ricaun.Revit.UI.Busylibrary to check if revit is busy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Aug 27, 2024
1 parent 7d38b84 commit db6fa9b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update timestamp in temp folder to hexadecimal.
- Update test folder to temporarty the folder `RevitTest` to reduce the `PathTooLongException`. (Fix #48)
- Update to use `ricaun.Revit.UI.Tasks` library to run async tests.
- Update to use `ricaun.Revit.UI.Busy`library to check if revit is busy.
### Console
- Throw exception when `RevitTestUtils` is empty.
### TestAdapter
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.3.5-beta.2</Version>
<Version>1.3.5-beta.3</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion README.old.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For more information see [Wiki](https://github.com/ricaun-io/ricaun.RevitTest/wi
* [ricaun.NUnit](https://github.com/ricaun-io/ricaun.NUnit)
* [ricaun.Revit.UI](https://github.com/ricaun-io/ricaun.Revit.UI)
* [ricaun.Revit.UI.Tasks](https://github.com/ricaun-io/ricaun.Revit.UI.Tasks)
* [Revit.Busy](https://github.com/ricaun-io/Revit.Busy)
* [ricaun.Revit.UI.Busy](https://github.com/ricaun-io/ricaun.Revit.UI.Busy)
* [ricaun.RevitTest.Shared](ricaun.RevitTest.Shared)
#### Console
* [ricaun.Revit.Installation](https://github.com/ricaun-io/ricaun.Revit.Installation)
Expand Down
2 changes: 1 addition & 1 deletion ricaun.RevitTest.Application/Revit/App.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Autodesk.Revit.ApplicationServices;
using Autodesk.Revit.DB;
using Autodesk.Revit.UI;
using Revit.Busy;
using ricaun.NUnit;
using ricaun.NUnit.Models;
using ricaun.Revit.UI.Busy;
using ricaun.Revit.UI.Tasks;
using ricaun.Revit.UI;
using ricaun.RevitTest.Application.Revit.Utils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Revit.Busy" Version="*" />
<PackageReference Include="ricaun.Revit.UI" Version="*" />
<PackageReference Include="ricaun.Revit.UI.Tasks" Version="*" />
<PackageReference Include="ricaun.Revit.UI.Busy" Version="*-*" />
<PackageReference Include="ricaun.NUnit" Version="*" />
</ItemGroup>

Expand Down

0 comments on commit db6fa9b

Please sign in to comment.