Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
David McCarter committed Nov 11, 2023
1 parent 442caf6 commit ff90066
Show file tree
Hide file tree
Showing 19 changed files with 97 additions and 100 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# dotNetTips.Spargine v2023.6.8.1 for .NET 6 & 7
# dotNetTips.Spargine v2023.6.11.4 for .NET 6 & 7
![](docs/graphics/dotNetTips-Spargine-Logo.jpg)
Open-source .NET assemblies from dotNetTips.com and David (dotNetDave) McCarter.
This repository is for the dotNetTips.Spargine code for .NET 6 & 7. Please support this project by <a href="https://github.com/sponsors/RealDotNetDave" target="_blank">**clicking here**</a>.
<a href="https://dotnettips.wordpress.com/spargine/" target="_blank">Click here</a> to visit the Spargine page on dotNetTips.com. Much of this code is also documented on <a href="https://dotnettips.wordpress.com/category/open-source/spargine/" target="_blank">dotNetTips.com</a>.

> <a href="README-5.md" target="_blank">Click here</a> for the .NET 5 version of Spargine.
## NuGet
All of the assemblies listed below can be found on NuGet by <a href="https://www.nuget.org/profiles/davidmccarter" target="_blank">clicking here</a>.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<ApplicationIcon>dotNetTips-Spargine-Logo.ico</ApplicationIcon>
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<AssemblyVersion>2023.11.4.0</AssemblyVersion>
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
<Authors>David McCarter</Authors>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AutoIncrementPackageRevision>true</AutoIncrementPackageRevision>
Expand All @@ -23,7 +23,7 @@
<EnablePackageValidation>false</EnablePackageValidation>
<EnableSingleFileAnalyzer>false</EnableSingleFileAnalyzer>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<FileVersion>2023.11.4.0</FileVersion>
<FileVersion>2023.6.11.4</FileVersion>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -34,9 +34,9 @@
<PackageIcon>dotNetTips-Spargine-6-Logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/RealDotNetDave/dotNetTips.Spargine/tree/main/source/6</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
--MAY 2022: Initial release.
--FEB 2023: Added new benchmark tests. Fixed issues. Code cleanup.
<PackageReleaseNotes>--MAY 2022: Initial release.
--FEB 2023: Added new benchmark tests. Fixed issues. Code cleanup.
--NOV 2023: Code cleanup.
</PackageReleaseNotes>
<PackageTags>David McCarter, dotNetDave, dotNetTips.com, Spargine</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -49,7 +49,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net6.0; net7.0</TargetFrameworks>
<Title>DotNetTips.Spargine.Benchmarking</Title>
<Version>2023.11.4.0</Version>
<Version>2023.6.11.4</Version>
<ApplicationIcon>dotNetTips-Spargine-Logo.ico</ApplicationIcon>
<RootNamespace>DotNetTips.Spargine.Benchmarking</RootNamespace>
</PropertyGroup>
Expand All @@ -72,9 +72,9 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.6.11.4" />
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.6.11.4" />
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.6.11.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AnalysisLevel>latest</AnalysisLevel>
<AssemblyVersion>2023.11.4.0</AssemblyVersion>
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<BaseOutputPath>..\..\appbin</BaseOutputPath>
<Company>dotNetTips.com - McCarter Consulting</Company>
Expand All @@ -14,7 +14,7 @@
<DebugType>none</DebugType>
<Description>DotNetTips.Spargine.BenchmarkTests</Description>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<FileVersion>2023.11.4.0</FileVersion>
<FileVersion>2023.6.11.4</FileVersion>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<IsPublishable>False</IsPublishable>
<NeutralLanguage>en</NeutralLanguage>
Expand All @@ -27,7 +27,7 @@
<ServerGarbageCollection>true</ServerGarbageCollection>
<SignAssembly>False</SignAssembly>
<TargetFrameworks>net6.0; net7.0</TargetFrameworks>
<Version>2023.11.4.0</Version>
<Version>2023.6.11.4</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -37,10 +37,10 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
<PackageReference Include="dotNetTips.Spargine.6" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6" Version="2023.6.11.4" />
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.6.11.4" />
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.6.11.4" />
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.6.11.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AnalysisLevel>latest</AnalysisLevel>
<AssemblyVersion>2023.11.4.0</AssemblyVersion>
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<BaseOutputPath>..\..\appbin</BaseOutputPath>
<Company>dotNetTips.com - McCarter Consulting</Company>
Expand All @@ -14,7 +14,7 @@
<DebugType>none</DebugType>
<Description>DotNetTips.Spargine.Core.BenchmarkTests</Description>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<FileVersion>2023.11.4.0</FileVersion>
<FileVersion>2023.6.11.4</FileVersion>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<IsPublishable>False</IsPublishable>
<NeutralLanguage>en</NeutralLanguage>
Expand All @@ -27,7 +27,7 @@
<ServerGarbageCollection>true</ServerGarbageCollection>
<SignAssembly>False</SignAssembly>
<TargetFrameworks>net60; net7.0</TargetFrameworks>
<Version>2023.11.4.0</Version>
<Version>2023.6.11.4</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -37,9 +37,9 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.6.11.4" />
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.6.11.4" />
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.6.11.4" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AnalysisLevel>latest</AnalysisLevel>
<AssemblyVersion>2023.11.4.0</AssemblyVersion>
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<BaseOutputPath>..\..\appbin</BaseOutputPath>
<Company>dotNetTips.com - McCarter Consulting</Company>
Expand All @@ -14,7 +14,7 @@
<DebugType>none</DebugType>
<Description>DotNetTips.Spargine.Extensions.BenchmarkTests</Description>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<FileVersion>2023.11.4.0</FileVersion>
<FileVersion>2023.6.11.4</FileVersion>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<IsPublishable>False</IsPublishable>
<NeutralLanguage>en</NeutralLanguage>
Expand All @@ -27,7 +27,7 @@
<ServerGarbageCollection>true</ServerGarbageCollection>
<SignAssembly>False</SignAssembly>
<TargetFrameworks>net60; net7.0</TargetFrameworks>
<Version>2023.11.4.0</Version>
<Version>2023.6.11.4</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -37,9 +37,9 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.10.11.1" />
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.6.11.4" />
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.6.11.4" />
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.6.11.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<AnalysisLevel>none</AnalysisLevel>
<AssemblyVersion>2023.10.11.1</AssemblyVersion>
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
<BaseOutputPath>..\..\appbin</BaseOutputPath>
<EnableNETAnalyzers>false</EnableNETAnalyzers>
<FileVersion>2023.10.11.1</FileVersion>
<FileVersion>2023.6.11.4</FileVersion>
<IsPackable>false</IsPackable>
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
<TargetFramework>net6.0</TargetFramework>
<Version>2023.10.11.1</Version>
<Version>2023.6.11.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<AnalysisLevel>none</AnalysisLevel>
<AssemblyVersion>2023.10.11.1</AssemblyVersion>
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
<BaseOutputPath>..\..\appbin</BaseOutputPath>
<EnableNETAnalyzers>false</EnableNETAnalyzers>
<FileVersion>2023.10.11.1</FileVersion>
<FileVersion>2023.6.11.4</FileVersion>
<IsPackable>false</IsPackable>
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
<TargetFramework>net6.0</TargetFramework>
<Version>2023.10.11.1</Version>
<Version>2023.6.11.4</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\appbin</OutputPath>
Expand All @@ -21,7 +21,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.13" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<AnalysisLevel>none</AnalysisLevel>
<AssemblyVersion>2023.10.11.1</AssemblyVersion>
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
<BaseOutputPath>..\..\appbin</BaseOutputPath>
<EnableNETAnalyzers>false</EnableNETAnalyzers>
<FileVersion>2023.10.11.1</FileVersion>
<FileVersion>2023.6.11.4</FileVersion>
<IsPackable>false</IsPackable>
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
<TargetFramework>net6.0</TargetFramework>
<Version>2023.10.11.1</Version>
<Version>2023.6.11.4</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
6 changes: 3 additions & 3 deletions source/6/dotNetTips.Spargine.6.Core/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Created : 11-11-2020
//
// Last Modified By : David McCarter
// Last Modified On : 11-02-2023
// Last Modified On : 11-03-2023
// ***********************************************************************
// <copyright file="App.cs" company="McCarter Consulting">
// Copyright (c) David McCarter - dotNetTips.com. All rights reserved.
Expand Down Expand Up @@ -131,7 +131,7 @@ public static void ChangeCulture(CultureInfo culture)
/// </summary>
/// <param name="cultureType">Type of the culture. Defaults to AllCultures.</param>
/// <returns>ReadOnlyCollection&lt;System.String&gt;.</returns>
[Information(nameof(AppInfo), UnitTestCoverage = 100, Status = Status.Available, Documentation = "ADD URL")]
[Information(nameof(AppInfo), UnitTestCoverage = 100, Status = Status.Available)]
public static ReadOnlyCollection<string> GetCultureNames(CultureTypes cultureType = CultureTypes.AllCultures)
{
if (_cultureNames is null)
Expand Down Expand Up @@ -179,7 +179,7 @@ public static IImmutableDictionary<string, string> GetEnvironmentVariables()
/// ProcessorLevel: 6
/// ProcessorRevision: 42243
/// </example>
[Information(nameof(GetProcessorInformation), "David McCarter", "3/20/2023", Status = Status.Available, UnitTestCoverage = 100, BenchMarkStatus = BenchMarkStatus.NotRequired, Documentation = "ADD URL")]
[Information(nameof(GetProcessorInformation), "David McCarter", "3/20/2023", Status = Status.Available, UnitTestCoverage = 100, BenchMarkStatus = BenchMarkStatus.NotRequired)]
public static ProcessorInformation GetProcessorInformation()
{
var info = new SystemInfo();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<ApplicationIcon>dotNetTips-Spargine-Logo.ico</ApplicationIcon>
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<AssemblyVersion>2023.10.11.1</AssemblyVersion>
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
<Authors>David McCarter</Authors>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AutoIncrementPackageRevision>true</AutoIncrementPackageRevision>
Expand All @@ -24,7 +24,7 @@
<EnablePackageValidation>false</EnablePackageValidation>
<EnableSingleFileAnalyzer>false</EnableSingleFileAnalyzer>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<FileVersion>2023.10.11.1</FileVersion>
<FileVersion>2023.6.11.4</FileVersion>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -40,7 +40,8 @@
--NOV 2022: Minor changes. Code cleanup.
--FEB 2023: Update to PerformanceStopwatch, code cleanup.
--MAY 2023: Added methods to generate processor information, faster logging,fast regular expressions, new PreserveAttribute, APILibraries info, new exception type NetworkConnectionException.
--AUG 2023: Added SimpleResult&lt;T&gt;. Added ThrowNetworkConnectionException to ExceptionThrower. Code cleanup. </PackageReleaseNotes>
--AUG 2023: Added SimpleResult&lt;T&gt;. Added ThrowNetworkConnectionException to ExceptionThrower. Code cleanup.
--NOV 2023: Code cleanup. </PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>David McCarter, dotNetDave, dotNetTips.com, Spargine</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -52,7 +53,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net6.0;net7.0;</TargetFrameworks>
<Title>DotNetTips.Spargine.6.Core</Title>
<Version>2023.10.11.1</Version>
<Version>2023.6.11.4</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Created : 11-21-2020
//
// Last Modified By : David McCarter
// Last Modified On : 11-02-2023
// Last Modified On : 11-03-2023
// ***********************************************************************
// <copyright file="EnumerableExtensions.cs" company="dotNetTips.Spargine.6.Extensions">
// Copyright (c) David McCarter - dotNetTips.com. All rights reserved.
Expand Down Expand Up @@ -156,7 +156,7 @@ public static int Count([NotNull] this IEnumerable collection)
/// <param name="cancellationToken">The cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
/// <returns>A Task&lt;System.Int32&gt; representing the asynchronous operation.</returns>
/// <remarks>Orginal code from: https://github.com/dncuug/X.PagedList/blob/master/src/X.PagedList/PagedListExtensions.cs</remarks>
[Information(nameof(CountAsync), "David McCarter", "3/2/2023", BenchMarkStatus = BenchMarkStatus.None, UnitTestCoverage = 0, Status = Status.Available, Documentation = "ADD URL")]
[Information(nameof(CountAsync), "David McCarter", "3/2/2023", BenchMarkStatus = BenchMarkStatus.None, UnitTestCoverage = 0, Status = Status.Available)]
public static async Task<int> CountAsync<T>(this IEnumerable<T> collection, CancellationToken cancellationToken)
{
return await Task.Run(collection.Count, cancellationToken).ConfigureAwait(false);
Expand Down Expand Up @@ -608,7 +608,7 @@ public static IEnumerable<IEnumerable<T>> Page<T>([NotNull] this IEnumerable<T>
/// <param name="pageCount">The page count.</param>
/// <returns>IEnumerable&lt;IEnumerable&lt;T&gt;&gt;.</returns>
/// <remarks>Orginal code from: https://github.com/dncuug/X.PagedList/blob/master/src/X.PagedList/PagedListExtensions.cs</remarks>
[Information(nameof(Partition), "David McCarter", "3/2/2023", BenchMarkStatus = BenchMarkStatus.None, UnitTestCoverage = 0, Status = Status.Available, Documentation = "ADD URL")]
[Information(nameof(Partition), "David McCarter", "3/2/2023", BenchMarkStatus = BenchMarkStatus.None, UnitTestCoverage = 0, Status = Status.Available)]
public static IEnumerable<IEnumerable<T>> Partition<T>(this IEnumerable<T> collection, int pageCount)
{
// Cache this to avoid evaluating it twice
Expand Down Expand Up @@ -722,7 +722,7 @@ public static IEnumerable<T> Shuffle<T>([NotNull] this IEnumerable<T> collection
/// <param name="pageCount">The page count.</param>
/// <returns>IEnumerable&lt;IEnumerable&lt;T&gt;&gt;.</returns>
/// <remarks>Orginal code from: https://github.com/dncuug/X.PagedList/blob/master/src/X.PagedList/PagedListExtensions.cs</remarks>
[Information(nameof(Split), "David McCarter", "3/2/2023", BenchMarkStatus = BenchMarkStatus.None, UnitTestCoverage = 0, Status = Status.Available, Documentation = "ADD URL")]
[Information(nameof(Split), "David McCarter", "3/2/2023", BenchMarkStatus = BenchMarkStatus.None, UnitTestCoverage = 0, Status = Status.Available)]
public static IEnumerable<IEnumerable<T>> Split<T>(this IEnumerable<T> collection, int pageCount)
{
if (collection.DoesNotHaveItems())
Expand Down
Loading

0 comments on commit ff90066

Please sign in to comment.