Skip to content

Merge pull request #1002 from JetBrains/changelog-update-v4.4.0 #499

Merge pull request #1002 from JetBrains/changelog-update-v4.4.0

Merge pull request #1002 from JetBrains/changelog-update-v4.4.0 #499

GitHub Actions / Qodana for .NET completed Jan 17, 2025 in 0s

84 new problems found by Qodana for .NET

Qodana for .NET

./PluginsAndFeatures/azure-toolkit-for-rider/

84 new problems were found

Inspection name Severity Problems
Invalid XML documentation comment 🔶 Warning 20
Possible null reference return. 🔶 Warning 1
Conditional access qualifier expression is known to be null or not null 🔶 Warning 1
Unresolved header reference 🔶 Warning 1
Redundant using directive 🔶 Warning 1
Type member is never used (non-private accessibility) ◽️ Notice 23
Type is never used (non-private accessibility) ◽️ Notice 14
RoslynAnalyzers Mark members as static ◽️ Notice 9
Invert 'if' statement to reduce nesting ◽️ Notice 4
Class is never instantiated (non-private accessibility) ◽️ Notice 3
Unused parameter (non-private accessibility) ◽️ Notice 3
Auto-property can be made get-only (non-private accessibility) ◽️ Notice 1
RoslynAnalyzers Instantiate argument exceptions correctly ◽️ Notice 1
Member can be made protected (non-private accessibility) ◽️ Notice 1
Use collection expression syntax ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Detected 3 dependencies

Third-party software list

This page lists the third-party software dependencies used in ReSharper.Azure

Dependency Version Licenses
CitizenMatt.ReSharper.LiveTemplateCompiler 3.6.0 Apache-2.0
CronExpressionDescriptor 2.36.0 MIT
NCrontab.Signed 3.3.3 Apache-1.1
Apache-2.0
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 9 in src/dotnet/ReSharper.Azure/Azure.Psi/FunctionApp/Routing/RouteTemplateToHttpClientContext.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Auto-property can be made get-only (non-private accessibility)

Auto-property can be made get-only

Check notice on line 27 in src/dotnet/ReSharper.Azure/Azure.Intellisense/FunctionApp/LiveTemplates/Settings/AzureTemplatesDefaultSettings.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

RoslynAnalyzers Mark members as static

Member 'Name' does not access instance data and can be marked as static

Check notice on line 18 in src/dotnet/ReSharper.Azure/Azure.Daemon/FunctionApp/InlayHints/TimerTriggerCronExpressionAdornmentProvider.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

RoslynAnalyzers Mark members as static

Member 'CreateDataModel' does not access instance data and can be marked as static

Check notice on line 26 in src/dotnet/ReSharper.Azure/Azure.Daemon/FunctionApp/InlayHints/TimerTriggerCronExpressionAdornmentDataModel.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

RoslynAnalyzers Mark members as static

Member 'ContextMenuItems' does not access instance data and can be marked as static

Check notice on line 25 in src/dotnet/ReSharper.Azure/Azure.Daemon/FunctionApp/InlayHints/TimerTriggerCronExpressionAdornmentDataModel.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

RoslynAnalyzers Mark members as static

Member 'ContextMenuTitle' does not access instance data and can be marked as static

Check notice on line 49 in src/dotnet/ReSharper.Azure/Azure.Project/RunnableProjectsHost/RunnableProjectProviders/AzureFunctionsRunnableProjectProvider.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

RoslynAnalyzers Mark members as static

Member 'HiddenRunnableProjectKinds' does not access instance data and can be marked as static

Check notice on line 13 in src/dotnet/ReSharper.Azure/Azure.Daemon/FunctionApp/InlayHints/TimerTriggerCronExpressionAdornmentProvider.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

RoslynAnalyzers Mark members as static

Member 'IsValid' does not access instance data and can be marked as static

Check notice on line 27 in src/dotnet/ReSharper.Azure/Azure.Daemon/FunctionApp/InlayHints/TimerTriggerCronExpressionAdornmentDataModel.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

RoslynAnalyzers Mark members as static

Member 'SelectionRange' does not access instance data and can be marked as static

Check notice on line 21 in src/dotnet/ReSharper.Azure/Azure.Daemon/RunMarkers/FunctionAppRunMarkerProvider.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

