File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,23 +35,23 @@ public class Address2
3535{
3636 [ FluentMember ( 0 , "{Name}" ) ]
3737 [ FluentContinueWith ( 0 ) ]
38- public string Street { get ; private set ; }
38+ public string ? Street { get ; private set ; }
3939
4040 [ FluentMember ( 0 , "{Name}" ) ]
4141 [ FluentContinueWith ( 0 ) ]
42- public string City { get ; private set ; }
42+ public string ? City { get ; private set ; }
4343
4444 [ FluentMember ( 0 , "{Name}" ) ]
4545 [ FluentContinueWith ( 0 ) ]
46- public string Zip { get ; private set ; }
46+ public string ? Zip { get ; private set ; }
4747
4848 [ FluentMember ( 0 , "{Name}" ) ]
4949 [ FluentContinueWith ( 0 ) ]
50- public string State { get ; private set ; }
50+ public string ? State { get ; private set ; }
5151
5252 [ FluentMember ( 0 , "{Name}" ) ]
5353 [ FluentContinueWith ( 0 ) ]
54- public string Country { get ; private set ; }
54+ public string ? Country { get ; private set ; }
5555
5656 [ FluentMethod ( 0 ) ]
5757 private void Build ( )
You can’t perform that action at this time.
0 commit comments