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
Upgrade dev analyzers to 1.0.0-alpha.18; make WindowsFsyncSupport internal, #1100 (#1202)
* Upgrade dev analyzers to 1.0.0-alpha.18; make WindowsFsyncSupport internal, #1100
* Suppress build warnings for LuceneDev1005 in test projects, and LuceneDev1006 in all projects since we can't fix yet
Copy file name to clipboardExpand all lines: Directory.Build.targets
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@
30
30
<NoWarnLabel="Floating point type arithmetic needs to be checked on x86 in .NET Framework and may require extra casting">$(NoWarn);LuceneDev1002</NoWarn>
31
31
<NoWarnLabel="Java array parameters can sometimes be replaced with .NET out or ref parameters">$(NoWarn);LuceneDev1003</NoWarn>
32
32
<NoWarnLabel="Return array may be able to be replaced with out values">$(NoWarn);LuceneDev1004</NoWarn>
33
+
<NoWarnLabel="Floating point values embedded in strings should be formatted with J2N.Numerics Single or Double ToString methods">$(NoWarn);LuceneDev1006</NoWarn>
34
+
33
35
</PropertyGroup>
34
36
35
37
<PropertyGroupLabel="Solution-level Publish to Project-specific Directory">
0 commit comments