Rick Brewster
Rick Brewster
Can we have a global/static property for this, or at least to configure the default property value? This seems like a property that will be set to the same value...
> ... resulting in bug churn BTW this is not theoretical -- I found a bug just a few months ago where a top-level `ToolStrip` was not using click-through (with...
My objection to having this in TerraFX is that `RECT` and `Rectangle` do not have the same representation, and cannot always be converted correctly. `RECT` is `{ int left, top,...
Having an implicit conversion from `RECT` to `Rectangle` would be a bug hazard -- way too easy to accidentally mix them together and end up with silent overflows that cause...
Since this is using WIC then it should be possible in principle to support and correctly map all of the file extensions that WIC specifies support for. See [`IWICBitmapCodecInfo::GetFileExtensions`](https://learn.microsoft.com/en-us/windows/win32/api/wincodec/nf-wincodec-iwicbitmapcodecinfo-getfileextensions) It'd...
@elachlan Yup I’ve been paying close attention to this. PDN uses BF for various things, and I’ll be dealing with it soon-ish, possibly deferring the upgrade to .NET 9/10 for...
> If people have to instal the NuGet package to get basic WinForms existing apps to work why is it being removed? Because BF is a security black hole. It’s...
@paul1956 You'll want to refer to the other issues etc. that discuss this, e.g. https://github.com/dotnet/winforms/issues/6267#issuecomment-2103082960 . IIUC it's something @JeremyKuhne et. al. are actively working on. > ... at worst,...
> I'm not sure there is anything to do except wait for Sentinel One to figure out what is going wrong. They seem to be injecting themselves into the process...
I did give a link to this issue to the Sentinel One dev that I talked to about the PDN issues, and they are aware of it. I'm guessing there...