walnut-co
walnut-co
any solution / update on this ?
regarding CORS - configure your server side to allow comms from client e.g. .net core in startup class `services.AddCors(options => { options.AddPolicy("AllowAll", p => { p .WithOrigins(new string[] { "http://localhost:8080",...
> when vs-upload is automatic, uploading second file will also send first file.. > > is there any solution for this ??? any workarounds ?
Running below code on android breaks with exception, should the exclusivity be ignored automatically on android ?  
bit late - implement both the plugins, asked user via dialog "pick from files" or "Pick from photos".
have you found any solution ?
 I get this randomly.
I get this errors, somewhat related and also projects do not load in VS 2026 C:\Program Files\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4242: SDK Resolver Failure: "The SDK resolver "Microsoft.DotNet.MSBuildWorkloadSdkResolver" failed while attempting to...
> As a workaround, switching to manifests mode worked for me. > > dotnet workload config --update-mode manifests This solution worked for me, build is working and projects are loaded...
> The originally issue reported was likely a timing issue on release day since the issue went away. We'll review our release process to ensure there's a check that confirms...