You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# 1.10.0 (4th November 2024)
2
+
3
+
LogicAppUnit Testing Framework:
4
+
5
+
- The testing of workflows that call in-line C# is now supported. The .csx script files are copied to the test working directory and are not mocked. [[PR #35](https://github.com/LogicAppUnit/TestingFramework/pull/35), [@sschutten](https://github.com/sschutten)]
6
+
- Added a new configuration option `workflow.managedApisToMock` in the `testConfiguration.json` file to control which Managed API connectors are mocked. If this configuration is not set, all Managed API connectors are mocked - this ensures backwards compatabiity with previous versions. [[PR #38](https://github.com/LogicAppUnit/TestingFramework/pull/38), [@zzznz27](https://github.com/zzznz27)]
7
+
8
+
LogicAppUnit.Samples.LogicApps.Tests:
9
+
10
+
- Added a `call-data-mapper-workflow` workflow and unit tests to test workflows that call the data mapper.
11
+
- Added a `inline-script-workflow` workflow and unit tests to test workflows that call in-line C# script (.csx) files.
[](https://www.nuget.org/packages/LogicAppUnit)[](https://www.nuget.org/packages/LogicAppUnit)
0 commit comments