Forum member

joshevensen

6 posts

Posts by joshevensen

  1. NUnit "Root element is missing" error on multiple brand new projects

    Project is a 4.6.2 Class Library. NUnit version 3.7.0, 4.6.2. Not sure how to specifically troubleshoot this becuase I can't tell what file it's trying to read. If I downgrade to 3.6.1, it starts working again. [quote]An error occurred while analysing this project after it was built: System.Re…

  2. Embedded resources ending up with extra characters

    Saving the file from an outside editor did the trick, but when i look at the actual saved file after editing in visual studio in a hex editor it doesn't have any encoding characters at the start.

  3. Embedded resources ending up with extra characters

    [quote=Remco;3616]Hi, thanks for posting! If the file is considered binary, then it shouldn't be opened in the IDE while using NCrunch as the text editor will cause the data stored in the file to be sourced by the text extracted from the IDE. I would perhaps suggest using a file extension that ide…

  4. Embedded resources ending up with extra characters

    When running tests that use an embedded resource to store a test Json file, I'm getting [code=csharp]System.Runtime.Serialization.SerializationException: There was an error deserializing the object of type [TYPE]. Encountered unexpected character 'ï'. ---> System.Xml.XmlException: Encountered une…

  5. Context menus

    Oh, I guess you do have that. But by clicking the NCrunch markers. Hm.

  6. Context menus

    I'm sure this is already planned, but it would be REALLY great to have context menu items for running / pinning tests.