Merged
Conversation
* use existing library function to lookup previous name hints * modify test migration xml to assert case works with no parameters * add new test add migration xml to ffitarget change method name in lib services * add one more test case for overload * add missing dll to migration test framework * Update ClassWithMigratedMembers.cs Co-authored-by: michael kirschner <[email protected]>
* Add basic standard library support * Add basic test * Address comments * Remove unneeded this references.
* Removal of unused code * Revert "Removal of unused code" This reverts commit c78dfe9. * Added Obsolete Tag * Message change * Tests1 * Tests changes * WorkspaceModel Tests * Fix merge issue * GitHub Action For Issue Content * Refactor * Update checkIssueInfo.yaml * Add github action * Template/Issue parser and comparator improvements * Update infromation analyzer * workflow * Delete checkIssueInfo.yaml * update message
* remove increment for selected verts set depth bias high for non selected geometry * set depth bias for meshes on creation set depth bias for meshes on selection and deselection do not push verts along normals * review comments add test Co-authored-by: michael kirschner <[email protected]>
…#11394) * Initial Commit with settings null check * Add unit test * Add view extension loading warning * Update message
) * add entries to license.txt also to license.rtf - fix link styling in word so rtf dialog has working unified links! * remove vc++ 2013 - add 2019 point to license for xceedwpf for the version we reference. * remove changes to file * formatting Co-authored-by: michael kirschner <[email protected]>
* add python replication test * Update README.md Co-authored-by: pinzart <[email protected]>
…eModels.FileSystem.FileName , and CoreNodeModels.Formula (#11390) * Formula export description update * Directory Path and File Path description added * Update File Path Node description File path node description updated, and resource reference corrected
* Add IExtensionStorageAccess * comment updates * add version to ExtensionData * Update WorkspaceModel.cs * comment updates * comment updates * Add tests + include name and uniqueId in the StorageAccess interface * fix removing StorageExtensions + add test * Obsolete SaveContext.File * fix if statements * fix failing test by ignoring ExtensionWorkspaceData property * comment updates
* Removal of unused code * Revert "Removal of unused code" This reverts commit c78dfe9. * Added Obsolete Tag * Message change * Tests1 * Tests changes * WorkspaceModel Tests * Fix merge issue * GitHub Action For Issue Content * Refactor * Update checkIssueInfo.yaml * Add github action * Template/Issue parser and comparator improvements * Update infromation analyzer * Delete checkIssueInfo.yaml * Cherry pick workflow * comment format * change variable name * Update cherry-picking.yaml
* Removal of unused code * Revert "Removal of unused code" This reverts commit c78dfe9. * Added Obsolete Tag * Message change * Tests1 * Tests changes * WorkspaceModel Tests * Fix merge issue * GitHub Action For Issue Content * Refactor * Update checkIssueInfo.yaml * Add github action * Template/Issue parser and comparator improvements * Update infromation analyzer * Delete checkIssueInfo.yaml * adds missing flags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update master from DynamoDS