Brian Macomber

Results 18 comments of Brian Macomber

I can confirm I'm getting this error with JPG and PNG on 2.4.11.982 and I can also confirm rolling back to 2.4.10.972 resolves. Thanks for reporting this!...saved me from more...

I'm having a similar issue with Xamarin Forms, were in shared code I don't have a shutdown method. Only on sleep, without doing platform specific code. Would it be possible...

If it helps some future person running across a similar issue, I resolved it by forcing the MSTestAdapter reference in my project. ``` $(PkgO2S_MSTest_TestAdapter\build\net462\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll True ```

I'm getting a similar exception in a net 4.8 project when using the KeyVault c# SDK. In my experiance it's only when a VS 2022 debugger is attached. I'm not...

Just thinking out loud here, but given the bug found and fixed in dot net core, could this be a Visual Studio induced error if it's using core? Edit: I...

I also am running 17.4.4 and have only recently noticed this issue happening, I can't remember exactly when I first noticed the issue or when I updated to 17.4.4 so...

> There may be an issue in Windows App SDK 1.5, so you can do either of these 2 things for now: > > 1. Manually install the runtime with...

@PureWeen I ran that command and then I assume I should try the project again without the WindowsAppSdkDeploymentManagerInitialize set to false. I did that and still got the app crash...

I ran the command referenced in the WindowsAppSDK issue powershell -c Get-AppxPackage micro*win*app*run* -AllUsers Output attached [Output.txt](https://github.com/dotnet/maui/files/14940039/Output.txt)

I can deploy and run on Windows fine with 8.0.20 on my desktop machine, but not the laptop I was using yesterday. So definitely an environment issue, both machines have...