EventArgs type not Serializable #24461
Labels
area-System.Runtime
enhancement
Product code improvement that does NOT require public API changes/additions
Milestone
MSBuild uses EventArgs base class to derive all build events and messages (see BuildEventArgs).
As part of our effort to migrate to
netstandard2.0
, we need this type to be marked Serializable in order to maintain compatibility between full framework and Core versions. Ideally this needs to be included in 2.0 servicing in the VS15.6 timeframe.@danmosemsft
The text was updated successfully, but these errors were encountered: