Jason DiOrio

Results 28 comments of Jason DiOrio

We are using both, it's mostly just that there are features that were originally implemented in the ASP.NET package which can now be supported in the generic host package. We'd...

It would also be ideal to expose `IHostEnvironment.ApplicationName` alongside `IHostEnvironment.Environment` since we intend to use both; I didn't realize the application name wasn't already supported in the ASP.NET Core side...

Interesting. I'm gonna follow this to see what you find out :). Seems like this could be related to XAML compilation? I wonder if you can specify attributes in XAML...

Does it crash after the build has been cleaned? It might be that it doesn't copy dependencies until the second build? I think the first pass is probably to build...

WPF is weird :slightly_frowning_face:

I don't know about changetip but the other URLs work for me, though it doesn't seem to differentiate much. If I choose "Import->Spotify" I get prompted to authorize both and...

I took a look at those extensions (and have even used one of them a long while ago); they're not really exactly what I'm looking for, but I can appreciate...

Right, this very much depends on whether the dump is a full dump or a minidump

In case anyone else needs to know, I was hit by this bug recently. The No-Op TestMethod was a suitable enough workaround for our needs. In our case we have...

I found this while trying to use vscode://file/[path to file]:[line] URIs using ANSI Hyperlinks. It would be very helpful to use already registered system handlers. I don't see why it...