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
> 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
+
87
91
> **Important**:
88
92
> Ensure that your test project references the latest version of **Microsoft.NET.Test.Sdk**.
89
93
> Older versions of this package may not be compatible with the logger.
90
94
91
95
> **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.
> 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).
94
97
95
98
### Collecting source information
96
99
@@ -119,8 +122,7 @@ jobs:
119
122
```
120
123
121
124
> **Note**:
122
-
> This option can also be enabled by setting the corresponding property in a `.runsettings` file instead.
> 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.
124
126
125
127
> **Warning**:
126
128
> Source information collection may not work properly with legacy .NET Framework.
0 commit comments