Open Issues Need Help
View All on GitHubAI 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.
Framework for creating reusable & shareable DevOps processes using the 'InvokeBuild' tool
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.
Framework for creating reusable & shareable DevOps processes using the 'InvokeBuild' tool