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

Main .NET page documentation might be incorrect?

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • 1.2.0
    • 1.1.6
    • docs
    • None

    Description

      This page: http://www.couchbase.com/develop/net/current

      When reading this example under "Single Value Results":
      var bar = client.Get("foo") as string;
      bar = "bar";
      var result = client.Store(StoreMode.Set, "foo", bar);
      if (result)

      { Console.WriteLine("Store operation was successful"); }

      It seems that the very first "var bar..." should actually be something different since "bar" gets overwritten with the next line?

      Attachments

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

        Activity

          People

            john John Zablocki (Inactive)
            perry Perry Krug
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty