PowerShell Snap-In Prototype#150
PowerShell Snap-In Prototype#150MovGP0 wants to merge 5 commits intodotnet:masterfrom MovGP0:PowerShellSnapIn
Conversation
|
Hi @MovGP0, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! The agreement was validated by .NET Foundation and real humans are currently evaluating your PR. TTYL, DNFBOT; |
|
@MovGP0 Great but I have a couple of issues with this, It appears incompatible with VS 2013. If that's the case, it'll for sure break too many people that are not on the VS 2015 cutting edge. It adds a dependency on Polly. Do you think it's worth it? Unable to compile the code, I can't easily see how it's used. |
|
I agree. Have used C# 6 and will better downgrade to C# 5, so that people do not need Roslyn. Have used Polly is for retry and exception handling policies. Was a recommendation of Scott Hanselman and I tend to like it. Its harder to comply with .NET guidelines without it. |
only half finished, but would welcome feedback