Torben Hørup

Results 93 comments of Torben Hørup

XenCenterLib/Win32.cs + XenAdmin/Core/Drawing.cs and other modules with DllImports doesn't exactly improve portability

ComponentResourceManager::ApplyResources also has troubles under mono #if !**MonoCS** resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); #endif

This is more of a mono bug than a XenCenter issue but the call to Properties.Settings.Default.Save(); in Settings.Cs :: TrySaveSettings() dies in a NotImplementedException() thrown in https://github.com/mono/mono/blob/master/mcs/class/System/System.Configuration/SettingValueElement.cs Unmerge() function. This...

Jahsis sammcj natecarlson and krono: Bump's or +1's doesnt do anything helpfull to get this resolved. The only helpfull thing to do is creating patches / pull requests

@michha Any progress ? it would be especially usefull if it could work together with #25052

Starting as root and then dropping privs in startup script can at best be called "almost rootless but not quite" In environments where rootless is required/enforced this new approach can...

See https://github.com/libgit2/libgit2sharp.nativebinaries/pull/154

Could you please also update https://www.nuget.org/packages/LibGit2Sharp.NativeBinaries and mark the packages vulnerable ?

https://github.com/jeremylong/GrokAssembly/pull/4

Now that .net 8 is the new LTS - would you update the grok thingie to support that ?