Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Tasks" panel displays multiple instances of the same FrostingTask if it uses a "partial" definition. #365

Closed
LoveDuckie opened this issue Aug 31, 2023 · 2 comments · Fixed by #367
Assignees
Labels
Milestone

Comments

@LoveDuckie
Copy link

The "Tasks" panel for the Cake Build extension will display the same task multiple times in the list if the FrostingTask definition uses partial.

The amount of times that it displays the same task in the "Tasks" panel depends on how many separate .cs files are in the project that define partial for the same class.

@nils-a nils-a self-assigned this Sep 1, 2023
@nils-a nils-a added the Bug label Sep 1, 2023
@nils-a nils-a added this to the vNext milestone Sep 1, 2023
nils-a added a commit to nils-a/cake-rider that referenced this issue Sep 1, 2023
nils-a added a commit to nils-a/cake-rider that referenced this issue Sep 1, 2023
@nils-a nils-a modified the milestones: vNext, 7.1.0 Sep 27, 2023
nils-a added a commit to nils-a/cake-rider that referenced this issue Sep 27, 2023
nils-a added a commit to nils-a/cake-rider that referenced this issue Sep 27, 2023
nils-a added a commit that referenced this issue Sep 27, 2023
(#365) skip multiple Cake tasks of the same name
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 7.1.0 🎉
The release is available on:

@LoveDuckie
Copy link
Author

@nils-a thank you for the fix! I'm sorry that I didn't get around to trying it from your feature branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants