-
Notifications
You must be signed in to change notification settings - Fork 6
Add analyzer and code fix for public types in Lucene.Net.Support, #1100 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
fa11b30
3c8150c
2c17fe9
5f7624f
a091021
729e2d5
fe58038
13a7c86
ca536ff
bd72042
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,3 +20,6 @@ _site/* | |
|
|
||
| release-build-outcomes\.svg | ||
| release-workflow\.svg | ||
|
|
||
| # Exclude markdown files | ||
| .*\.md | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,11 @@ | ||
| <!-- | ||
| Licensed to the Apache Software Foundation (ASF) under one | ||
| or more contributor license agreements. See the NOTICE file | ||
| distributed with this work for additional information | ||
| regarding copyright ownership. The ASF licenses this file | ||
| to you under the Apache License, Version 2.0 (the | ||
| "License"); you may not use this file except in compliance | ||
| with the License. You may obtain a copy of the License at | ||
|
|
||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
|
|
||
| Unless required by applicable law or agreed to in writing, | ||
| software distributed under the License is distributed on an | ||
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
| KIND, either express or implied. See the License for the | ||
| specific language governing permissions and limitations | ||
| under the License. | ||
| --> | ||
|
|
||
| ## Release 1.0.0-alpha.6 | ||
|
Check warning on line 1 in src/Lucene.Net.CodeAnalysis.Dev/AnalyzerReleases.Shipped.md
|
||
|
|
||
| ### New Rules | ||
|
|
||
| Rule ID | Category | Severity | Notes | ||
| Rule ID | Category | Severity | Notes | ||
| ---------------|----------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
| LuceneDev1000 | Design | Warning | Floating point types should not be compared for exact equality | ||
| LuceneDev1001 | Design | Warning | Floating point types should be formatted with J2N methods | ||
| LuceneDev1002 | Design | Warning | Floating point type arithmetic needs to be checked | ||
| 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 | ||
| 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 | ||
| LuceneDev1000 | Design | Warning | Floating point types should not be compared for exact equality | ||
| LuceneDev1001 | Design | Warning | Floating point types should be formatted with J2N methods | ||
| LuceneDev1002 | Design | Warning | Floating point type arithmetic needs to be checked | ||
| 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 | ||
| 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 | ||
Uh oh!
There was an error while loading. Please reload this page.