coderb
coderb
The following code fails when run through ilrepack on windows. the error is `Unhandled Exception: System.TypeLoadException: Derived method 'Meth' in type 'TestIlRepack.ArrayHandler``1' from assembly 'x, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' cannot reduce...
When using google earth if you click on a "waypoint" it may display a small popup window (child). It turns out that when using rbtray if you minimize to tray,...
`DataGridView.Sort` seems to be implemented via the quick sort algo in `DataGridViewRowCollection.RowArrayList`. I would like to be able to sort the DataGridView in a non-destructive (stable) way when changing the...
Dotnet runtime is not included in the prod debian packages. It is possible to install them manually, but then updates are hard to mange. Please publish production debian arm64 packages...
I've extended some work initially done by @ptr1120 to support .NET standard. Most changes are unobtrusive, however there is a change externally visible to the API: Under .NET standard, the...
### System info - Playwright Version: v1.36 - Operating System: All - Browser: All - Other info: A popup window that includes a button which closes the window sometimes causes...
using a windows host and linux guest the current clipboard sharing behavior is problematic. if you Ctrl-C copy in the windows host and then select text in the linux guest...
### .NET version 9.0.5 ### Did it work in .NET Framework? Not tested/verified ### Did it work in any of the earlier releases of .NET Core or .NET 5+? Code...