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

Error in bulk operations sample code

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 2.0.2
    • 2.0.1
    • docs
    • None

    Description

      We found following mistake in document.
      http://docs.couchbase.com/developer/dotnet-2.0/bulk-operations.html

      Assert.IsTrue(item.Content.Success);
      should be
      Assert.IsTrue(item.Value.Success);

      There are 2 same mistakes.

      Thanks,
      Koichi

      Attachments

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

        Activity

          People

            jmorris Jeff Morris
            akurtzman Amy Kurtzman (Inactive)
            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