Skip to content

add evaluation of non parameterized expression & support odata date f…

be100bb
Select commit
Loading
Failed to load commit list.
Open

Fix batch failed with relative url & Content-Transfer-Encoding have duplicate binary #7

add evaluation of non parameterized expression & support odata date f…
be100bb
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Mar 19, 2026 in 0s

4 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 4
           

Complexity increasing per file
==============================
- PanoramicData.OData.Client/ODataQueryBuilder.ExpressionParsing.cs  4
- PanoramicData.OData.Client/HttpMessageContent.cs  1
- PanoramicData.OData.Client.Test/UnitTests/ODataBatchBuilderTests.cs  1
- PanoramicData.OData.Client/Visitors/ParameterReferenceVisitor.cs  1
         

See the complete overview on Codacy

Annotations

Check notice on line 28 in PanoramicData.OData.Client/ODataClient.Batch.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

PanoramicData.OData.Client/ODataClient.Batch.cs#L28

Add curly braces around the nested statement(s) in this 'if' block.

Check warning on line 1 in PanoramicData.OData.Client/ODataQueryBuilder.ExpressionParsing.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

PanoramicData.OData.Client/ODataQueryBuilder.ExpressionParsing.cs#L1

File PanoramicData.OData.Client/ODataQueryBuilder.ExpressionParsing.cs has 775 non-comment lines of code

Check notice on line 873 in PanoramicData.OData.Client/ODataQueryBuilder.ExpressionParsing.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

PanoramicData.OData.Client/ODataQueryBuilder.ExpressionParsing.cs#L873

Add curly braces around the nested statement(s) in this 'if' block.

Check notice on line 874 in PanoramicData.OData.Client/ODataQueryBuilder.ExpressionParsing.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

PanoramicData.OData.Client/ODataQueryBuilder.ExpressionParsing.cs#L874

Add curly braces around the nested statement(s) in this 'while' block.