Open
Description
What happened?
The object can be initialised with labels/assignes being added to the collection. But the collection is null unless the "AddLabel/AddAssignee" method is called.
var issueUpdate = new IssueUpdate
{
Labels = { "Foo" }
};
Versions
v14
Relevant log output
> Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Type
Projects
Status
🔥 Backlog