Skip to content

Commit 4c26c3c

Browse files
committed
Update readme
1 parent 21cb65b commit 4c26c3c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Readme.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,16 @@ jobs:
8484
--logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
8585
```
8686
87+
> **Warning**:
88+
> The new testing platform (i.e. `Microsoft.Testing.Platform`) [does not support custom test loggers](https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/41).
89+
> To use **GitHub Actions Test Logger**, make sure to use the classic testing experience (`vstest`) instead.
90+
8791
> **Important**:
8892
> Ensure that your test project references the latest version of **Microsoft.NET.Test.Sdk**.
8993
> Older versions of this package may not be compatible with the logger.
9094

9195
> **Important**:
92-
> If you are using **.NET SDK v2.2 or lower**, you need to set the `<CopyLocalLockFileAssemblies>` property to `true` in your test project.
93-
> [Learn more](https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5#issuecomment-648431667).
96+
> If you are using **.NET SDK v2.2 or lower**, you need to [set the `<CopyLocalLockFileAssemblies>` property to `true` in your test project](https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5#issuecomment-648431667).
9497

9598
### Collecting source information
9699

@@ -119,8 +122,7 @@ jobs:
119122
```
120123

121124
> **Note**:
122-
> This option can also be enabled by setting the corresponding property in a `.runsettings` file instead.
123-
> [Learn more](https://learn.microsoft.com/en-us/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file).
125+
> This option can also be enabled by setting the corresponding property in a [`.runsettings` file](https://learn.microsoft.com/en-us/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file) instead.
124126

125127
> **Warning**:
126128
> Source information collection may not work properly with legacy .NET Framework.

0 commit comments

Comments
 (0)