Roman Kuzmin
Roman Kuzmin
see also https://github.com/psake/psake/issues/150
I have been thinking of such a feature, too. It is tempting, yes. But there is a drawback to be considered. If we use `ValueFromRemainingArguments` then we sacrifice validation of...
Another potential drawback. With `ValueFromRemainingArguments` scripts should avoid parameter names same as psake parameters, even sub-strings may be ambiguous. Example: a script has a parameter `$Frame`. How is `-Frame` in...
@heaths, as far as the current project maintainer [won't be dealing with any PRs that add or change functionality](https://groups.google.com/forum/#!topic/psake-users/VY_Fw_coJEA), I hope it is fair to point you to a similar...
@JustinGrote Thank you for the suggested workaround. I engaged it in my PS *binary* modules and it worked for a while until I faced a problem with this approach (the...
@mklement0 Thank you for digging into this. One (side) question, please > leads me to believe that this is a bug (it isn't specific to 7.4.0 - I see it...
Hi All. I'll tweak Invoke-Build to deal with this issue. Where can I get the latest daily pwsh, to play with this and test the fix?
It should be fixed in just released Invoke-Build 5.10.3. Please let me know any further issues. (I think I see some new in Invoke-Build with the just obtained PS Core...
This feature would be great for parsing Obsidian notes. No pressure, just wondering, any development or plans?
Just a thought. ``` using strict ``` can be done as ``` #using strict ``` so that it can be used in later versions without breaking earlier versions.