Releases: ricaun-io/ricaun.RevitTest
Releases · ricaun-io/ricaun.RevitTest
1.2.1-alpha
Features
- Support
net7.0-windows
for Revit 2025.
Application
- Add
EnsureApsUserHaveOpenId
to make sureOpenId
has data. - Update
net7.0-windows
for Revit 2025. - Update
csproj
.
Shared
- Update
net6.0-windows
framework.
Console
- Update
net7.0-windows
framework. - Update
csproj
.
Build
- Update
net48
andnet7.0-windows
console zip.
TestAdapter
- Select resource console zip for NetFramework and NetCore.
- Update
ResourceConsoleUtils
1.2.0
Features
- Application works offline.
- Application force Revit Login.
Application
- Update
ricaun.Auth.Aps.UI
to 1.0.4 - Update scope to
OpenId
. - Update only with
IsLoggedIn
and sameUserId
.
1.2.0-alpha
Features
- Application works offline.
Application
- Update
ricaun.Auth.Aps.UI
to 1.0.4 - Update scope to
OpenId
.
1.1.3
Features
- Application show error in log if fail.
TestAdapter
- Update
RevitTestConsole
with log application location. - Update
ApplicationUtils
clear temp folder.
Application
- Update Log before test Runs.
1.1.3-beta
Features
- Application show error in log if fail.
TestAdapter
- Update
RevitTestConsole
with log application location. - Update
ApplicationUtils
clear temp folder.
Application
- Update Log before test Runs.
1.1.3-alpha
Features
- Application show error in log if fail.
TestAdapter
- Update
RevitTestConsole
with log application location. - Update
ApplicationUtils
clear temp folder.
Application
- Update Log before test Runs.
1.1.2
Features
TestAdapter
withnet6
support.
TestAdapter
- Update
net6
toEnableDynamicLoading
to fixSystem.IO.FileNotFoundException
reference. (Fix: #32)
Command
- Update
AppUtils.GetInfo
to show framework version (Net Framework or Net Core). - Update
Run
to show in Log the Exception.
Console
- Remove
KeyAvailable
in theRevitTestUtils
. (Fix issue in Rider.)
1.1.2-beta
Features
TestAdapter
withnet6
support.
TestAdapter
- Update
net6
toEnableDynamicLoading
to fixSystem.IO.FileNotFoundException
reference. (Fix: #32)
Command
- Update
AppUtils.GetInfo
to show framework version (Net Framework or Net Core). - Update
Run
to show in Log the Exception.
Console
- Remove
KeyAvailable
in theRevitTestUtils
.
1.1.2-alpha
Features
TestAdapter
withnet6
support.
TestAdapter
- Update
net6
toEnableDynamicLoading
to fixSystem.IO.FileNotFoundException
reference. (Fix: #32)
Command
- Update
AppUtils.GetInfo
to show framework version (Net Framework or Net Core).
1.1.1
Features
TestDiscoverer
enable log feature.TestAdapter
only execute Application if trusted.TestAdapter
withnet6
support.
Updated
- Update
ricaun.NUnit
to1.3.1
Command
- Update TargetFramework added
net5
- Update
JsonExtension
withSystem.Text.Json
Console
- Update
ricaun.Revit.Installation
to1.1.0
(Fix: #30)
TestAdapter
- Update
TestDiscoverer
withLog
feature - Update
RevitTestConsole
withRunTestReadWithLog
feature - Add
ricaun.Security.WinTrust
package withPrivateAssets
- Add
TrustApplicationUtils
to check if application is trusted - Add
DelayAfterExit
inProcessStart
with value100
- Remove not used
XmlBool
- Add
JsonService
for net framework and net code. - Add
TargetFrameworkUtils
to getTargetFramework
name.
Fixed
- Fix Folder not exist (Fix: #30)
Build
- Update to version
1.6.1
enable prerelease with filter - Update
IBuildCommand
andIBuildConsole
- Disable
IPackRelease