When I format the code, there's lot of changes because incompatible C# formatter, here's the only inconsistency I've encountered :
- model.AvailableProductAttribute.Add(new SelectListItem() {
+ model.AvailableProductAttribute.Add(new SelectListItem()
+ {
What formatter are you using ?
Thanks