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
Merge pull request #283 from Icinga:fix/add_type_exceptions
Fix: Add-Type exceptions during runtime compilation
Icinga for Windows is using Add-Type in some small cases, to properly fetch UNC Path values for plugins or disk attribute information.
While in most cases this works without problems, sometimes the on-the-fly compilation fails because of out-of-memory exceptions or different errors.
This fix will now compile the DLL required inside the cache/dll folder if not present and load the compiled DLL's if required and available by using the new Framework function `Add-IcingaAddTypeLib`
Copy file name to clipboardExpand all lines: doc/31-Changelog.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ documentation before upgrading to a new release.
7
7
8
8
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-plugins/milestones?state=closed).
9
9
10
+
## 1.9.0 (2022-05-03)
11
+
12
+
[Issue and PRs](https://github.com/Icinga/icinga-powershell-plugins/milestone/12?closed=1)
13
+
14
+
### Bugfixes
15
+
16
+
*[#283](https://github.com/Icinga/icinga-powershell-plugins/pull/283) Fixes random `Add-Type` exceptions during runtime compilation by replacing it with `Add-IcingaAddTypeLib`
17
+
10
18
## 1.8.0 (2022-02-08)
11
19
12
20
[Issue and PRs](https://github.com/Icinga/icinga-powershell-plugins/milestone/11?closed=1)
0 commit comments