Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Added using statement to make compile with command #263

Closed
wants to merge 1 commit into from

Conversation

icyfire0573
Copy link

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.

dotnet build OpenXmlPowerTools.sln
@msftclas
Copy link

msftclas commented Dec 11, 2018

CLA assistant check
All CLA requirements met.

@flensrocker
Copy link
Contributor

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
Copy link
Collaborator

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.

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

Successfully merging this pull request may close these issues.

None yet

4 participants