Skip to content

Commit ff90066

Browse files
author
David McCarter
committed
Code cleanup.
1 parent 442caf6 commit ff90066

File tree

19 files changed

+97
-100
lines changed

19 files changed

+97
-100
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# dotNetTips.Spargine v2023.6.8.1 for .NET 6 & 7
1+
# dotNetTips.Spargine v2023.6.11.4 for .NET 6 & 7
22
![](docs/graphics/dotNetTips-Spargine-Logo.jpg)
33
Open-source .NET assemblies from dotNetTips.com and David (dotNetDave) McCarter.
44
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>.
55
<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>.
66

7-
> <a href="README-5.md" target="_blank">Click here</a> for the .NET 5 version of Spargine.
8-
97
## NuGet
108
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>.
119

source/6/Benchmarking/dotNetTips.Spargine.6.Benchmarking/DotNetTips.Spargine.6.Benchmarking.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
77
<ApplicationIcon>dotNetTips-Spargine-Logo.ico</ApplicationIcon>
88
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
9-
<AssemblyVersion>2023.11.4.0</AssemblyVersion>
9+
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
1010
<Authors>David McCarter</Authors>
1111
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1212
<AutoIncrementPackageRevision>true</AutoIncrementPackageRevision>
@@ -23,7 +23,7 @@
2323
<EnablePackageValidation>false</EnablePackageValidation>
2424
<EnableSingleFileAnalyzer>false</EnableSingleFileAnalyzer>
2525
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
26-
<FileVersion>2023.11.4.0</FileVersion>
26+
<FileVersion>2023.6.11.4</FileVersion>
2727
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
2828
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2929
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -34,9 +34,9 @@
3434
<PackageIcon>dotNetTips-Spargine-6-Logo.png</PackageIcon>
3535
<PackageProjectUrl>https://github.com/RealDotNetDave/dotNetTips.Spargine/tree/main/source/6</PackageProjectUrl>
3636
<PackageReadmeFile>README.md</PackageReadmeFile>
37-
<PackageReleaseNotes>
38-
--MAY 2022: Initial release.
39-
--FEB 2023: Added new benchmark tests. Fixed issues. Code cleanup.
37+
<PackageReleaseNotes>--MAY 2022: Initial release.
38+
--FEB 2023: Added new benchmark tests. Fixed issues. Code cleanup.
39+
--NOV 2023: Code cleanup.
4040
</PackageReleaseNotes>
4141
<PackageTags>David McCarter, dotNetDave, dotNetTips.com, Spargine</PackageTags>
4242
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -49,7 +49,7 @@
4949
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
5050
<TargetFrameworks>net6.0; net7.0</TargetFrameworks>
5151
<Title>DotNetTips.Spargine.Benchmarking</Title>
52-
<Version>2023.11.4.0</Version>
52+
<Version>2023.6.11.4</Version>
5353
<ApplicationIcon>dotNetTips-Spargine-Logo.ico</ApplicationIcon>
5454
<RootNamespace>DotNetTips.Spargine.Benchmarking</RootNamespace>
5555
</PropertyGroup>
@@ -72,9 +72,9 @@
7272
<ItemGroup>
7373
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
7474
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
75-
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.10.11.1" />
76-
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.10.11.1" />
77-
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.10.11.1" />
75+
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.6.11.4" />
76+
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.6.11.4" />
77+
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.6.11.4" />
7878
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
7979
<PrivateAssets>all</PrivateAssets>
8080
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

source/6/Benchmarking/dotNetTips.Spargine.BenchmarkTests/DotNetTips.Spargine.BenchmarkTests.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<AnalysisLevel>latest</AnalysisLevel>
6-
<AssemblyVersion>2023.11.4.0</AssemblyVersion>
6+
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
77
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
88
<BaseOutputPath>..\..\appbin</BaseOutputPath>
99
<Company>dotNetTips.com - McCarter Consulting</Company>
@@ -14,7 +14,7 @@
1414
<DebugType>none</DebugType>
1515
<Description>DotNetTips.Spargine.BenchmarkTests</Description>
1616
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
17-
<FileVersion>2023.11.4.0</FileVersion>
17+
<FileVersion>2023.6.11.4</FileVersion>
1818
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
1919
<IsPublishable>False</IsPublishable>
2020
<NeutralLanguage>en</NeutralLanguage>
@@ -27,7 +27,7 @@
2727
<ServerGarbageCollection>true</ServerGarbageCollection>
2828
<SignAssembly>False</SignAssembly>
2929
<TargetFrameworks>net6.0; net7.0</TargetFrameworks>
30-
<Version>2023.11.4.0</Version>
30+
<Version>2023.6.11.4</Version>
3131
</PropertyGroup>
3232

3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -37,10 +37,10 @@
3737
<ItemGroup>
3838
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
3939
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
40-
<PackageReference Include="dotNetTips.Spargine.6" Version="2023.10.11.1" />
41-
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.10.11.1" />
42-
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.10.11.1" />
43-
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.10.11.1" />
40+
<PackageReference Include="dotNetTips.Spargine.6" Version="2023.6.11.4" />
41+
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.6.11.4" />
42+
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.6.11.4" />
43+
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.6.11.4" />
4444
</ItemGroup>
4545

4646
<ItemGroup>

source/6/Benchmarking/dotNetTips.Spargine.Core.BenchmarkTests/DotNetTips.Spargine.Core.BenchmarkTests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<AnalysisLevel>latest</AnalysisLevel>
6-
<AssemblyVersion>2023.11.4.0</AssemblyVersion>
6+
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
77
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
88
<BaseOutputPath>..\..\appbin</BaseOutputPath>
99
<Company>dotNetTips.com - McCarter Consulting</Company>
@@ -14,7 +14,7 @@
1414
<DebugType>none</DebugType>
1515
<Description>DotNetTips.Spargine.Core.BenchmarkTests</Description>
1616
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
17-
<FileVersion>2023.11.4.0</FileVersion>
17+
<FileVersion>2023.6.11.4</FileVersion>
1818
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
1919
<IsPublishable>False</IsPublishable>
2020
<NeutralLanguage>en</NeutralLanguage>
@@ -27,7 +27,7 @@
2727
<ServerGarbageCollection>true</ServerGarbageCollection>
2828
<SignAssembly>False</SignAssembly>
2929
<TargetFrameworks>net60; net7.0</TargetFrameworks>
30-
<Version>2023.11.4.0</Version>
30+
<Version>2023.6.11.4</Version>
3131
</PropertyGroup>
3232

3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -37,9 +37,9 @@
3737
<ItemGroup>
3838
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
3939
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
40-
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.10.11.1" />
41-
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.10.11.1" />
42-
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.10.11.1" />
40+
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.6.11.4" />
41+
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.6.11.4" />
42+
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.6.11.4" />
4343
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
4444
</ItemGroup>
4545

source/6/Benchmarking/dotNetTips.Spargine.Extensions.BenchmarkTests/DotNetTips.Spargine.Extensions.BenchmarkTests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<AnalysisLevel>latest</AnalysisLevel>
6-
<AssemblyVersion>2023.11.4.0</AssemblyVersion>
6+
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
77
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
88
<BaseOutputPath>..\..\appbin</BaseOutputPath>
99
<Company>dotNetTips.com - McCarter Consulting</Company>
@@ -14,7 +14,7 @@
1414
<DebugType>none</DebugType>
1515
<Description>DotNetTips.Spargine.Extensions.BenchmarkTests</Description>
1616
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
17-
<FileVersion>2023.11.4.0</FileVersion>
17+
<FileVersion>2023.6.11.4</FileVersion>
1818
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
1919
<IsPublishable>False</IsPublishable>
2020
<NeutralLanguage>en</NeutralLanguage>
@@ -27,7 +27,7 @@
2727
<ServerGarbageCollection>true</ServerGarbageCollection>
2828
<SignAssembly>False</SignAssembly>
2929
<TargetFrameworks>net60; net7.0</TargetFrameworks>
30-
<Version>2023.11.4.0</Version>
30+
<Version>2023.6.11.4</Version>
3131
</PropertyGroup>
3232

