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/Platform/Microsoft.Testing.Extensions.CrashDump/CrashDumpEnvironmentVariableProvider.cs
Line 117 in 13b5833
testfx/src/Platform/Microsoft.Testing.Extensions.HangDump/HangDumpProcessLifetimeHandler.cs
Line 88 in 13b5833
One is using Path.GetFileName while the other is using Path.GetFileNameWithoutExtension
Path.GetFileName
Path.GetFileNameWithoutExtension
The text was updated successfully, but these errors were encountered:
Let's refactor in a helper class that we will share between the 2 so we are sure a fix is fixing both
Sorry, something went wrong.
@Evangelink It's technically breaking to change the name I think. Maybe a script out there is relying on a file name being in a specific form.
Moving to 3.9, this could be seen as a breaking change but this is actually a bug in the first place.
No branches or pull requests
testfx/src/Platform/Microsoft.Testing.Extensions.CrashDump/CrashDumpEnvironmentVariableProvider.cs
Line 117 in 13b5833
testfx/src/Platform/Microsoft.Testing.Extensions.HangDump/HangDumpProcessLifetimeHandler.cs
Line 88 in 13b5833
One is using
Path.GetFileName
while the other is usingPath.GetFileNameWithoutExtension
The text was updated successfully, but these errors were encountered: