Dave

Results 89 comments of Dave

Yeah, 4 and 5 are kind of weird. If you already have an object or tuple, why create an anonymous object from it? Why not just use the object/tuple to...

I'd love to see this happen (though looking at #198, maybe that would be a better solution). I like that specific properties can opt-out of this behaviour, because, when I...

@bandleader Check out #198. It's been rejected, but there's a lot of discussion in there about what keyword to use.

Regarding inline assignment: https://github.com/dotnet/vblang/issues/190#issuecomment-340036967

> @rskar-git What I'm specifically suggesting is that there be a set of "official" "canonical" extensions Ah, I'm with you now. These could be added to the `Microsoft.VisualBasic` assembly. My...

Absolutely. No point having one without the other. :+1:

> @ericmutta perhaps the first and fastest move would be create a project here on github for two assemblies Another solution would be to make a PR for [icsharpcode/CodeConverter](https://github.com/icsharpcode/CodeConverter) (which...

I had this same problem a while back (maybe about a year ago, or maybe longer) and I _think_ I solved it by following the advice in this blog post:...

Despite having the provider specified in the `app.config` file, I was still getting this exception being thrown for my tests that were using Effort. I wasn't using any other provider...

> it's annoying and confusing. I use the desktop app, and when I first saw the button I thought it was a notification that the app had an update! How...