Skip to content

Commit b80dad1

Browse files
committed
try "System.CommandLine.Generator"
1 parent fdd706b commit b80dad1

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<CodeAnalysisTreatWarningsAsErrors>false</CodeAnalysisTreatWarningsAsErrors>
1616
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1717
<LangVersion>preview</LangVersion>
18-
<NoWarn>$(NoWarn);NU1507;NU5105;CS1591</NoWarn>
18+
<NoWarn>$(NoWarn);NU1507;NU5105;CS1591;NU1608</NoWarn>
1919
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2020
<RestoreSources>
2121
https://api.nuget.org/v3/index.json;

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<PackageVersion Include="Microsoft.Build.Framework" Version="17.8.3" />
1414
<PackageVersion Include="Microsoft.Build.Locator" Version="1.6.10" />
1515
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
16+
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.8.0" />
1617
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="8.0.0" />
1718
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1819
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
@@ -39,8 +40,7 @@
3940
<!--For test issue 809 https://github.com/coverlet-coverage/coverlet/issues/809-->
4041
<PackageVersion Include="LinqKit.Microsoft.EntityFrameworkCore" Version="7.1.4" />
4142
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.24209.3" />
42-
<!-- <PackageVersion Include="System.CommandLine.Hosting" Version="0.4.0-alpha.24209.3" />
43-
<PackageVersion Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.24209.3" />-->
43+
<PackageVersion Include="System.CommandLine.Generator" Version="2.0.0-beta4.23307.1" />
4444
<!--To test issue 1104 https://github.com/coverlet-coverage/coverlet/issues/1104-->
4545
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
4646
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="8.0.0" />

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.101"
3+
"version": "8.0.300"
44
}
55
}

src/coverlet.console/coverlet.console.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2323
<RepositoryType>git</RepositoryType>
2424
</PropertyGroup>
25-
25+
2626
<ItemGroup>
2727
<PackageReference Include="System.CommandLine" />
28+
<PackageReference Include="System.CommandLine.Generator" />
29+
<!-- <PackageReference Include="Microsoft.CodeAnalysis.Common" />-->
2830
</ItemGroup>
2931

3032
<ItemGroup>

0 commit comments

Comments
 (0)