Kevin Gallahan

Results 42 comments of Kevin Gallahan

Hi @likuba. This was using the app as found via the Store, and using version 1.1.19.0 as the initial comment mentions. Also as mentioned, that was using Windows 10 build...

@daneuber I've attached a gif of the behavior. Very easy to repro on my device - currently W10 build 17134.286, app version is the newer one from the Microsoft Store,...

@daneuber @likuba Finally made a connection that identifies the most likely cause of this crash, as well as two other crashes in the Windows Composition Samples app. Moving any of...

Just wanted to +1 this feature - it would really be great to have Thunderbird notifications show up in the new Windows 10 Action Center. I see it would take...

This is being caused by including Microsoft.EntityFrameworkCore.Design as I ran into the same problem with Microsoft.EntityFrameworkCore.Tools. I reported the problem here: https://github.com/dotnet/efcore/issues/26973 It was stated: > This is being tracked...

@MartinRothschink et al. You can vote on this and other things you want here: https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/50-support-printmanager-api

Try deleting the .bin and .obj folders in your project (VS closed).

@DrusTheAxe Thanks for the reply. I attempted to use PLMDebug: ``` C:\Program Files (x86)\Windows Kits\10\Debuggers\x64>plmdebug /enableDebug a7a4b0bd-2013-44df-bf14-5b977a586a76_1.0.0.0_x86__1geth39zw2vs4 Package full name is a7a4b0bd-2013-44df-bf14-5b977a586a76_1.0.0.0_x86__1geth39zw2vs4. Enable debug mode SUCCEEDED ``` However it still...

I figured out that you can specify individual files in an `.editorconfig` to tailor their code analysis rules. ``` [TinyIoc.cs] dotnet_analyzer_diagnostic.severity = none dotnet_diagnostic.severity = none ``` I'll leave this...

@adydecki It works for me. Your file may be in a location that isn't being used: >Where are these files stored? >When opening a file, EditorConfig plugins look for a...