3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -37,9 +37,9 @@
3737
<ItemGroup>
3838
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
3939
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
40-
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.10.11.1" />
41-
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.10.11.1" />
42-
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.10.11.1" />
40+
<PackageReference Include="dotNetTips.Spargine.6.Core" Version="2023.6.11.4" />
41+
<PackageReference Include="dotNetTips.Spargine.6.Extensions" Version="2023.6.11.4" />
42+
<PackageReference Include="dotNetTips.Spargine.6.Tester" Version="2023.6.11.4" />
4343
</ItemGroup>
4444

4545
<ItemGroup>

source/6/Unit Tests/dotNetTips.Spargine.Core.Tests/dotNetTips.Spargine.Core.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
<PropertyGroup>
44
<AnalysisLevel>none</AnalysisLevel>
5-
<AssemblyVersion>2023.10.11.1</AssemblyVersion>
5+
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
66
<BaseOutputPath>..\..\appbin</BaseOutputPath>
77
<EnableNETAnalyzers>false</EnableNETAnalyzers>
8-
<FileVersion>2023.10.11.1</FileVersion>
8+
<FileVersion>2023.6.11.4</FileVersion>
99
<IsPackable>false</IsPackable>
1010
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
1111
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
1212
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
1313
<TargetFramework>net6.0</TargetFramework>
14-
<Version>2023.10.11.1</Version>
14+
<Version>2023.6.11.4</Version>
1515
</PropertyGroup>
1616

1717
<ItemGroup>

source/6/Unit Tests/dotNetTips.Spargine.Extensions.Tests/dotNetTips.Spargine.Extensions.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
<PropertyGroup>
44
<AnalysisLevel>none</AnalysisLevel>
5-
<AssemblyVersion>2023.10.11.1</AssemblyVersion>
5+
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
66
<BaseOutputPath>..\..\appbin</BaseOutputPath>
77
<EnableNETAnalyzers>false</EnableNETAnalyzers>
8-
<FileVersion>2023.10.11.1</FileVersion>
8+
<FileVersion>2023.6.11.4</FileVersion>
99
<IsPackable>false</IsPackable>
1010
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
1111
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
1212
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
1313
<TargetFramework>net6.0</TargetFramework>
14-
<Version>2023.10.11.1</Version>
14+
<Version>2023.6.11.4</Version>
1515
</PropertyGroup>
1616
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1717
<OutputPath>..\..\appbin</OutputPath>
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.10" />
24-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.12" />
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.13" />
2525
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2626
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
2727
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />

source/6/Unit Tests/dotNetTips.Spargine.Tester.Tests/dotNetTips.Spargine.Tester.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
<PropertyGroup>
44
<AnalysisLevel>none</AnalysisLevel>
5-
<AssemblyVersion>2023.10.11.1</AssemblyVersion>
5+
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
66
<BaseOutputPath>..\..\appbin</BaseOutputPath>
77
<EnableNETAnalyzers>false</EnableNETAnalyzers>
8-
<FileVersion>2023.10.11.1</FileVersion>
8+
<FileVersion>2023.6.11.4</FileVersion>
99
<IsPackable>false</IsPackable>
1010
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
1111
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
1212
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
1313
<TargetFramework>net6.0</TargetFramework>
14-
<Version>2023.10.11.1</Version>
14+
<Version>2023.6.11.4</Version>
1515
</PropertyGroup>
1616

1717
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

