Julian Dormon
Julian Dormon
> I have hundreds of face pictures in 120x160 pixel dimension, they are all portrait pictures (clear view of face with same background). Do you foresee any issues with face...
Same issue here after copying an icon from one project to another.
Cleaning the project does not help but restarting VS did for me.
> ``` > > > > > com.apple.security.app-sandbox > > com.apple.security.get-task-allow > > > > ``` @zengxs suggestion did not work for me using Visual Studio Community 2022 for Mac...
I too am experiencing this issue but with JPGs and only some of them. ```cs using (var input = File.OpenRead(file.FilePath)) { using (var inputStream = new SKManagedStream(input)) { using (var...
@Scottj1s Hi. I placed your above code in my Maui csproj file just above the tag but I still get the same error. Do I have it in the right...
I am having a similar issue trying var StoredFormModels = await LocalStorage.GetItemAsync("Forms"); I have not been able to narrow it down yet, however what is truly the bigger issue is...
@chrissainty I'm not sure if you had a chance to review my comment above. Any ideas on how we can get this to fail properly? `async void SaveFormLocally() { try...
I'm using Blazer Server .net 7 with System.Text.Json. I ended up saving my data as strings and then serialize those to avoid the issue. Seems to be working so far.
Actually, I take that back. I am getting a socket reset with no error now calling: var StoredFormStrings = await LocalStorage.GetItemAsync("ProofpixForms");