Debug Assert Failing Tests in Windows 8.1 #534
Labels
🪲 bug
Product bug (most likely)
good first issue
Issue should be easy to implement, good for first-time contributors
There may be more but here is an example on TryGetSystemMetricsForDpi in UnsafeNativeMethods
This is a Windows 8.1 Testing blocker as we wish to test debug skews to discover paths which differ between Release and Debug configurations.
This should not be here. Debug Asserts should not be present if there is a way out of the build. Instead, this should be Trace.WriteLine or it should not exist.
The text was updated successfully, but these errors were encountered: