Code Monkey home page Code Monkey logo

Comments (8)

garuma avatar garuma commented on August 23, 2024
  • Agreed
  • I vote for dbus-sharp.dll (Dbus.dll doesn't feel right)
  • ...
  • Agreed

from dbus-sharp.

rubenv avatar rubenv commented on August 23, 2024

Sounds reasonable!

from dbus-sharp.

lamalex avatar lamalex commented on August 23, 2024

+1 for dbus-sharp.dll

from dbus-sharp.

bl8 avatar bl8 commented on August 23, 2024

I've started working on the changes outlined above, except the key thing. I'll push a branch when it's ready, soonish.

from dbus-sharp.

alanmcgovern avatar alanmcgovern commented on August 23, 2024

I was going to suggest creating a tiny shim library which exposes the ndesk-dbus API and is signed with the ndesk-dbus key which just calls our renamed library to help ease the transition for developers? Then i thought about it some more and i think it's a good thing to not be compatible as it'd provide additional incentive for developers to make the switch and gain all these new bug fixes.

So yes, count me in as a +1 for "rename, resign, release" :)

from dbus-sharp.

bl8 avatar bl8 commented on August 23, 2024

After the latest commits, the only remaining references to ndesk are now in strings used for object paths, interface names, etc., mostly in tests/ and examples/

from dbus-sharp.

bl8 avatar bl8 commented on August 23, 2024

FYI "using NDesk.Dbus=Dbus;" doesn't work, probably because the alias shouldn't contains dots.
So supporting both you'll probably need to do something like :

#if NDESK_DBUS
using NDesk.DBus;
#else
using DBus;
#endif

from dbus-sharp.

alanmcgovern avatar alanmcgovern commented on August 23, 2024

Closing this now as the issue has been resolved in master. Thanks bertrand!

from dbus-sharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.