File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public class Project
8383
8484 public static readonly Project Instance = new Project
8585 {
86- Name = Projects . First ( ) . Name ,
86+ Name = First . Name ,
8787 LeadDeveloper = new Developer ( ) { FirstName = "Martijn" , LastName = "Laarman" } ,
8888 StartedOn = new DateTime ( 2015 , 1 , 1 ) ,
8989 DateString = new DateTime ( 2015 , 1 , 1 ) . ToString ( "yyyy-MM-ddTHH\\ :mm\\ :ss.fffffffzzz" ) ,
@@ -93,7 +93,7 @@ public class Project
9393
9494 private static readonly object InstanceAnonymousDefault = new
9595 {
96- name = Projects . First ( ) . Name ,
96+ name = First . Name ,
9797 type = TypeName ,
9898 join = Instance . Join . ToAnonymousObject ( ) ,
9999 state = "BellyUp" ,
@@ -108,7 +108,7 @@ public class Project
108108
109109 private static readonly object InstanceAnonymousSourceSerializer = new
110110 {
111- name = Projects . First ( ) . Name ,
111+ name = First . Name ,
112112 type = TypeName ,
113113 join = Instance . Join . ToAnonymousObject ( ) ,
114114 state = "BellyUp" ,
You can’t perform that action at this time.
0 commit comments