@@ -196,7 +196,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
196196 /// Used to track the state of Int32Range
197197 /// </summary>
198198 [ JsonIgnore ]
199- [ System . ComponentModel . EditorBrowsable ( System . ComponentModel . EditorBrowsableState . Never ) ]
199+ [ global :: System . ComponentModel . EditorBrowsable ( global :: System . ComponentModel . EditorBrowsableState . Never ) ]
200200 public Option < int ? > Int32RangeOption { get ; private set ; }
201201
202202 /// <summary>
@@ -222,7 +222,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
222222 /// Used to track the state of Int64Negative
223223 /// </summary>
224224 [ JsonIgnore ]
225- [ System . ComponentModel . EditorBrowsable ( System . ComponentModel . EditorBrowsableState . Never ) ]
225+ [ global :: System . ComponentModel . EditorBrowsable ( global :: System . ComponentModel . EditorBrowsableState . Never ) ]
226226 public Option < long ? > Int64NegativeOption { get ; private set ; }
227227
228228 /// <summary>
@@ -235,7 +235,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
235235 /// Used to track the state of Int64NegativeExclusive
236236 /// </summary>
237237 [ JsonIgnore ]
238- [ System . ComponentModel . EditorBrowsable ( System . ComponentModel . EditorBrowsableState . Never ) ]
238+ [ global :: System . ComponentModel . EditorBrowsable ( global :: System . ComponentModel . EditorBrowsableState . Never ) ]
239239 public Option < long ? > Int64NegativeExclusiveOption { get ; private set ; }
240240
241241 /// <summary>
@@ -248,7 +248,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
248248 /// Used to track the state of Int64Positive
249249 /// </summary>
250250 [ JsonIgnore ]
251- [ System . ComponentModel . EditorBrowsable ( System . ComponentModel . EditorBrowsableState . Never ) ]
251+ [ global :: System . ComponentModel . EditorBrowsable ( global :: System . ComponentModel . EditorBrowsableState . Never ) ]
252252 public Option < long ? > Int64PositiveOption { get ; private set ; }
253253
254254 /// <summary>
@@ -261,7 +261,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
261261 /// Used to track the state of Int64PositiveExclusive
262262 /// </summary>
263263 [ JsonIgnore ]
264- [ System . ComponentModel . EditorBrowsable ( System . ComponentModel . EditorBrowsableState . Never ) ]
264+ [ global :: System . ComponentModel . EditorBrowsable ( global :: System . ComponentModel . EditorBrowsableState . Never ) ]
265265 public Option < long ? > Int64PositiveExclusiveOption { get ; private set ; }
266266
267267 /// <summary>
0 commit comments