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: src/Lucene.Net.CodeAnalysis.Dev/AnalyzerReleases.Shipped.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,6 @@
8
8
LuceneDev1001 | Design | Warning | Floating point types should be formatted with J2N methods
9
9
LuceneDev1002 | Design | Warning | Floating point type arithmetic needs to be checked
10
10
LuceneDev1003 | Design | Warning | Method parameters that accept array types should be analyzed to determine whether they are better suited to be ref or out parameters
11
-
LuceneDev1004 | Design | Warning | Methods that return array types should be analyzed to determine whether they are better suited to be one or more out parameters or to return a ValueTuple
11
+
LuceneDev1004 | Design | Warning | Methods that return array types should be analyzed to determine whether they are better suited to be one or more out parameters or to return a ValueTuple
12
+
LuceneDev1005 | Design | Warning | Types in the Lucene.Net.Support namespace should not be public
13
+
LuceneDev1006 | Design | Warning | Floating point values embedded in strings should be formatted with J2N.Numerics Single or Double ToString methods
0 commit comments