gerneio

Results 26 comments of gerneio

I ended up downloading [this repo](https://github.com/zsu/Quartzmin) and making the necessary version changes myself, but looks like there are several other forked repos that have probably already done the same (find...

Was also deceived by this earlier today when running `docker compose up -d --remove-orphans` (w/ env var `COMPOSE_PROFILES=test`) which did not remove the inactive profiles/containers as I thought it would....

Same issue when upgrading MAUI workloads from `7.0.86` to `7.0.92` as well as from .NET SDK `7.0.302` to `7.0.401`, on both Windows and paired Mac. Pretty sure my Xcode on...

Similar issue tested on latest MAUI workloads (`maui-windows, 7.0.86/7.0.100, VS 17.6.33801.468`). All three of these crash my MAUI win app immediately (no exceptions or errors in debug output): ```xaml ```...

+1 definitely would like to see some official documentation on how to enable deep linking for each platform. While there is plenty of documentation on the Android/iOS specific setups (manifest,...

Added in PR https://github.com/TaoK/poor-mans-t-sql-formatter-vscode-extension/pull/4

Was hoping to get this working with Blazor WASM on .NET 6.0, but keep getting this in browser console: ``` blazor.webassembly.js:1 RuntimeError: memory access out of bounds at dotnet.wasm:0x5cedc at...

We appreciate your hard work and continued effort! I'm guessing it's the same amount of work, but for me, even if we got it working for .net standard prior to...

P.S. to everyone who wants that .net latest support, I'm sure @mkaring would appreciate any donations ([sponsor button below](/mkaring/ConfuserEx/funding_links?fragment=1)).

Same `MainDisplayInfoChanged` event never fires.