Assert.Contains() Failure
Not found: 'c'
In value: La clave "c" especificada no estaba presente en el diccionario.
The issue is that single quotes can be changed to other types of quotes when translated to fit the target language. Proposal would be to format the error string with the expected key and then compare with the exception message.
Test results: https://dev.azure.com/dnceng/public/_build/results?buildId=997900&view=ms.vss-test-web.build-test-results-tab&runId=31231848&resultId=203252&paneView=debug
Error message:
The issue is that single quotes can be changed to other types of quotes when translated to fit the target language. Proposal would be to format the error string with the expected key and then compare with the exception message.