You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Directory.Build.targets
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@
24
24
25
25
<PropertyGroupLabel="Warnings to be Disabled in Solution">
26
26
<NoWarnLabel="Legacy serialization support APIs are obsolete">$(NoWarn);SYSLIB0051</NoWarn>
27
+
28
+
<!-- These are noisy, but may be helpful during Lucene upgrades or optimization -->
29
+
<NoWarnLabel="Floating point types should not be compared for exact equality">$(NoWarn);LuceneDev1000</NoWarn>
30
+
<NoWarnLabel="Floating point type arithmetic needs to be checked on x86 in .NET Framework and may require extra casting">$(NoWarn);LuceneDev1002</NoWarn>
31
+
<NoWarnLabel="Java array parameters can sometimes be replaced with .NET out or ref parameters">$(NoWarn);LuceneDev1003</NoWarn>
32
+
<NoWarnLabel="Return array may be able to be replaced with out values">$(NoWarn);LuceneDev1004</NoWarn>
27
33
</PropertyGroup>
28
34
29
35
<PropertyGroupLabel="Solution-level Publish to Project-specific Directory">
0 commit comments