-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix indentation of multiline messages in Terminal Logger. (#9997)
Fixes #9996 Context The multiline messages indentation processing implies that the message will appear in the structured view under the related project. That is not correct for the Quiet verbosity and for couple of other places, such as rendering the immediate message and cases when the project is not determined. Changes Made Make the indentation dependent on where the message would be shown. Testing Unit tests
- Loading branch information
Showing
20 changed files
with
166 additions
and
60 deletions.
There are no files selected for viewing
9 changes: 7 additions & 2 deletions
9
...rminalLogger_Tests.PrintBuildSummaryDetailedVerbosity_FailedWithErrors.Linux.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
]9;4;3;\The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
High importance message! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s | ||
]9;4;0;\ |
9 changes: 7 additions & 2 deletions
9
...TerminalLogger_Tests.PrintBuildSummaryDetailedVerbosity_FailedWithErrors.OSX.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
High importance message! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s |
9 changes: 7 additions & 2 deletions
9
...inalLogger_Tests.PrintBuildSummaryDetailedVerbosity_FailedWithErrors.Windows.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
]9;4;3;\The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
High importance message! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s | ||
]9;4;0;\ |
9 changes: 7 additions & 2 deletions
9
...inalLogger_Tests.PrintBuildSummaryDiagnosticVerbosity_FailedWithErrors.Linux.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
]9;4;3;\The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
High importance message! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s | ||
]9;4;0;\ |
9 changes: 7 additions & 2 deletions
9
...rminalLogger_Tests.PrintBuildSummaryDiagnosticVerbosity_FailedWithErrors.OSX.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
High importance message! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s |
9 changes: 7 additions & 2 deletions
9
...alLogger_Tests.PrintBuildSummaryDiagnosticVerbosity_FailedWithErrors.Windows.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
]9;4;3;\The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
High importance message! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s | ||
]9;4;0;\ |
9 changes: 7 additions & 2 deletions
9
...erminalLogger_Tests.PrintBuildSummaryMinimalVerbosity_FailedWithErrors.Linux.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
]9;4;3;\The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s | ||
]9;4;0;\ |
9 changes: 7 additions & 2 deletions
9
.../TerminalLogger_Tests.PrintBuildSummaryMinimalVerbosity_FailedWithErrors.OSX.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s |
9 changes: 7 additions & 2 deletions
9
...minalLogger_Tests.PrintBuildSummaryMinimalVerbosity_FailedWithErrors.Windows.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
]9;4;3;\The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s | ||
]9;4;0;\ |
9 changes: 7 additions & 2 deletions
9
...TerminalLogger_Tests.PrintBuildSummaryNormalVerbosity_FailedWithErrors.Linux.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
]9;4;3;\The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s | ||
]9;4;0;\ |
9 changes: 7 additions & 2 deletions
9
...s/TerminalLogger_Tests.PrintBuildSummaryNormalVerbosity_FailedWithErrors.OSX.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s |
9 changes: 7 additions & 2 deletions
9
...rminalLogger_Tests.PrintBuildSummaryNormalVerbosity_FailedWithErrors.Windows.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
]9;4;3;\The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s | ||
]9;4;0;\ |
5 changes: 5 additions & 0 deletions
5
.../TerminalLogger_Tests.PrintBuildSummaryQuietVerbosity_FailedWithErrors.Linux.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
]9;4;3;\directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
]9;4;0;\ |
5 changes: 5 additions & 0 deletions
5
...ts/TerminalLogger_Tests.PrintBuildSummaryQuietVerbosity_FailedWithErrors.OSX.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! |
5 changes: 5 additions & 0 deletions
5
...erminalLogger_Tests.PrintBuildSummaryQuietVerbosity_FailedWithErrors.Windows.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
]9;4;3;\directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
]9;4;0;\ |
9 changes: 7 additions & 2 deletions
9
...inalLogger_Tests.PrintSummaryWithOverwrittenVerbosity_FailedWithErrors.Linux.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
]9;4;3;\The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
High importance message! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s | ||
]9;4;0;\ |
9 changes: 7 additions & 2 deletions
9
...rminalLogger_Tests.PrintSummaryWithOverwrittenVerbosity_FailedWithErrors.OSX.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
High importance message! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s |
9 changes: 7 additions & 2 deletions
9
...alLogger_Tests.PrintSummaryWithOverwrittenVerbosity_FailedWithErrors.Windows.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
]9;4;3;\The plugin credential provider could not acquire credentials.Authentication may require manual action. Consider re-running the command with --interactive for `dotnet`, /p:NuGetInteractive="true" for MSBuild or removing the -NonInteractive switch for `NuGet` | ||
project [31;1mfailed with 1 error(s) and 1 warning(s)[m (0.2s) | ||
project [31;1mfailed with 1 error(s) and 2 warning(s)[m (0.2s) | ||
High importance message! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: Warning! | ||
directory/[1mfile[m(1,2,3,4): [33;1mwarning[m [33;1mAA0000[m: | ||
A | ||
Multi | ||
Line | ||
Warning! | ||
directory/[1mfile[m(1,2,3,4): [31;1merror[m [31;1mAA0000[m: Error! | ||
[?25l[1F | ||
[?25h | ||
Build [31;1mfailed with 1 error(s) and 1 warning(s)[m in 5.0s | ||
Build [31;1mfailed with 1 error(s) and 2 warning(s)[m in 5.0s | ||
]9;4;0;\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.