Skip to content

Merge branch 'main' into qodana-automation-630620731 #39

Merge branch 'main' into qodana-automation-630620731

Merge branch 'main' into qodana-automation-630620731 #39

Triggered via push December 2, 2024 09:24
Status Success
Total duration 30s
Artifacts
Release Please
0s
Release Please
Set Version
19s
Set Version
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

4 warnings and 21 notices
Conditional access qualifier expression is not null according to nullable reference types' annotations: AzureLiquid.Preview/PreviewProcess.cs#L247
Conditional access qualifier expression is never null according to nullable reference types' annotations
Compliance with JSON schema: AzureLiquid.Preview/Properties/launchSettings.json#L4
Value should be one of: "Executable", "Project", "IIS", "IISExpress", "DebugRoslynComponent", "Docker"
Redundant nullable warning suppression expression: AzureLiquid.Tests/LiquidParserTests.cs#L87
The nullable warning suppression expression is redundant
Auto-property accessor is never used (non-private accessibility): AzureLiquid.Tests/Arrangement.cs#L53
Auto-property accessor 'Albums.get' is never used
Invert 'if' statement to reduce nesting: AzureLiquid.Preview/PreviewProcess.cs#L232
Invert 'if' statement to reduce nesting
Invert 'if' statement to reduce nesting: AzureLiquid.Preview/PreviewProcess.cs#L195
Invert 'if' statement to reduce nesting
Invert 'if' statement to reduce nesting: AzureLiquid.Preview/PreviewProcess.cs#L150
Invert 'if' statement to reduce nesting
Invert 'if' statement to reduce nesting: AzureLiquid.Preview/PreviewProcess.cs#L216
Invert 'if' statement to reduce nesting
Invert 'if' statement to reduce nesting: AzureLiquid.Preview/PreviewProcess.cs#L379
Invert 'if' statement to reduce nesting
Invert 'if' statement to reduce nesting: AzureLiquid.Preview/PreviewProcess.cs#L172
Invert 'if' statement to reduce nesting
Member can be made private (non-private accessibility): AzureLiquid/LiquidParser.cs#L64
Method 'SetContentJson' can be made private
Type is never used (non-private accessibility): AzureLiquid/LiquidParser.cs#L19
Class 'LiquidParser' is never used (except inside its declaration)