Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for processing Edm.Decimal data type #257

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

millicentachieng
Copy link
Collaborator

Fixes #186

Process Edm.Decimal as Edm.Double since they will look the same in the examples

@millicentachieng millicentachieng merged commit 4b123c0 into master Feb 26, 2024
6 checks passed
@millicentachieng millicentachieng deleted the process-decimal branch February 26, 2024 06:59
millicentachieng added a commit that referenced this pull request Feb 27, 2024
* Add support for processing Edm.Decimal data type (#257)

* Bump NUnit from 4.0.1 to 4.1.0 (#259)

Bumps [NUnit](https://github.com/nunit/nunit) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)
- [Commits](nunit/nunit@v4.0.1...4.1.0)

---
updated-dependencies:
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump OSS/markdowndeep from `fae2c82` to `b5827a7`

Bumps [OSS/markdowndeep](https://github.com/OneDrive/markdowndeep) from `fae2c82` to `b5827a7`.
- [Commits](OneDrive/markdowndeep@fae2c82...b5827a7)

---
updated-dependencies:
- dependency-name: OSS/markdowndeep
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Millicent Achieng <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
millicentachieng added a commit that referenced this pull request Feb 28, 2024
* Migrate to .Net 8

* Update Kibali

* Bump OSS/markdowndeep from `fae2c82` to `b5827a7` (#260)

* Add support for processing Edm.Decimal data type (#257)

* Bump NUnit from 4.0.1 to 4.1.0 (#259)

Bumps [NUnit](https://github.com/nunit/nunit) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)
- [Commits](nunit/nunit@v4.0.1...4.1.0)

---
updated-dependencies:
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump OSS/markdowndeep from `fae2c82` to `b5827a7`

Bumps [OSS/markdowndeep](https://github.com/OneDrive/markdowndeep) from `fae2c82` to `b5827a7`.
- [Commits](OneDrive/markdowndeep@fae2c82...b5827a7)

---
updated-dependencies:
- dependency-name: OSS/markdowndeep
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Millicent Achieng <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

[API Doctor] Properly validate properties of type decimal Properly validate properties of type decimal
2 participants