docker pull datacontract/cli docker run --rm -v ${PWD}:/home/datacontract datacontract/cli Or via an alias that automatically uses the latest version: alias datacontract='docker run --rm -v "${PWD}:/home/datacontract" datacontract/cli:latest' Documentation Commands init lint test export import...
File metadata and controls Code Blame 11 lines (9 loc) · 196 Bytes Raw services: datacontract: image: datacontract/cli container_name: datacontract build: context: . dockerfile: Dockerfile volumes: - .:/home/datacontract:ro 1 2 3 4 5 6 7 8 9 10While...
docker run datacontract/cli test https://datacontract.com/examples/orders-latest/datacontract.yaml The Data Contract contains all required information to verify data:The servers block has the connection details to the actual data set. The models define the syntax, formats, and constraints. The ...
.NET CLI 整合式開發環境 (IDE) MSBuild 和專案檔 全域和本機工具 其他工具 診斷和檢測 程式碼分析 概觀 組態 規則參考 類別 程式碼品質規則 概觀 設計規則 文件規則 全球化規則 可攜性與互通性規則 維護性規則 命名規則 效能規則 SingleFile 規則 可靠性規則 安全性規則 概觀 CA2100 CA2109 CA2119 CA2153 CA...
我有一个 ServiceContract,它有一个具有以下方法签名的 OperationContract:Manipulate(int fileid, param object[] Operations)。...
The datacontract CLI is an open-source command-line tool for working with data contracts. It uses data contract YAML files as Data Contract Specification or ODCS to lint the data contract, connect to data sources and execute schema and quality tests, detect breaking changes, and export to ...
{% seo %} {% seo %} .footer { Binary file added BIN +2.7 KB favicon.png Unable to render rich display Invalid image source. 0 comments on commit 54f3
docker run datacontract/cli test https://datacontract.com/examples/orders-latest/datacontract.yamlThe Data Contract contains all required information to verify data:The servers block has the connection details to the actual data set. The models define the syntax, formats, and constraints. The quality...
The extremely fast MessagePack serializer for C#. It is 10x faster than MsgPack-Cli and outperforms other C# serializers. MessagePack for C# also ships with built-in support for LZ4 compression - an extremely fast compression algorithm. Performance is important, particularly in applications like game...
docker pull datacontract/cli docker run --rm -v ${PWD}:/home/datacontract datacontract/cli Or via an alias that automatically uses the latest version: alias datacontract='docker run --rm -v "${PWD}:/home/datacontract" datacontract/cli:latest' Optional Dependencies The CLI tool defines several...