OfficeDev / Open-Xml-PowerTools

MIT License
692 stars 26 forks source link

Added using statement to make compile with command #263

Closed icyfire0573 closed 5 years ago

icyfire0573 commented 5 years ago

dotnet build OpenXmlPowerTools.sln

apparently notepad isn't the way to edit this file as it shows everythign changed but I just added

using System.Diagnostics;

as line 3 or it wouldn't compile for me.

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

flensrocker commented 5 years ago

Same as #266

I chose to add the namespace directly on the lines where they are needed, so there isn't an "unused using" at the top of the file

twsouthwick commented 5 years ago

Thanks for the contribution. I merged the other one before I saw your change. Feel free to merge those changes and update yours if you prefer.