koliva8245

Results 2 issues of koliva8245

This is unusual and I have no idea what's going on. When attempting to mock `TryGetValue` in `httpContext.Request.Cookies`: ```C# [TestMethod] public void Test() { var httpContext = new DefaultHttpContext(); httpContext.Request.Cookies...

Given the following code: ```C# string xml = """ """; XmlObject xmlObject = XmlParser.Parse(xml); ``` It will throw the exception: `System.FormatException: '(line 3, char 5): Invalid node. It must start...