You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- FileCreatedEventArgs was moved to the Sandcastle.Core assembly so that it is available to other build components.
- TransformingTopicEventArgs and TransformedTopicEventArgs where renamed to ApplyingChangesEventArgs and AppliedChangesEventArgs and were moved to the Sandcastle.Core assembly so that they are available to other build components and can be used for other tasks besides topic transformation.
- Fixed a problem with the GID0009 circular reference warning for inherited documentation caused by an incorrectly selected MSBuild LogMessage overload. Fixes#886.
- Added the Pre-transform Document Dump Component for future presentation style development.
was moved to the <localUri>Sandcastle.Core</localUri> assembly so that it is available to other build components.</para>
19
+
</listItem>
20
+
<listItem>
21
+
<para><codeInline>TransformingTopicEventArgs</codeInline> and <codeInline>TransformedTopicEventArgs</codeInline>
22
+
where renamed to <codeEntityReferencequalifyHint="false">T:Sandcastle.Core.BuildAssembler.BuildComponent.ApplyingChangesEventArgs</codeEntityReference>
23
+
and <codeEntityReferencequalifyHint="false">T:Sandcastle.Core.BuildAssembler.BuildComponent.AppliedChangesEventArgs</codeEntityReference>
24
+
and were moved to the <localUri>Sandcastle.Core</localUri> assembly so that they are available to other build
25
+
components and can be used for other tasks besides topic transformation.</para>
26
+
</listItem>
27
+
</list>
28
+
</listItem>
29
+
30
+
<listItem>
31
+
<para>Fixed an incorrect path issue on default empty place holder topics in help viewer output.</para>
32
+
</listItem>
33
+
34
+
<listItem>
35
+
<para>Fixed a problem with the GID0009 circular reference warning for inherited documentation.</para>
36
+
</listItem>
37
+
38
+
<listItem>
39
+
<para>Added the Pre-transform Document Dump Component. This is a presentation style development aid.
40
+
It saves the pre-transformed content of each document to a file in a <localUri>.\RawDocs</localUri> subfolder in
41
+
the project's working folder. These files can be used for testing presentation style transformations without
42
+
having to do a full project build. This is more for use with upcoming features and its functionality may change
43
+
as those plans are revised and implemented.</para>
0 commit comments