Quantcast
Channel: Fluent Assertions
Viewing all articles
Browse latest Browse all 1402

Edited Issue: Test framework detection using assembly scanning is case sensitive [12483]

$
0
0
LateBoundTestFramework checks if an assembly with the given name is loaded. But the check is case sensitive. Therefore in our case the NUnit cannot be determined - NUnitTestFramework defines "nunit.framework" assembly, but we have "NUnit.Framework" instead.

Suggested one line fix would be in LateBoundTestFramework::IsAvailable - call overloaded StartsWith method which takes StringComparison.InvariantCultureIgnoreCase instead.

Viewing all articles
Browse latest Browse all 1402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>