Resharper 2016.3 and system.dll
Hi,
I have an unit test that passe when using nunit-console and Resharper 10.2 but with Resharper 2016.2 and 2016.3 it fails.
The test use System.Uri from system.dll.
You can reproduce with this:
using System;
using NUnit.Framework;
namespace UnitTestProject
{
[TestFixture]
public class UnitTest1
{
[Test] public void TestMethod1()
{
Assert.AreEqual("%5Btoto%5D", Uri.EscapeUriString("[toto]"));
}
}
}
Is this a bug or there is something I miss?
Can you please help me ?
Thanks,
Mohamed
Please sign in to leave a comment.
Can you please remove this post