Lance McCarthy

Results 46 comments of Lance McCarthy
trafficstars

Side Task - Also I should [migrate this to a single-project MSIX ](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/single-project-msix?tabs=csharp#modify-an-existing-project)at the same time. There is no longer a need to have a 2nd "PackageProject" adding complexity to...

## Updates I'm closing in on wrapping up the migration to .NET 6. Please visit the [lance/net6-update branch](https://github.com/microsoft/github-actions-for-desktop-apps/tree/lance/net6-update) to follow along. ### Code All projects have been successfully updated to...

@mimarcos Are you really sure you're still using Horseshoe card anymore? It sounds like you incidentally switched to a normal entities card.

For more context and the example app I used to investigate this, see [this StackOverflow thread](http://stackoverflow.com/questions/42971726/radloopinglist-with-xbind/43003874)

Not relevant, can be closed. Justification: - Not vulnerable, this code is not running on IIS. - The project is a demo for a deprecated product that is not running...

I had the same issue, but was able to fix it. For about a week or so, my Govee devices have been consistently unavailable in HA (even though they're all...

FYI - It seems there is a secondary problem when you start adding more devices... API rate limits. Error: ``` Could not connect to Govee API: API: API-Error 429: {"message":"rate...

This can be easily done with `WinUIEx` (see https://github.com/dotMorten/WinUIEx/). It can not only set the initial window's size and location, but also remember it for next time. *I use it...

Yep, make sure your voice is head here (they don't follow other repos) https://portal.productboard.com/winappsdk/1-windows-app-sdk/tabs/2-planned

Hi @mr-j0nes Yeah, the demand to convert this to .NET 6/7/8 has been low, particularly since "single-project MSIX" is an option for WPF apps now. Instead, there is a separate...