Skip to content

Conversation

YuliiaKovalova
Copy link
Contributor

Fixes

#885

Changes made

This code makes ExtendedPropertyReassignmentEventArgs & ExtendedPropertyInitialValueSetEventArgs public and they derive from the corresponding MSBuild types.

string senderName = null,
MessageImportance importance = MessageImportance.Low)
: base(subcategory: null, code: null, file: file, lineNumber: line, columnNumber: column, 0, 0, message, helpKeyword, senderName, importance)
: base(propertyName, previousValue, newValue, location: message, message)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason why we can't just call this constructor directly? Why do we need our own type?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see your point and now I can't justify why these were added on the first place.
Removed.

@KirillOsenkov KirillOsenkov merged commit 9576925 into KirillOsenkov:main Aug 14, 2025
1 check passed
Copy link

@ericstj ericstj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants