We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bae95f commit 180a490Copy full SHA for 180a490
src/dotnet-svcutil/lib/tests/src/GlobalToolTests.cs
@@ -171,7 +171,7 @@ public async Task MultiTargetTypeReuse()
171
[Trait("Category", "BVT")]
172
[Theory]
173
[InlineData("net6.0", "-elm")]
174
- public async void ParamsFiles_SDK_TFM(string targetFramework, string extraOptions)
+ public async Task ParamsFiles_SDK_TFM(string targetFramework, string extraOptions)
175
{
176
this_TestCaseName = "ParamsFiles_SDK_TFM";
177
TestFixture();
0 commit comments