Instant Feature Builder 1.1
I discovered a bug (missing code) related to the processing of item templates. I’ve also updated the documentation for the Map describing how to use content:// links (such as used in the hyperlink to The Tools) to navigate within your documentation.
This new version is posted to CodePlex and the Visual Studio Gallery entry has been updated.
Comments
Anonymous
November 22, 2010
The comment has been removedAnonymous
November 22, 2010
Bugs, not sure what you mean. Are you saying that you want to add to the replacements dictionary? If so, during the BeforeUnfold command, you can access the dictionary via FeatureCallContext.Current.TemplateReplacementsDictionary. This is a static access and the dictionary is a IDictionary<string,string> which can be read and written.Anonymous
December 14, 2010
I installed the Feature Builder 1.0.1 from visualstudiogallery.msdn.microsoft.com/.../67b720f4-9a50-41cb-86a2-82e33b7c5fc4 and then in VsStudio/Tools/Extension Manager... I can see that Feature Extension Runtime version is 1.0 and not 1.0.1. Is it correct?