Forum member

southernsun

2 posts

Posts by southernsun

  1. Unable to cast object of type 'System.Int32' to type 'System.String'

    Thank you, that works

  2. Unable to cast object of type 'System.Int32' to type 'System.String'

    I'm getting the following failure on my tests projects when using nCrunch. My bet is that it is related MyTestCategoryAttribute. We have extended the TestCategoryBaseAttribute with a custom TestCategoryAttribute that takes enum values. Let's not discuss why we are using that, but that's just the way…