Skip to content

Commit b0170ef

Browse files
committed
use System.CommandLine for coverlet.console
1 parent cae5732 commit b0170ef

File tree

6 files changed

+122
-95
lines changed

6 files changed

+122
-95
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ indent_style = space
1313
indent_size = 4
1414
trim_trailing_whitespace = true
1515

16+
spelling_exclusion_path = ./exclusion.dic
17+
spelling_languages = en-us
18+
1619
# XML project files
1720
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]
1821
indent_size = 2

Directory.Build.props

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" />
29-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
28+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133">
29+
<PrivateAssets>all</PrivateAssets>
30+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
31+
</PackageReference>
32+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
33+
<PrivateAssets>all</PrivateAssets>
34+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
35+
</PackageReference>
3036
</ItemGroup>
3137
</Project>

Directory.Build.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Update="McMaster.Extensions.CommandLineUtils" Version="2.3.4" />
43
<PackageReference Update="Microsoft.Build.Utilities.Core" Version="15.5.180"/>
54
<PackageReference Update="Microsoft.CodeAnalysis.CSharp" Version="2.10.0" />
65
<PackageReference Update="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
@@ -25,6 +24,8 @@
2524
<PackageReference Update="xunit.assert" Version="2.4.2" />
2625
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.1"/>
2726
<PackageReference Update="Tmds.ExecFunction" Version="0.4.0" />
27+
<PackageReference Update="System.CommandLine" Version="2.0.0-beta4.22272.1" />
28+
<PackageReference Update="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
2829
</ItemGroup>
2930

3031
<!-- Deterministic build workaround -->

exclusion.dic

Whitespace-only changes.

0 commit comments

Comments
 (0)