We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testfx/src/Adapter/MSTest.TestAdapter/ObjectModel/TestMethod.cs
Line 57 in 97cb7b4
IsAsync property is public, but we never read it in production code. So the impact here is minimal.
IsAsync
Here, we only handle Task though.
testfx/src/Adapter/MSTest.TestAdapter/Discovery/TypeEnumerator.cs
Line 143 in 97cb7b4
Also, in the following line it's always false:
testfx/src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumerator.cs
Line 381 in 97cb7b4
@Evangelink We should deprecate the public property and remove it completely IMO.
The text was updated successfully, but these errors were encountered:
Type is already part of the list of deprecated types (public for not well known reason).
Sorry, something went wrong.
No branches or pull requests
testfx/src/Adapter/MSTest.TestAdapter/ObjectModel/TestMethod.cs
Line 57 in 97cb7b4
IsAsync
property is public, but we never read it in production code. So the impact here is minimal.Here, we only handle Task though.
testfx/src/Adapter/MSTest.TestAdapter/Discovery/TypeEnumerator.cs
Line 143 in 97cb7b4
Also, in the following line it's always false:
testfx/src/Adapter/MSTest.TestAdapter/Discovery/AssemblyEnumerator.cs
Line 381 in 97cb7b4
@Evangelink We should deprecate the public property and remove it completely IMO.
The text was updated successfully, but these errors were encountered: