New Comment on "Documentation"
The XSD files needed for Intellisense were removed in April. The Configuring Intellisense page won't work until they are put back.
View ArticleCommented Issue: File task has RegexPattern property but no ingnorecase...
File task has RegexPattern property but no ingnorecase property. This property is important and was in File.Replace task in SDC Tasks. TextStrring task has this property and it is absolutely essential...
View ArticlePatch Uploaded: #11134
mat_roberts has uploaded a patch. Description:Add IgnoreCase option to FileSystem.File TaskAction="Replace"In the SDC tasks I am using a line like<File.Replace...
View ArticlePatch Declined: #11134
mikeFourie has declined patch #11134. Comment:This has been implemented here: http://msbuildextensionpack.codeplex.com/SourceControl/changeset/changes/72528You now have full control over all options,...
View ArticleCommented Issue: File task has RegexPattern property but no ingnorecase...
File task has RegexPattern property but no ingnorecase property. This property is important and was in File.Replace task in SDC Tasks. TextStrring task has this property and it is absolutely essential...
View ArticlePatch Uploaded: #11144
iainrobins has uploaded a patch. Description:Added new task GetWorkingChangeset which retrieves the most recent changeset number for a specified workspace or item. Might resolve the latter part of 9868.
View ArticleUpdated Wiki: IntelliSense
Please note that due to the bug mentioned below, XSD files are no longer provided. CONFIGURING INTELLISENSE Please note that there is a bug in Visual Studio that reduces the ability to use IntelliSense...
View ArticleSource code checked in, #72765
FileSystem\Detokenise.cs: Added IgnoreUnknownTokens and SearchAllStores properties. Fixed case sensitivity issue in 4.0 library. Resolves #9822 (Add support for Project and Collection mode to...
View ArticleClosed Feature: Add support for Project and Collection mode to Detokenise...
Discussed here: http://msbuildextensionpack.codeplex.com/discussions/279097Thanks for your reply."CommandLineValues" may be not suitable in my case. In fact, my template.xml is more complicated than...
View ArticleNew Post: Is this a bug of Detokenise?
resolved here: http://msbuildextensionpack.codeplex.com/SourceControl/changeset/changes/72765
View ArticleNew Post: Incremental Version
Hello, I am using auto incremental version simply by using the following: <Import Project="C:\Dev\ExtensionPack\MSBuild.ExtensionPack.VersionNumber.targets"/> It is working fine. But then I have...
View ArticleNew Post: ILMerge. Multiple Files
Hello, I am having some problems in defining "*.dll" as the input for ILMerge task. Would it be possible to add an example for this in ILMerge documentation? Or maybe add the possibility to have this...
View ArticleNew Post: Incremental Version
You can use <Package Include="$(OutputPath)\$(ProjectName).$(MaxAssemblyVersion).nupkg" /> Looks like the task outputs the following <Output TaskParameter="MaxAssemblyVersion"...
View ArticleCreated Issue: StyleCop NullReferenceException [10094]
MSBuild Extension Pack November 2011 & StyleCop 4.6We have problems with a NullReferenceException on line 227 in StyleCop.cs.We do not know the reason.Fix:foreach (ITaskItem i in this.FailedFiles)...
View ArticleCommented Issue: StyleCop NullReferenceException [10094]
MSBuild Extension Pack November 2011 & StyleCop 4.6We have problems with a NullReferenceException on line 227 in StyleCop.cs.We do not know the reason.Fix:foreach (ITaskItem i in this.FailedFiles)...
View ArticleCommented Issue: StyleCop NullReferenceException [10094]
MSBuild Extension Pack November 2011 & StyleCop 4.6We have problems with a NullReferenceException on line 227 in StyleCop.cs.We do not know the reason.Fix:foreach (ITaskItem i in this.FailedFiles)...
View ArticleCommented Issue: StyleCop NullReferenceException [10094]
MSBuild Extension Pack November 2011 & StyleCop 4.6We have problems with a NullReferenceException on line 227 in StyleCop.cs.We do not know the reason.Fix:foreach (ITaskItem i in this.FailedFiles)...
View ArticleSource code checked in, #72843
StyleCop\StyleCop.cs: adding additional checks for null metadata Resolves #100094 (Stylecop NullReferenceException) raised by RicardoGer on 02 Feb 2012
View Article