-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Area:CoreCore Cake.Issues componentCore Cake.Issues componentBreaking changeHacktoberfesthelp wanted
Description
IIssue
currently no longer is immutable because of the newly introduced Run
and FileLink
properties which are settable. They can't be made readonly since they are not set by the issue provider but in a generic way for all issue providers in the IssueReader
. To get immutability back we might think about cloning and enhancing issues returned by issue provider in the IssueReader
.
Metadata
Metadata
Assignees
Labels
Area:CoreCore Cake.Issues componentCore Cake.Issues componentBreaking changeHacktoberfesthelp wanted