Skip to content

Commit

Permalink
Improve tests for GroupBy.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdesmet committed Feb 25, 2019
1 parent 1d538a3 commit ad78405
Show file tree
Hide file tree
Showing 4 changed files with 964 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<AutoGen>True</AutoGen>
<DependentUpon>Average.Generated.tt</DependentUpon>
</None>
<None Include="System\Linq\Operators\GroupBy.Generated.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>GroupBy.Generated.tt</DependentUpon>
</None>
<None Include="System\Linq\Operators\MinMax.Generated.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
Expand Down Expand Up @@ -51,6 +56,10 @@
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>Average.Generated.cs</LastGenOutput>
</None>
<None Update="System\Linq\Operators\GroupBy.Generated.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>GroupBy.Generated.cs</LastGenOutput>
</None>
<None Update="System\Linq\Operators\MinMax.Generated.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>MinMax.Generated.cs</LastGenOutput>
Expand All @@ -71,6 +80,11 @@
<AutoGen>True</AutoGen>
<DependentUpon>Average.Generated.tt</DependentUpon>
</Compile>
<Compile Update="System\Linq\Operators\GroupBy.Generated.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>GroupBy.Generated.tt</DependentUpon>
</Compile>
<Compile Update="System\Linq\Operators\MinMax.Generated.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
Expand Down
Loading

0 comments on commit ad78405

Please sign in to comment.