My thoughts regarding ASP.NET, C#, programming practices, and more...
reading
You Should Read archives
blogs I read
|
Wednesday, March 01, 2006First Article Published on Code Project
For the first time in the history of me, I have published an article at Code Project.
Check out the MSBuild Task Tutorial: Label Project in Source Safe article and be sure to vote on it. Unless you don't like the article, in which case keep it to yourself, or contact me with constructive criticism.
Comments:
Content copyright ©2003-2006 Tod Birdsall
This task code should inherit from Microsoft.Build.Utilities.Task not Microsoft.Build.Framework.ITask. It's no a big mistake but you have more methods in this class. By the way I didn't think that anyone might want to use ITask. :)
Thank you for the feedback.
I don't know that it "should" inherit from Task helper class. But, you can derive your Task from that class. It is probably the easier way to go. Task implements ITask and provides default implementations of some ITask members. Additionally, logging is easier. Check out this MSDN article for more information.
Congratulations Tod! I'd like to work with you someday. Maybe we can even sit in cubicles next to each other.
Post a Comment
Oh wait..... Links to this post: << Home |