File tree Expand file tree Collapse file tree
test/WrapperValueObject.TestConsole Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ use cases this library supports will be easier to achieve without this libray.
1818Add to your project file:
1919
2020``` xml
21- <PackageReference Include =" WrapperValueObject.Generator" Version =" 0.0.1-alpha04 " >
21+ <PackageReference Include =" WrapperValueObject.Generator" Version =" 0.0.1-alpha05 " >
2222 <PrivateAssets >all</PrivateAssets >
2323 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
2424</PackageReference >
@@ -27,7 +27,7 @@ Add to your project file:
2727Or install via CLI
2828
2929``` sh
30- dotnet add package WrapperValueObject.Generator --version 0.0.1-alpha04
30+ dotnet add package WrapperValueObject.Generator --version 0.0.1-alpha05
3131```
3232
3333## Usage
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ static void Main()
4848 Debug . Assert ( match . Result != default ) ;
4949 Debug . Assert ( match . Result . HomeGoals == 2 ) ;
5050 Debug . Assert ( match . Result . AwayGoals == 1 ) ;
51+
52+ Console . WriteLine ( "Success!!" ) ;
5153 }
5254 }
5355}
Original file line number Diff line number Diff line change 88 <IsPackable >false</IsPackable >
99 </PropertyGroup >
1010
11- <ItemGroup >
11+ <!-- < ItemGroup>
1212 <ProjectReference Include="..\..\src\WrapperValueObject.Generator\WrapperValueObject.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
13- </ItemGroup >
13+ </ItemGroup>-->
1414
15- <!-- < ItemGroup>
16- <PackageReference Include="WrapperValueObject.Generator" Version="0.0.1-alpha04 ">
15+ <ItemGroup >
16+ <PackageReference Include =" WrapperValueObject.Generator" Version =" 0.0.1-alpha05 " >
1717 <PrivateAssets >all</PrivateAssets >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1919 </PackageReference >
20- </ItemGroup>-->
20+ </ItemGroup >
2121
2222</Project >
You can’t perform that action at this time.
0 commit comments