Skip to content

Commit 33de973

Browse files
committed
Fix markdown parsing.
1 parent 4f4bef7 commit 33de973

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/BenchmarkDotNet.Analyzers/AnalyzerReleases.Shipped.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ BDN1105 | Usage | Error | Benchmark class is static
1818
BDN1106 | Usage | Error | Single null argument passed to category
1919
BDN1107 | Usage | Error | Multiple baseline benchmark methods
2020
BDN1108 | Usage | Warning | Multiple baseline benchmark methods per category
21-
BDN1200 | Usage | Error | More than one [Params(Source|AllValues)] on a field
22-
BDN1201 | Usage | Error | More than one [Params(Source|AllValues)] on a property
23-
BDN1202 | Usage | Error | [Params(Source|AllValues)] field is not public
24-
BDN1203 | Usage | Error | [Params(Source|AllValues)] property is not public
25-
BDN1204 | Usage | Error | [Params(Source|AllValues)] field is readonly
26-
BDN1205 | Usage | Error | [Params(Source|AllValues)] field is constant
27-
BDN1206 | Usage | Error | [Params(Source|AllValues)] property is init only
28-
BDN1207 | Usage | Error | [Params(Source|AllValues)] has no public setter
21+
BDN1200 | Usage | Error | More than one [Params(Source\|AllValues)] on a field
22+
BDN1201 | Usage | Error | More than one [Params(Source\|AllValues)] on a property
23+
BDN1202 | Usage | Error | [Params(Source\|AllValues)] field is not public
24+
BDN1203 | Usage | Error | [Params(Source\|AllValues)] property is not public
25+
BDN1204 | Usage | Error | [Params(Source\|AllValues)] field is readonly
26+
BDN1205 | Usage | Error | [Params(Source\|AllValues)] field is constant
27+
BDN1206 | Usage | Error | [Params(Source\|AllValues)] property is init only
28+
BDN1207 | Usage | Error | [Params(Source\|AllValues)] has no public setter
2929
BDN1300 | Usage | Error | [Params] has no values
3030
BDN1301 | Usage | Error | [Params] values do not match the type of the field or property
3131
BDN1302 | Usage | Info | [Params] used with a single value

0 commit comments

Comments
 (0)