|
123 | 123 | |[MA0121](https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0121.md)|Design|Do not overwrite parameter value|<span title='Info'>ℹ️</span>|❌|❌| |
124 | 124 | |[MA0122](https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0122.md)|Design|Parameters with \[SupplyParameterFromQuery\] attributes are only valid in routable components (@page)|<span title='Info'>ℹ️</span>|✔️|❌| |
125 | 125 | |[MA0123](https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0123.md)|Design|Sequence number must be a constant|<span title='Warning'>⚠️</span>|✔️|❌| |
| 126 | +|[MA0124](https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0124.md)|Design|Log Parameter type is not valid|<span title='Warning'>⚠️</span>|✔️|❌| |
| 127 | +|[MA0125](https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0125.md)|Design|The list of log parameter types contains an invalid type|<span title='Warning'>⚠️</span>|✔️|❌| |
| 128 | +|[MA0126](https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0126.md)|Design|The list of log parameter types contains a duplicate|<span title='Warning'>⚠️</span>|✔️|❌| |
126 | 129 |
|
127 | 130 | # .editorconfig - default values |
128 | 131 |
|
@@ -492,6 +495,15 @@ dotnet_diagnostic.MA0122.severity = suggestion |
492 | 495 |
|
493 | 496 | # MA0123: Sequence number must be a constant |
494 | 497 | dotnet_diagnostic.MA0123.severity = warning |
| 498 | +
|
| 499 | + # MA0124: Log Parameter type is not valid |
| 500 | +dotnet_diagnostic.MA0124.severity = warning |
| 501 | +
|
| 502 | + # MA0125: The list of log parameter types contains an invalid type |
| 503 | +dotnet_diagnostic.MA0125.severity = warning |
| 504 | +
|
| 505 | + # MA0126: The list of log parameter types contains a duplicate |
| 506 | +dotnet_diagnostic.MA0126.severity = warning |
495 | 507 | ``` |
496 | 508 |
|
497 | 509 | # .editorconfig - all rules disabled |
@@ -862,4 +874,13 @@ dotnet_diagnostic.MA0122.severity = none |
862 | 874 |
|
863 | 875 | # MA0123: Sequence number must be a constant |
864 | 876 | dotnet_diagnostic.MA0123.severity = none |
| 877 | +
|
| 878 | + # MA0124: Log Parameter type is not valid |
| 879 | +dotnet_diagnostic.MA0124.severity = none |
| 880 | +
|
| 881 | + # MA0125: The list of log parameter types contains an invalid type |
| 882 | +dotnet_diagnostic.MA0125.severity = none |
| 883 | +
|
| 884 | + # MA0126: The list of log parameter types contains a duplicate |
| 885 | +dotnet_diagnostic.MA0126.severity = none |
865 | 886 | ``` |
0 commit comments