Skip to content

Where can I find updated documentation? #2231

Open
@jamerst

Description

@jamerst

I'm currently using the latest build on nuget.org (2.0.0-beta4.22272.1). This version is over a year old and thus is missing several bug fixes.

The bug fix I need specifically is #2212, so I attempted to use a newer version from the daily builds feed.

However, I ran into many issues trying to migrate to the version due to the significant API changes between the two versions. I managed to work some of it out, but I have not been able to find any documentation at all for the new version. Even just a list of breaking changes would help, but the complete lack of documentation has made migration next to impossible.

I still haven't been able to work out how to migrate the following:

  • Custom binders using BinderBase<T> - BinderBase doesn't exist any more, and I can't find a replacement
  • RootCommand.SetHandler - again, no longer exists
  • RootCommand.Invoke/RootCommand.InvokeAsync - also no longer exists

If documentation does exist for the new version, this should really be added to the main README. It would also be very helpful to have some information around migration, e.g. a list of breaking changes at a minimum.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions