.Net Core Test Result Parser Global Tool Usage: dotnet labodotnettestresultsparser [arguments] [options] Arguments: path The test result xml path. Options: --version Show version information -?|-h|--help Show help information -f|--format Unit test result xml format. Allowed values are: NUnit, XUnit, MsTest. (Default: NUnit) -o|--output Output file to write results. (Default output is Console) -t|--template The output template. Allowed values are: Summary, TestResult. (Default: Summary) --fail-when-result-is-failed Fails the program when the unit test result is 'Failed'. Example: dotnet labodotnettestresultsparser <xmlpath> -f NUnit --fail-when-result-is-failed Example: dotnet labodotnettestresultsparser <xmlpath> -f NUnit -o <output.txt> -t TestResult Example: dotnet labodotnettestresultsparser /path/*unittest.xml -f NUnit -o <output.txt> -t TestResult Example: dotnet labodotnettestresultsparser /path/*unittest.xml -f XUnit -o <output.txt> -t TestResult Example: dotnet labodotnettestresultsparser /path/*unittest.xml -f MsTest -o <output.txt> -t TestResult
A fast Xlsx to Html file converter. Support cell fills, fonts, borders, alignments, and other styles. Support different cell sizes and merged cells. Support custom number formats and basic conditions. Support multiple sheets and hidden sheets. Support embedded pictures. Support progress callbacks. Only depend on the Microsoft Open Xml SDK.
A simple XML parser that returns a hierarchical object structure containing elements and attributes
A SAX-compliant parser that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild.
Ælfred.Net is SAX2-compatible a non-validating XML parser.
Code2Xml.Languages.Python2 is a Python 2.x parser library interconverts source code and xml files with Code2Xml.
Code2Xml.Languages.JavaScript is a JavaScript parser library interconverts source code and xml files with Code2Xml.
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes an XML parser based on the LangServer.org protocol, which provides auto-completion and syntax validation features. This parser requires Java of version 11 or higher and XML LangServer to be installed and configured on the target machines. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license
XML Parser and Formatter for Akka.NET Streams
The library provides very broad client-side OBEX support, providing not just the ‘Put’ operation that most libraries and applications support, but also the complete set of operations: Connect, Put, Get, SetPath, Delete, and Abort. This is accessed through a session based interface. All errors communicating to the peer OBEX server are exposed to the calling application. As well as the ‘on-the-wire’ protocol support there is also broad support for the objects defined in the OBEX specification, for instance the Folder Listing XML documents as used by the Folder-Browsing service. A full parser, returning an array of folder and file objects, is included
.NET class library that makes it easy to save your application settings in Windows. Just create your settings class and have it derive from RegistrySettings (saves settings to the system registry), XmlSettings (saves settings to an XML file) or IniSettings (saves settings to an INI file). Just call the Save() method to save the class properties. Use the Load() method to load them. Use the [EncryptedSetting] attribute to specify a property should be stored. Use the [ExcludeSetting] to specify that a property does not represent an application setting and should not be saved.
Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).
XML Parser (xml-parser) binding library for Bridge.NET projects.
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes an XML parser based on the LangServer.org protocol, which provides auto-completion and syntax validation features. This parser includes LangServer executable and library files for XML in the form of embedded resources. However, Java version 11 or higher must be installed on the target machines. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license
Free and Open-Source library to Export/Import data to/from XML files
GameFiles Xml Parser For Age Of Empires Online Celeste Fan Project Visit Us: https://www.projectceleste.com/ Age of Empires Online © Microsoft Corporation. Celeste Fan Project was created under Microsoft's Game Content Usage Rules using assets from Age of Empires Online, and it is not endorsed by or affiliated with Microsoft (See: https://www.xbox.com/en-us/developers/rules).
Parser for Digital Video Ad Serving Template (VAST) files. Reads the VAST XML and produces a populated object file.
Interfaces, Utilities (Time, String, Parser), Event MessageBroker, Watcher, XML
Parsea un archivo de excel y lo convierte a una lista de objetos
Currently includes a classifier, outlining and smart indent.
Much like the original ONIX-Data framework library but prepared as a .NET Stardard library, this C# library serves to provide .NET data structures (and an accompanying set of helpful parsers) for the ONIX XML format, which is the international standard for representing the electronic data regarding books (along with other media). This format has been established by the international book trade body known as EDITEUR. Within this solution, you will find two collections of classes for serialization/deserialization: one that represents the legacy format (i.e., 2.1 and earlier) and another that represents the current format (i.e., 3.0). In addition, two helpful parser classes have been included in order to assist with the population of those collections.
Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).
A Rss 2.0 compliant XML feed parser and generator.
A fast HTML Parser using an event-based system (similar to XML-SAX parsers).
Free and Open-Source library to Export & Import data to & from XML files
This is fork of TinyXML. TinyXml is a simple, small, minimal, C++ XML parser.
Library providing methods to parse DataMiner Protocol XML files.
Package Description: Consume xml http response and convert into c# readable object
DmarcRua is a .NET serializer for DMARC aggregate reports. Given aggregate report XML, DmarcRua serializes the report into an object and provides some convenience functions for identifying and exploring DMARC failures.
pugixml is a C++ XML processing library, which consists of a DOM-like interface with rich traversal/modification capabilities, an extremely fast XML parser which constructs the DOM tree from an XML file/buffer, and an XPath 1.0 implementation for complex data-driven tree queries. Full Unicode support is also available, with Unicode interface variants and conversions between different Unicode encodings (which happen automatically during parsing/saving). pugixml is used by a lot of projects, both open-source and proprietary, for performance and easy-to-use interface. This package bundles the static libraries for Visual Studio 2013 and 2015.
Document Data Parsing REST APIs for Any Platform. Parse your documents with predefined templates, extract desired info - text fields, numbers, prices and tables. Extract text in various modes. Over 50 document formats are supported in any application, using our native document parsing APIs for cloud.
TypeScript Definitions (d.ts) for xml-parser. Generated based off the DefinitelyTyped repository [git commit: b14601af3fb2ad72d5048e94188a569a1838fb9c]. http://github.com/DefinitelyTyped
Simple XML parser library for Universal Windows Platform apps
This C# library serves to provide .NET data structures (and an accompanying set of helpful parsers) for the ONIX XML format, which is the international standard for representing the electronic data regarding books (along with other media). This format has been established by the international book trade body known as EDITEUR. Within this solution, you will find two collections of classes for serialization/deserialization: one that represents the legacy format (i.e., 2.1 and earlier) and another that represents the current format (i.e., 3.0). In addition, two helpful parser classes have been included in order to assist with the population of those collections.
Small library for parsing .NET XML Comments into POCO objects.
These are useful extension helpers for common programming functions Some extension helpers: - Application Assembly Info - ProcessAsyncHelper - Enum parser - Expando - Split Uppercase - Serialize/Deserialize JSON string, object or file - Image thumbnail and reduce - LINQ: TakeLast of elements, First from many, ToFlatten, Filter, ConvertCollectionTo, ForEach, DistinctBy - Get property value from reflection - IsNullOrWhiteSpace or IsNotNullOrWhiteSpace as extension - Serialize/Deserialize XML object or file Supported platforms: - NET 5.0