Framework for creating reusable & shareable DevOps processes using the 'InvokeBuild' tool

automation devops devops-tools powershell
2 Open Issues Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Enhance the ZeroFailed framework to allow explicit control over the order of extension task imports, addressing the current issue where hashtable-based storage loses the original order, potentially leading to conflicts when the same task names exist across multiple extensions. The solution should maintain the existing dependency resolution while providing a mechanism to enforce a specific import order for tasks, eliminating the need for workarounds like duplicate extension definitions.

Complexity: 4/5
enhancement good first issue

Framework for creating reusable & shareable DevOps processes using the 'InvokeBuild' tool

PowerShell
#automation#devops#devops-tools#powershell

AI Summary: Modify the ZeroFailed framework to suppress warnings about multiple resolved versions of shared extension dependencies when those versions are identical. The change should ensure warnings are only logged when conflicting versions of a dependency are detected across different extensions.

Complexity: 4/5
enhancement good first issue

Framework for creating reusable & shareable DevOps processes using the 'InvokeBuild' tool

PowerShell
#automation#devops#devops-tools#powershell