microsoft / testfx

MSTest framework and adapter
MIT License
680 stars 247 forks source link

remove redundant null checks #3151

Closed SimonCropp closed 3 weeks ago

SimonCropp commented 3 weeks ago

i would argue TryGetStackTraceInformationReturnsNullIfExceptionIsNull is an invalid scenario

Evangelink commented 3 weeks ago

i would argue TryGetStackTraceInformationReturnsNullIfExceptionIsNull is an invalid scenario

StackTrace property is defined as nullable https://learn.microsoft.com/dotnet/api/system.exception.stacktrace.