You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CM-793: Selecting Xml Nodes With Xpath in C# (#1392)
* Adding new project
* CM-793: Initial commit
* CM-793: Fixing line endings inconsistencies
* CM-793: Converting to file scoped namespace
* CM-793: Removing try-catch clause
* CM-793: Externalizing methods to a new class
* CM-793: Moving to top level statement
* CM-793: Removing usings
* CM-793: Using Scoped level statements
* CM-793: Removing extra blank line, try-catch clause and comments
* CM-793: Expliciting fields as private and renaming variables
* CM-793: Converting string to raw string literal
* CM-793: Fixing warnings
* CM-793: Creating resources folder and sharing file between projects as a link
* CM-793: Renaming to var and replacing tabs
* CM-793: Rename the class to match implementation class' name.
* CM-793: Formatting the raw string. New function to format outter xml for comparison
* CM-793: Changing the methods to return strings and the unit tests to validate each method
* CM-793: Removing unused usings, moving usings to the GlobalUsings file, inserting is and or keywords
* CM-793: returning result directly
* CM-793: Properties with get only
* Update XmlNodesSelector.cs
* CM-793: Converting properties to private fields.
---------
Co-authored-by: André Carvalho <[email protected]>
0 commit comments