Commit 11f999b
authored
Bump MSTest.TestAdapter from 3.7.0 to 3.7.1 (#51)
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from
3.7.0 to 3.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/releases">MSTest.TestAdapter's
releases</a>.</em></p>
<blockquote>
<h2>v3.7.1</h2>
<p>See the release notes <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.7.1">here</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md">MSTest.TestAdapter's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->[3.7.1] - 2024-01-13</h2>
<p>See full log <a
href="https://github.com/microsoft/testfx/compare/v3.7.0...v3.7.1">here</a></p>
<h3>Fixed</h3>
<ul>
<li>Don't report MSTEST0001 when TestAdapter isn't referenced (<a
href="https://redirect.github.com/microsoft/testfx/issues/4481">#4481</a>)
by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/4509">#4509</a></li>
<li>Fix MSTEST0017 false positive when both actual/expected are
constants (<a
href="https://redirect.github.com/microsoft/testfx/issues/4460">#4460</a>)
by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/4510">#4510</a></li>
<li>MSTEST0037 (proper assert analyzer): Don't report for user defined
eq… by <a
href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4511">#4511</a></li>
<li>Fix typo in analyzer message (<a
href="https://redirect.github.com/microsoft/testfx/issues/4452">#4452</a>)
by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/4512">#4512</a></li>
<li>method scope fix (<a
href="https://redirect.github.com/microsoft/testfx/issues/4415">#4415</a>)
by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/4513">#4513</a></li>
<li>Fix analyzer messages not localized (<a
href="https://redirect.github.com/microsoft/testfx/issues/4434">#4434</a>)
by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/4514">#4514</a></li>
<li>Fix "Could not load file or assembly
'Microsoft.Testing.Platform'" exception by <a
href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4537">#4537</a></li>
<li>Don't report diagnostic for DeploymentItem on abstract class by <a
href="https://github.com/Youssef1313"><code>@Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4539">#4539</a></li>
<li>Fix DynamicData.GetData regression preventing it to work without
adapter by <a
href="https://github.com/Youssef1313"><code>@Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4626">#4626</a></li>
</ul>
<h3>Artifacts</h3>
<ul>
<li>MSTest: <a
href="https://www.nuget.org/packages/MSTest/3.7.1">3.7.1</a></li>
<li>MSTest.TestFramework: <a
href="https://www.nuget.org/packages/MSTest.TestFramework/3.7.1">3.7.1</a></li>
<li>MSTest.TestAdapter: <a
href="https://www.nuget.org/packages/MSTest.TestAdapter/3.7.1">3.7.1</a></li>
<li>MSTest.Analyzers: <a
href="https://www.nuget.org/packages/MSTest.Analyzers/3.7.1">3.7.1</a></li>
<li>MSTest.Sdk: <a
href="https://www.nuget.org/packages/MSTest.Sdk/3.7.1">3.7.1</a></li>
<li>Microsoft.Testing.Extensions.CrashDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.5.1">1.5.1</a></li>
<li>Microsoft.Testing.Extensions.HangDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.5.1">1.5.1</a></li>
<li>Microsoft.Testing.Extensions.HotReload: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.5.1">1.5.1</a></li>
<li>Microsoft.Testing.Extensions.Retry: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.5.1">1.5.1</a></li>
<li>Microsoft.Testing.Extensions.TrxReport: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.5.1">1.5.1</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/testfx/commit/a6de9cdf4deb74eaf91dfcfa63b4895da649e89d"><code>a6de9cd</code></a>
Bump TA to 1.5.1 (<a
href="https://redirect.github.com/microsoft/testfx/issues/4630">#4630</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/45b60c726ca7d4ed64c6fad89b4f74ff1f1a5967"><code>45b60c7</code></a>
[rel/3.7] Drop MSTest.Internal.TestFx.Documentation (<a
href="https://redirect.github.com/microsoft/testfx/issues/4628">#4628</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/0ed409d4011e6d9290b53e6f2e99e29d5d6f9075"><code>0ed409d</code></a>
[rel/3.7] Fix DynamicData.GetData regression preventing it to work
without ad...</li>
<li><a
href="https://github.com/microsoft/testfx/commit/6a2a942cdd67d415b1d87679af3056b5f8445ffd"><code>6a2a942</code></a>
[rel/3.7] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/4618">#4618</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/b15aefd47405d0eb2f1dc3051cbcfc45c78d9852"><code>b15aefd</code></a>
Fix "Found multiple properties of type
'Microsoft.Testing.Platform.Ex… (<a
href="https://redirect.github.com/microsoft/testfx/issues/4563">#4563</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/8060ce05e375a107d5456b134b48f256b7bb2736"><code>8060ce0</code></a>
[rel/3.7] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/4566">#4566</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/b656ff1d61d5dab4d904d2fdf8bdb2c0f8475320"><code>b656ff1</code></a>
[3.7] Don't report diagnostic for DeploymentItem on abstract class (<a
href="https://redirect.github.com/microsoft/testfx/issues/4539">#4539</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/d4dba98d9a9701936916a723a40eb461878f8b79"><code>d4dba98</code></a>
Fix "Could not load file or assembly
'Microsoft.Testing.Platform'" exception ...</li>
<li><a
href="https://github.com/microsoft/testfx/commit/0c33c3c95aa2b6dc8ad9379c40714a28831bc626"><code>0c33c3c</code></a>
[rel/3.7] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/4534">#4534</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/e68122ec336eb72c22bb96be19ffb28e50d9c817"><code>e68122e</code></a>
[rel/3.7] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/4521">#4521</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/testfx/compare/v3.7.0...v3.7.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ed39b0b commit 11f999b
File tree
4 files changed
+45
-45
lines changed- src
- TemplateRefGenerator.Tests
- TestHelpers
4 files changed
+45
-45
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
| 125 | + | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
| 142 | + | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
| 122 | + | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
| 131 | + | |
| 132 | + | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
| 139 | + | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
| 151 | + | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
| 156 | + | |
| 157 | + | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments