Brandon Williams

Results 62 comments of Brandon Williams

After more testing, my original analysis was off. I'm unable to drag and drop from Explorer only when dragging a file from the Windows recent files and/or favorites list. This...

Closing #14454 since I no longer believe that would be an appropriate solution.

I too have started hitting this issue in our test projects after updating to version 9.1.1.0. I'll try and see if I can write a minimal reproducible test case.

Whoops, I see a problem here in the PDF save operation. I don't think I need to confirm overwrite during the PDF save operation since the overwrite confirmation has already...

I have a possible solution for this issue if you're interested. We should consider the `ForceOverwrite` option value during `AutomatedScanning` when performing [place holder substitution](https://github.com/cyanfish/naps2/blob/538993c7ace4116f3f8c84832db9c8e7866c47c4/NAPS2.Sdk/ImportExport/Placeholders.cs#L101C2-L101C2) and pass the negation of...

Interesting. I wasn't aware of labeled breaks/continues in Java. I am seeing a number of csharplang proposals which would add some type of support for labeled breaks/continues in C# but...

Here is before and after comparison of Perf benchmark results on my machine. ``` ini BenchmarkDotNet=v0.13.2, OS=Windows 11 (10.0.26120.2130) AMD Ryzen 9 5950X, 1 CPU, 32 logical and 16 physical...

Thanks for working on these new APIs 🤤 I plan on testing your branch this evening, and will post any feedback that I have here.

Looks good! I am able to drag and drop JSON cats now 😸 ```csharp var data = new DataObject(); var cat = new NyanCat() { Ascii = _nyanCatAscii }; data.SetDataAsJson(nameof(_nyanCatAscii),...

I'm able to collect EF Core traces using EntityFrameworkCore Instrumentation for OpenTelemetry .NET. ``` 2024-10-19T08:59:05.6990000 2024-10-19T01:59:05.6986664 info: Microsoft.EntityFrameworkCore.Database.Command[20101] 2024-10-19T08:59:05.6990000 Executed DbCommand (24ms) [Parameters=[], CommandType='Text', CommandTimeout='0'] 2024-10-19T08:59:05.7000000 SELECT "c"."Id", "c"."Brand" 2024-10-19T08:59:05.7000000...