Skip to content

Conversation

@bidolah
Copy link

@bidolah bidolah commented Jun 1, 2018

Fix reading of "MAX", "MIN" attributes for "DATATYPE-DEFINITION-INTEGER" and "DATATYPE-DEFINITION-REAL"

I plan to add tests later in another PR. Sorry, but I do not have any free time at this moment.

@codecov
Copy link

codecov bot commented Jun 1, 2018

Codecov Report

Merging #2 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development       #2   +/-   ##
============================================
  Coverage        99.28%   99.28%           
============================================
  Files               24       24           
  Lines             1113     1113           
============================================
  Hits              1105     1105           
  Misses               8        8

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 688a429...4d948a6. Read the comment docs.

@samatstariongroup
Copy link
Member

thanks for the contributions! agreed on adding test data later. I hope i can help with that.

{
this.Max = max;
}
if (double.TryParse(reader.GetAttribute("MIN"), out double min))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

styling: please add empty line after 77

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

{
this.Max = max;
}
if (int.TryParse(reader.GetAttribute("MIN"), out int min))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

styling: please add empty line after 77

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@samatstariongroup samatstariongroup merged commit bfdbdc5 into STARIONGROUP:development Jun 2, 2018
@samatstariongroup
Copy link
Member

@bidolah new nuget (1.3.1) published including #1 and #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants