Skip to content

Commit

Permalink
Replace native schemaToXmlString (#217)
Browse files Browse the repository at this point in the history
- Add SchemaTestUtils class that with schemaToXmlString method
- To convert schema to an xml string I added @itwin/ecschema-locaters as they have helper to do this
- In an effort to replace internal apis that are currently deprecated and will be removed in itwin js 5.0 release, we will replace `nativeDb.schemaToXmlString` with `SchemaTestUtils.schemaToXmlString`
  • Loading branch information
derbynn authored and nick4598 committed Nov 20, 2024
1 parent 9d43e62 commit 5b31e68
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "add alternative schemaToXmlString",
"packageName": "@itwin/imodel-transformer",
"email": "Daniel.Erbynn@bentley.com",
"dependentChangeType": "patch"
}

0 comments on commit 5b31e68

Please sign in to comment.