Fix test failing on Windows#1782
Conversation
|
The test only failed on So I uninstalled 6.0.302 and installed 6.0.301 (since they no longer let you install them both side-by-side). The test passed. But then I re-installed 6.0.302, and I expected the test to fail, but it still passed - even with a full git clean and rebuild. So either I had a bad install, or it reset something else? Not sure. Anyway, I still think we should merge this. |
|
IMO it would be easier to do a case insensitive startswith later in the processing |
|
It's used here (on line 190) sentry-dotnet/src/Sentry/Extensibility/SentryStackTraceFactory.cs Lines 181 to 194 in f3c7949 Unfortunately, |
|
Either way is fine with me, if you want to take another go at it, @SimonCropp ? |
|
Close in favor of #1791 |
For some unknown reason, my local Windows machine was giving project paths with
c:\instead ofC:\, which was causingFileNameShouldBeRelativeto fail. I'm still hunting down why, but this will prevent it.Related to #1739
#skip-changelog