File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 5959 </Compile >
6060 <Compile Include =" CultureInfoExtensions.cs" />
6161 <Compile Include =" Fakes\Options_With_Default_Set_To_Sequence.cs" />
62+ <Compile Include =" Fakes\Options_With_Guid.cs" />
6263 <Compile Include =" Fakes\Options_With_SetName_That_Ends_With_Previous_SetName.cs" />
6364 <Compile Include =" Fakes\Options_With_Uri_And_SimpleType.cs" />
6465 <Compile Include =" Fakes\Options_With_Switches.cs" />
Original file line number Diff line number Diff line change 1+ // Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See License.md in the project root for license information.
2+
3+ using System ;
4+
5+ namespace CommandLine . Tests . Fakes
6+ {
7+ class Options_With_Guid
8+ {
9+ [ Option ]
10+ public Guid TransactionId { get ; set ; }
11+ }
12+ }
You can’t perform that action at this time.
0 commit comments