Ewen Wallace
Ewen Wallace
@pimbrouwers was that answer for me? I think your solution doesn't account for nested member's fully qualified path having the same name in the path above it, you could end...
my `csproj` ended up with this... ```xml $(SolutionDir)\packages\MSBuildTasks.1.5.0.235\tools ```
FYI, I passed on trialling Bugsnag because you don't have a Serilog Sink like [Rollbar](https://www.nuget.org/packages/Serilog.Sinks.RollbarCom/) (new), [Sentry](https://www.nuget.org/packages/Serilog.Sinks.Sentry/) (2.4k downloads) & [Raygun](https://www.nuget.org/packages/Serilog.Sinks.Raygun/) (43k downloads) which are the others that I am...
I replaced it with https://chrome.google.com/webstore/detail/popup-my-bookmarks/mppflflkbbafeopeoeigkbbdjdbeifni
check the "Copy Local" property on the references. It should be `False` - if `True` then it will copy that file into the output and use that instead of the...
oh. Darn. I was hoping it was something obvious & easy. But, alas, no, it rarely ever is.
Updating `` to `` broke my app : `The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)` It failed to...
`MEETING` because it is always a `void` - it never returns to do any more work. Oh wait, that's `LUNCH`
Not sure yet but [XUnit does have a console runner](http://xunit.github.io/docs/getting-started-desktop.html#run-tests). Bonus - the console runner generates html reports. I think. Reason for XUnit: all the libraries I am using run...