Written December 19, 2008 at 13:46 MST Tagged general
After the many emails about the code formatting issues with feed readers. Here is my attempt to get it resolved.
Please get back to me with comments, if this fixes it (or if it doesn’t):
static public void should_not_contain { var list = new List foreach (var item in items_that_should_not_be_found) Assert.IsFalse(list.Contains(item)); }
Newer: Code Formatting Issues Resolved (for now)
Older: Back on twitter