RoslynAnalyzers Mark members as static

Member 'Priority' does not access instance data and can be marked as static

Check notice on line 13 in src/dotnet/ReSharper.Azure/Azure.Project/FunctionApp/FunctionAppProjectTechnologyProvider.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

RoslynAnalyzers Mark members as static

Member 'GetProjectTechnology' does not access instance data and can be marked as static

Check notice on line 99 in src/dotnet/ReSharper.Azure/Azure.Daemon/FunctionApp/FunctionAppDaemonHost.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

RoslynAnalyzers Instantiate argument exceptions correctly

Call the ArgumentOutOfRangeException constructor that contains a message and/or paramName parameter

Check warning on line 24 in src/dotnet/ReSharper.Azure/Azure.Intellisense/FunctionApp/LiveTemplates/Settings/AzureTemplatesDefaultSettings.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible null reference return.

Possible null reference return

Check notice on line 11 in src/dotnet/ReSharper.Azure/Azure.Intellisense/FunctionApp/LiveTemplates/Scope/AzureFSharpProjectScopeCategoryUIProvider.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Class is never instantiated (non-private accessibility)

Class 'AzureFSharpProjectScopeCategoryUIProvider' is never instantiated

Check notice on line 19 in src/dotnet/ReSharper.Azure/Azure.Daemon/FunctionApp/FunctionAppDaemonHost.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Class is never instantiated (non-private accessibility)

Class 'FunctionAppDaemonHost' is never instantiated

Check notice on line 11 in src/dotnet/ReSharper.Azure/Azure.Intellisense/FunctionApp/LiveTemplates/Scope/AzureCSharpProjectScopeCategoryUIProvider.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Class is never instantiated (non-private accessibility)

Class 'AzureCSharpProjectScopeCategoryUIProvider' is never instantiated

Check warning on line 59 in src/dotnet/ReSharper.Azure/Azure.Daemon/FunctionApp/Stages/Analysis/TimerTriggerCronExpressionAnalyzer.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Conditional access qualifier expression is known to be null or not null

Conditional access qualifier expression is known to be not null

Check warning on line 35 in src/dotnet/ReSharper.Azure/Azure.Intellisense/FunctionApp/LiveTemplates/Scope/FunctionAppTemplatesThemedIcons.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Invalid XML documentation comment

Cannot resolve symbol 'Application'

Check warning on line 21 in src/dotnet/ReSharper.Azure/Azure.Intellisense/FunctionApp/LiveTemplates/Scope/FunctionAppTemplatesThemedIcons.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Invalid XML documentation comment

Cannot resolve symbol 'Application'

Check warning on line 34 in src/dotnet/ReSharper.Azure/Azure.Daemon/RunMarkers/FunctionAppRunMarkersThemedIcons.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Invalid XML documentation comment

Cannot resolve symbol 'Bitmap'

Check warning on line 35 in src/dotnet/ReSharper.Azure/Azure.Daemon/RunMarkers/FunctionAppRunMarkersThemedIcons.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Invalid XML documentation comment

Cannot resolve symbol 'Application'

Check warning on line 15 in src/dotnet/ReSharper.Azure/Azure.Intellisense/FunctionApp/LiveTemplates/Scope/FunctionAppTemplatesThemedIcons.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Invalid XML documentation comment

Cannot resolve symbol 'Application'

Check warning on line 24 in src/dotnet/ReSharper.Azure/Azure.Intellisense/FunctionApp/LiveTemplates/Scope/FunctionAppTemplatesThemedIcons.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Invalid XML documentation comment

Cannot resolve symbol 'CodeTypeReference'

Check warning on line 24 in src/dotnet/ReSharper.Azure/Azure.Daemon/RunMarkers/FunctionAppRunMarkersThemedIcons.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Invalid XML documentation comment

Cannot resolve symbol 'CodeTypeReference'

Check warning on line 16 in src/dotnet/ReSharper.Azure/Azure.Daemon/RunMarkers/FunctionAppRunMarkersThemedIcons.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Invalid XML documentation comment

Cannot resolve symbol 'Icons'

Check warning on line 34 in src/dotnet/ReSharper.Azure/Azure.Daemon/RunMarkers/FunctionAppRunMarkersThemedIcons.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Invalid XML documentation comment

Cannot resolve symbol 'Media'