Search code examples
linqpad

In LinqPad: "Query completed successfully with warnings"


When running (a pretty experimental) linq query I get: "Query completed successfully with warnings" in the toolbar, how do I find the warnings? As they don't appear in the dump window.

n.b. At the time of writing I'm using linqpad v4.47.02 premium edition.


Solution

  • You should get a little yellow warning triangle at the start of the line(s) that contains the warning.

    And when you hover over the triangle, it show display what the actual warning is.

    See screenshot

    Example Screenshot