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

Wrong property types issue #970

Merged
merged 22 commits into from
Feb 4, 2025
Merged

Conversation

Abhijeet-Bentley
Copy link
Contributor

@Abhijeet-Bentley Abhijeet-Bentley commented Jan 17, 2025

itwinjs-core: iTwin/itwinjs-core#7599

  • Added tests to check for code's behaviour if wrong property tags are encountered
  • Expected behavior on encountering wrong property tag:
  1. Older version: Default to string
  2. Current/Latest version: Throws ERROR
  3. Future version: Default to string
  • Added code fix which takes care of all above scenarios.

@CLAassistant
Copy link

CLAassistant commented Jan 17, 2025

CLA assistant check
All committers have signed the CLA.

@Abhijeet-Bentley Abhijeet-Bentley changed the title iModel Native/wrong property tags issue Wrong property tags issue Jan 20, 2025
@iTwin iTwin deleted a comment from azure-pipelines bot Jan 29, 2025
@Abhijeet-Bentley
Copy link
Contributor Author

/azp run imodel-native

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Abhijeet-Bentley Abhijeet-Bentley changed the title Wrong property tags issue Wrong property types issue Jan 30, 2025
@iTwin iTwin deleted a comment from azure-pipelines bot Jan 30, 2025
@Abhijeet-Bentley
Copy link
Contributor Author

/azp run imodel-native

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Abhijeet-Bentley
Copy link
Contributor Author

/azp run imodel-native

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Abhijeet-Bentley Abhijeet-Bentley enabled auto-merge (squash) February 4, 2025 04:44
@Abhijeet-Bentley Abhijeet-Bentley merged commit a1da902 into main Feb 4, 2025
19 checks passed
@Abhijeet-Bentley Abhijeet-Bentley deleted the abhi/wrong-property-tags-issue branch February 4, 2025 05:07
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.

Identify the issue when a wrong property tag is used
6 participants