Skip to content

Commit 2ad4041

Browse files
committed
put skip warning at Directory.Buil.props
1 parent f41bc3f commit 2ad4041

File tree

28 files changed

+2
-28
lines changed

28 files changed

+2
-28
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
When you are ready to tackle adding them, remove <NoWarn>
99
below, and when you get clean, also remove <WarningsNotAsErrors>
1010
-->
11-
<NoWarn>$(NoWarn);1591</NoWarn>
11+
<NoWarn>$(NoWarn);1591;NU5118</NoWarn>
1212
<WarningsNotAsErrors>$(WarningsNotAsErrors);1591</WarningsNotAsErrors>
1313

1414
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)\Source.ruleset</CodeAnalysisRuleSet>

src/Microsoft.Extensions.ML/Microsoft.Extensions.ML.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<IncludeInPackage>Microsoft.Extensions.ML</IncludeInPackage>
7-
<NoWarn>$(NoWarn);NU5118</NoWarn>
87
<PackageDescription>An integration package for ML.NET models on scalable web apps and services.</PackageDescription>
98
</PropertyGroup>
109

src/Microsoft.ML.AutoML/Microsoft.ML.AutoML.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<IncludeInPackage>Microsoft.ML.AutoML</IncludeInPackage>
7-
<NoWarn>$(NoWarn);NU5118</NoWarn>
87
<PackageDescription>ML.NET AutoML: Optimizes an ML pipeline for your dataset, by automatically locating the best feature engineering, model, and hyperparameters</PackageDescription>
98
</PropertyGroup>
109

src/Microsoft.ML.CodeGenerator/Microsoft.ML.CodeGenerator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<IncludeInPackage>Microsoft.ML.CodeGenerator</IncludeInPackage>
7-
<NoWarn>$(NoWarn);NU5118</NoWarn>
87
<PackageDescription>ML.NET Code Generator</PackageDescription>
98
</PropertyGroup>
109

src/Microsoft.ML.CpuMath/Microsoft.ML.CpuMath.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<PropertyGroup>
55
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
66
<IncludeInPackage>Microsoft.ML.CpuMath</IncludeInPackage>
7-
<NoWarn>$(NoWarn);NU5118</NoWarn>
87
<PackageDescription>Microsoft.ML.CpuMath contains optimized math routines for ML.NET.</PackageDescription>
98
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
109
<DefineConstants>$(DefineConstants);CPUMATH_INFRASTRUCTURE</DefineConstants>

src/Microsoft.ML.DataView/Microsoft.ML.DataView.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<IncludeInPackage>Microsoft.ML.DataView</IncludeInPackage>
7-
<NoWarn>$(NoWarn);NU5118</NoWarn>
87
<PackageDescription>Contains the IDataView system which is a set of interfaces and components that provide efficient, compositional processing of schematized data for machine learning and advanced analytics applications.</PackageDescription>
98
</PropertyGroup>
109

src/Microsoft.ML.DnnImageFeaturizer.AlexNet/Microsoft.ML.DnnImageFeaturizer.AlexNet.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<IncludeInPackage>Microsoft.ML.DnnImageFeaturizer.AlexNet</IncludeInPackage>
7-
<NoWarn>$(NoWarn);NU5118</NoWarn>
87
<PackageDescription>ML.NET component for pretrained AlexNet image featurization</PackageDescription>
98
</PropertyGroup>
109

src/Microsoft.ML.DnnImageFeaturizer.ResNet101/Microsoft.ML.DnnImageFeaturizer.ResNet101.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<IncludeInPackage>Microsoft.ML.DnnImageFeaturizer.ResNet101</IncludeInPackage>
7-
<NoWarn>$(NoWarn);NU5118</NoWarn>
87
<PackageDescription>ML.NET component for pretrained ResNet101 image featurization</PackageDescription>
98
</PropertyGroup>
109

src/Microsoft.ML.DnnImageFeaturizer.ResNet18/Microsoft.ML.DnnImageFeaturizer.ResNet18.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<IncludeInPackage>Microsoft.ML.DnnImageFeaturizer.ResNet18</IncludeInPackage>
7-
<NoWarn>$(NoWarn);NU5118</NoWarn>
87
<PackageDescription>ML.NET component for pretrained ResNet18 image featurization</PackageDescription>
98
</PropertyGroup>
109

src/Microsoft.ML.DnnImageFeaturizer.ResNet50/Microsoft.ML.DnnImageFeaturizer.ResNet50.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<IncludeInPackage>Microsoft.ML.DnnImageFeaturizer.ResNet50</IncludeInPackage>
7-
<NoWarn>$(NoWarn);NU5118</NoWarn>
87
<PackageDescription>ML.NET component for pretrained ResNet50 image featurization</PackageDescription>
98
</PropertyGroup>
109

0 commit comments

Comments
 (0)