Commit d37fe51
committed
public release vsSolutionBuildEvent v0.12.10
* FIXED: Fixed bug - `BAT files no longer dumps to VS Output window "vsSolutionBuildEvent"` Bug #34
* FIXED: Fixed problem with white-space chars in Files & Interpreter Mode.
Message: `'...' is not recognized as an internal or external command, operable program or batch file.`
* FIXED: Added messages about errors for actions in another thread when this failed.
* NEW: SBE-Scripts. [MSBuildComponent] Added multiline support for MSBuild expressions:
```
#[$(
[System.Math]::Exp('$(
[MSBuild]::Multiply(
$([System.Math]::Log(10)),
4
))'
)
)]
```
See the documentation.
* NEW: SBE-Scripts. Implemented `boolean run([enum context])` To Execute Action with specific context. [InternalComponent]
Now you can easy call any actions from other actions.
```
#[Core events.Pre.item("SpecBuild").run()]
#[Core events.Post.item(5).run(Build)]
```
* NEW: Implemented - "The revision of modulo" (Wizard)
* NEW: Added special types for `Execution order` - First / Last Project & Type
For convenient work with deferred Pre-Build event /Related question - #37
* CHANGED: C# Mode: Error/Warn messages also for result of this action by compiler settings - `Warnings & Errors` - `TreatWarningsAsErrors`
* CHANGED: Updated time format for main Log-messages: without date + added ten thousandths of a second (.0000 - .9999)
* CHANGED: Updated 7-zip v16.04 & NLog 4.3.11
* CHANGED: Other trivial changes for UI. The commands to copy / clear etc.1 parent f826905 commit d37fe51
4 files changed
Lines changed: 39 additions & 3 deletions
File tree
- vsSolutionBuildEvent
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
4 | 40 | | |
5 | 41 | | |
6 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments