[Mono-dev] Mono's impl of System.Net.NetworkInformation
Andreas Färber
andreas.faerber at web.de
Tue Jul 17 18:20:40 EDT 2007
> The trick with dbus# is that the existing dbus-sharp is not yet API
> frozen (not at a stage that we can depend on), so the code would
> have to
> dynamically load an external assembly to get the job done, and that we
> could probably put in another place, with different api compatibility
> guarantees.
Isn't that exactly what the assemblies' strong names are for? dbus#
is an external library so one version could be taken and would be
installed into the GAC parallel to any potentially more recent, API-
breaking version the user might use. Breaking changes would then only
occur if Mono chooses to upgrade its dbus# version used.
Andreas
More information about the Mono-devel-list
mailing list