[CSHARP-598] Indexing in Typed Update Builder Breaks with Variable Created: 10/Oct/12 Updated: 12/Oct/12 Resolved: 11/Oct/12 |
|
| Status: | Closed |
| Project: | C# Driver |
| Component/s: | None |
| Affects Version/s: | 1.6 |
| Fix Version/s: | 1.6.1 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Craig Wilson | Assignee: | Craig Wilson |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||
| Description |
|
static void Main() { int index = 10; var update = Update<TestClass>.Set(x => x.List[index].Name, "Blah"); Console.WriteLine(update.ToString()); } private class TestClass public List<SubTestClass> List { get; set; } } private class SubTestClass } |
| Comments |
| Comment by Craig Wilson [ 12/Oct/12 ] |
|
pushed to master and x2.0 |
| Comment by auto [ 12/Oct/12 ] |
|
Author: {u'date': u'2012-10-12T07:21:18-07:00', u'email': u'craiggwilson@gmail.com', u'name': u'Craig Wilson'}Message: Conflicts: |
| Comment by auto [ 12/Oct/12 ] |
|
Author: {u'date': u'2012-10-11T11:14:20-07:00', u'email': u'craiggwilson@gmail.com', u'name': u'Craig Wilson'}Message: |
| Comment by Craig Wilson [ 11/Oct/12 ] |
|
In code review. |