David Gardiner

Results 160 comments of David Gardiner

Just noticed that the 'message importance' setting looks funny in my screenshot, and always seems to output as Error for me in 2019 - which looks like a bug, but...

Hmm.. created a new ASP.NET app and added similar item to the csproj and still getting it flagged as expected. Do you get the same problem if you create a...

There is some extra logging that I have for when I'm testing the extension locally (with the VS Debugger). Maybe I should add an option to optionally turn on this...

If you're feeling enthusiastic, you're welcome to pull down the source, run it locally and see if you can figure out what's tripping it up :-) I wonder if there's...

Interesting idea. Could be possible. I've worked with some projects where that is intended (eg. where you don't commit web.config or app.config, but have a template that is committed)

While possible, that would be challenging as you'd have to parse all the files to find those src attributes. Also tricky as sometimes the base directory for where web files...

I plan to allow folder-level configuration for 'show missing'-specific ignore patterns. I'll use a simple configuration file that can store this per folder as required.

Interesting.. any chance you can paste in the relevant part of your csproj file? Is that a linked file that is pointing to an actual file in the same location?

That is interesting. I'll install VisualSvn and see if I can reproduce it. It's a bit odd as I didn't think the way the extension includes files is unusual (and...