Skip to content

Commit effc697

Browse files
smoothdeveloperxperiandri
authored andcommitted
wrap help text in <para/> tags for better rendering in IDE
1 parent e0d080d commit effc697

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/app/Fake.DotNet.MSBuild/MSBuild.fs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,17 @@ type MSBuildVerbosity =
3434
| Diagnostic
3535

3636
/// <summary>
37-
/// Specifies whether the terminal logger should be used for the build output. The default is auto, which first verifies the environment before enabling terminal logging. The environment check verifies that the terminal is capable of using modern output features and isn't using a redirected standard output before enabling the new logger. on skips the environment check and enables terminal logging. off skips the environment check and uses the default console logger.
38-
///
39-
/// The terminal logger shows you the restore phase followed by the build phase. During each phase, the currently building projects appear at the bottom of the terminal. Each project that's building outputs both the MSBuild target currently being built and the amount of time spent on that target. You can search this information to learn more about the build. When a project is finished building, a single "build completed" section is written that captures:
37+
/// <para>Specifies whether the terminal logger should be used for the build output. The default is auto, which first verifies the environment before enabling terminal logging. The environment check verifies that the terminal is capable of using modern output features and isn't using a redirected standard output before enabling the new logger. on skips the environment check and enables terminal logging. off skips the environment check and uses the default console logger.</para>
38+
/// <para>The terminal logger shows you the restore phase followed by the build phase. During each phase, the currently building projects appear at the bottom of the terminal. Each project that's building outputs both the MSBuild target currently being built and the amount of time spent on that target. You can search this information to learn more about the build. When a project is finished building, a single "build completed" section is written that captures:</para>
39+
/// <para>
4040
/// <ul>
4141
/// <li>The name of the built project.</li>
4242
/// <li>The target framework (if multi-targeted).</li>
4343
/// <li>The status of that build.</li>
4444
/// <li>The primary output of that build (which is hyperlinked).</li>
4545
/// <li>Any diagnostics generated for that project.</li>
4646
/// </ul>
47+
/// </para>
4748
/// </summary>
4849
/// <remarks>This option is available starting in .NET 8.</remarks>
4950
[<RequireQualifiedAccess>]

0 commit comments

Comments
 (0)