fix/port 590 #397
Annotations
10 warnings
Build and analyze:
src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationOperationHandler.cs#L67
Refactor this method to reduce its Cognitive Complexity from 31 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build and analyze:
src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationOperationHandler.cs#L96
Indexing at Count-1 should be used instead of the "Enumerable" extension method "Last" (https://rules.sonarsource.com/csharp/RSPEC-6608)
|
Build and analyze:
src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationOperationHandler.cs#L203
Refactor this method to reduce its Cognitive Complexity from 22 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build and analyze:
src/OoasGui/Program.cs#L15
This call site is reachable on all platforms. 'Application.SetCompatibleTextRenderingDefault(bool)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build and analyze:
src/OoasGui/Program.cs#L16
This call site is reachable on all platforms. 'Application.Run(Form)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build and analyze:
src/OoasGui/Program.cs#L14
This call site is reachable on all platforms. 'Application.EnableVisualStyles()' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build and analyze:
src/OoasGui/MainForm.cs#L45
This call site is reachable on all platforms. 'TextBox.Text' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build and analyze:
src/OoasGui/MainForm.cs#L83
This call site is reachable on all platforms. 'Control.Enabled' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build and analyze:
src/OoasGui/MainForm.cs#L44
This call site is reachable on all platforms. 'RadioButton.Checked' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build and analyze:
src/OoasGui/MainForm.cs#L85
This call site is reachable on all platforms. 'Control.Enabled' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Loading