Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-738

unnecesary boxing added in NCBC-722

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 2.0.2
    • 2.0 Beta 2, 2.0.0
    • None
    • None

    Description

      in NCBC-722 changed the result of a view so it is returned as ViewRow<T>, which is fine - BUT
      the Key here is returned as object instead of dynamic - making it a hassle to first unbox to dynamic/Jarray to be able to deserialize it / cast it to JValue and then convert. ( which make this unnecessary verbose and cluttered solution )

      A better solution is to keep it as dynamic like ID.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jmorris Jeff Morris
            Lennartos Lennartos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty