Sorry if this is a Thread Necro, but... All the googling I'm doing on this comes up with stuff from a few to many years ago,
and going to Page2 of a thread list isnt really digging that deep in the archives to find what your looking for.
Been looking for the way to add gui items to part dialogs, but I keep finding discussions about the nuts & bolts of how to layout the additions but nothing ~clearly explaining to new modders~ how to make those additions happen with kspfield/addon (well, found lots of 2,3 and 5yr old stuff that doesnt work anymore)
From op code, I get a compile error on
object fieldObject = fieldInfo.GetCustomAttributes(false).FirstOrDefault(p => p is KSPField);
My compiler says .FirtsOrDefault is no bueno
This stuff is NOT from 5yrs ago, its from October... is that FirtsOrDefault really gone, or is my Mono still not setup on the right version (it does claim to be making net3.5 dlls)