Keith Hill
Keith Hill
Would you want that in the current, basic new module template? Keep in mind we can create several new module templates and we probably should e.g. `Personal Module template` (does...
I've wanted this for a while but I think PowerShell would need to be modified to support this. Who's the debugger expert on the team? Paul H? FYI, I filed...
@PaulHigin What do you think about this workaround by @nightroman? https://github.com/nightroman/PowerShelf/blob/master/Debug-Error.ps1
Three years later ... But hey, I'll be happy to finally have this support in the PS engine. :-)
> Even if exceptions are handled, it will still result in a break in the debugger the moment the exception is thrown. Hopefully, that can be configured. Debuggers typically over...
First, I like the direction this is going. Semver is really nice for module/pkg level versioning. RE Alternative 2 and the use of pre-release versioning suffixes, .NET "versions" are required...
@michaeltlombardi Semver does cover `pre-release` vs `production` via the appended `-` e.g. `1.0.0-alpha1`. The .NET System.Version type precludes this because the last field (Revision) must be an integer. The basic...
@MikeShepard Ah, missed that. Sorry.
@michaeltlombardi > Essentially, we're discussing adding a "not-fully-ready-yet" flag to modules when we're past 0.Y.Z but we want to make the current work-in-progress version available? Yup. As soon as you...
@BladeFireLight > so you cant patch a security release for 1.5.6 when you have published 1.9.99-beta5 with the same module name. Well that would be an issue the PSGallery would...