source/6/dotNetTips.Spargine.6.Core/App.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Created : 11-11-2020
55
//
66
// Last Modified By : David McCarter
7-
// Last Modified On : 11-02-2023
7+
// Last Modified On : 11-03-2023
88
// ***********************************************************************
99
// <copyright file="App.cs" company="McCarter Consulting">
1010
// Copyright (c) David McCarter - dotNetTips.com. All rights reserved.
@@ -131,7 +131,7 @@ public static void ChangeCulture(CultureInfo culture)
131131
/// </summary>
132132
/// <param name="cultureType">Type of the culture. Defaults to AllCultures.</param>
133133
/// <returns>ReadOnlyCollection&lt;System.String&gt;.</returns>
134-
[Information(nameof(AppInfo), UnitTestCoverage = 100, Status = Status.Available, Documentation = "ADD URL")]
134+
[Information(nameof(AppInfo), UnitTestCoverage = 100, Status = Status.Available)]
135135
public static ReadOnlyCollection<string> GetCultureNames(CultureTypes cultureType = CultureTypes.AllCultures)
136136
{
137137
if (_cultureNames is null)
@@ -179,7 +179,7 @@ public static IImmutableDictionary<string, string> GetEnvironmentVariables()
179179
/// ProcessorLevel: 6
180180
/// ProcessorRevision: 42243
181181
/// </example>
182-
[Information(nameof(GetProcessorInformation), "David McCarter", "3/20/2023", Status = Status.Available, UnitTestCoverage = 100, BenchMarkStatus = BenchMarkStatus.NotRequired, Documentation = "ADD URL")]
182+
[Information(nameof(GetProcessorInformation), "David McCarter", "3/20/2023", Status = Status.Available, UnitTestCoverage = 100, BenchMarkStatus = BenchMarkStatus.NotRequired)]
183183
public static ProcessorInformation GetProcessorInformation()
184184
{
185185
var info = new SystemInfo();

source/6/dotNetTips.Spargine.6.Core/dotNetTips.Spargine.6.Core.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
77
<ApplicationIcon>dotNetTips-Spargine-Logo.ico</ApplicationIcon>
88
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
9-
<AssemblyVersion>2023.10.11.1</AssemblyVersion>
9+
<AssemblyVersion>2023.6.11.4</AssemblyVersion>
1010
<Authors>David McCarter</Authors>
1111
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1212
<AutoIncrementPackageRevision>true</AutoIncrementPackageRevision>
@@ -24,7 +24,7 @@
2424
<EnablePackageValidation>false</EnablePackageValidation>
2525
<EnableSingleFileAnalyzer>false</EnableSingleFileAnalyzer>
2626
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
27-
<FileVersion>2023.10.11.1</FileVersion>
27+
<FileVersion>2023.6.11.4</FileVersion>
2828
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
2929
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3030
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -40,7 +40,8 @@
4040
--NOV 2022: Minor changes. Code cleanup.
4141
--FEB 2023: Update to PerformanceStopwatch, code cleanup.
4242
--MAY 2023: Added methods to generate processor information, faster logging,fast regular expressions, new PreserveAttribute, APILibraries info, new exception type NetworkConnectionException.
43-
--AUG 2023: Added SimpleResult&lt;T&gt;. Added ThrowNetworkConnectionException to ExceptionThrower. Code cleanup. </PackageReleaseNotes>
43+
--AUG 2023: Added SimpleResult&lt;T&gt;. Added ThrowNetworkConnectionException to ExceptionThrower. Code cleanup.
44+
--NOV 2023: Code cleanup. </PackageReleaseNotes>
4445
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
4546
<PackageTags>David McCarter, dotNetDave, dotNetTips.com, Spargine</PackageTags>
4647
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -52,7 +53,7 @@
5253
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
5354
<TargetFrameworks>net6.0;net7.0;</TargetFrameworks>
5455
<Title>DotNetTips.Spargine.6.Core</Title>
55-
<Version>2023.10.11.1</Version>
56+
<Version>2023.6.11.4</Version>
5657
</PropertyGroup>
5758

5859
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)