All Projects → cloudsmithconsulting → cds-for-code

cloudsmithconsulting / cds-for-code

Licence: MIT license
VSCode extension for working with Microsoft Common Data Service (CDS)

Programming Languages

typescript
32286 projects
C#
18002 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SCSS
7915 projects
HTML
75241 projects
powershell
5483 projects

Projects that are alternatives of or similar to cds-for-code

development-hub
A continuous integration solution for Power Apps.
Stars: ✭ 21 (-4.55%)
Mutual labels:  cds, dynamics-crm, dynamics-365, dynamics-crm-online, dynamics365, common-data-service
Advanced-MultiSelect-for-Dynamics
Advanced MultiSelect for Dynamics 365 / Dynamics CRM is a multi-select / multi-checkbox control on a form. It represents a set of related data items (based on N:N relations + FetchXml) and gives a user an ability to associate/disassociate records of related entities in a quick and convenient way.
Stars: ✭ 14 (-36.36%)
Mutual labels:  dynamics-crm, dynamics-365, dynamics-crm-online
PCF-Builder-VSCode
Build your Power Apps Component Framework custom controls faster. No need to remember the PCF CLI commands. All commands provided in one selection list for you to execute. https://marketplace.visualstudio.com/items?itemName=danish-naglekar.pcf-builder
Stars: ✭ 15 (-31.82%)
Mutual labels:  cds, visual-studio-code, dynamics-365
DynamicsNode
Create simple scripts to interact with Dynamics CRM using Node.js
Stars: ✭ 27 (+22.73%)
Mutual labels:  dynamics-crm, dynamics-365, dynamics-crm-online
powerapps-specflow-bindings
A SpecFlow bindings library for model-driven Power Apps.
Stars: ✭ 19 (-13.64%)
Mutual labels:  cds, dynamics-crm, dynamics-365
Microsoft.Xrm.DevOps.Data
This library provides an easy way to generate filtered data compatible with the Configuration Data Migration Tool. These zip files can be used to push specific records between Dynamics 365 environments using the Dynamics 365 Package Deployer.
Stars: ✭ 20 (-9.09%)
Mutual labels:  dynamics-crm, dynamics-365, dynamics-crm-online
Innofactor.Crm.CI
DevOps tools for Microsoft Dynamics 365
Stars: ✭ 23 (+4.55%)
Mutual labels:  dynamics-crm, dynamics-365, dynamics365
Daxif
A framework for automating a lot of xRM development processses. By using simple F# script commands/files one can save a lot of time and effort during this process by using Delegates DAXIF# library.
Stars: ✭ 37 (+68.18%)
Mutual labels:  dynamics-crm, dynamics-365
xrm-mock
📚 A fake implementation of the Xrm object model. Written in TypeScript against @types/xrm definitions.
Stars: ✭ 64 (+190.91%)
Mutual labels:  dynamics-crm, dynamics-365
crm-powerbi-viewer
Embed tiles and reports from Power BI into Dynamics CRM Forms and Dashboards.
Stars: ✭ 24 (+9.09%)
Mutual labels:  dynamics-crm, dynamics-365
php-crm-toolkit
Dynamics CRM Toolkit for PHP
Stars: ✭ 94 (+327.27%)
Mutual labels:  dynamics-crm, dynamics-365
Xrm-Quick-Edit
A Dynamics CRM Add-In for speeding up tasks such as translating or toggling field security on or off
Stars: ✭ 13 (-40.91%)
Mutual labels:  dynamics-crm, dynamics-365
PowerPlatformCICD
A Template and Provisioning process to create a fully automated Build and Deploy Project for the Microsoft Power Platform
Stars: ✭ 31 (+40.91%)
Mutual labels:  dynamics-365, dynamics365
integration-dynamics
The easiest way to connect Dynamics 365 with WordPress.
Stars: ✭ 17 (-22.73%)
Mutual labels:  dynamics-crm, dynamics-365
generator-nullfactory-xrm
Yeoman generator for Dynamics 365 Solutions. It generates a project structure that facilitates the quick creation builds and automated release strategies with minimal effort.
Stars: ✭ 15 (-31.82%)
Mutual labels:  dynamics-crm, dynamics-365
DataverseDevTools-VSCode
The all-in-one tool to develop code for Dataverse/Dynamics 365. Helps you connect to a Dataverse environment, generate TypeScript definitions for entities, create a different type of Dataverse-specific projects, and much more.
Stars: ✭ 18 (-18.18%)
Mutual labels:  visual-studio-code, dynamics-365
xrm-mock-generator
📖  Generates a mock Xrm.Page object. Commonly used by xrm-mock to test Dynamics 365 client-side customisations.
Stars: ✭ 15 (-31.82%)
Mutual labels:  dynamics-crm, dynamics-365
Dynamics365BulkSolutionExporter
[Work In Progress] Take backup of whole D365 organization or export multiple solutions.
Stars: ✭ 30 (+36.36%)
Mutual labels:  dynamics-crm, dynamics-365
mathpad
Interactive scratchpad calculator for VS Code
Stars: ✭ 20 (-9.09%)
Mutual labels:  visual-studio-code
CornerstoneSDK
面向现代 C++ 的小栗子框架插件开发工具(停止更新,仅支持小栗子v2)
Stars: ✭ 37 (+68.18%)
Mutual labels:  visual-studio-code

Cloudsmith Consulting LLC

Welcome to the CloudSmith CDS For Code Extension

This extension is designed to help developers with a simple development loop for Microsoft™ Common Data Service (CDS) using Visual Studio Code. Many developers do not have access to a full Visual Studio license in order to use Microsoft™ CDS Development Toolkit. This extension is designed to get you started.

Version Link
Release Version: 0.8.14 Marketplace: Version Marketplace: Installs Marketplace: Downloads Marketplace: Rating Open Issues Stars
Development Version: 0.9.0 Board Status Build Status Release Status

Table of Contents


Prerequisites

All pre-requisites are downloaded automatically when the extension first runs or upon update. Speciifcally, the following pre-requisites are downloaded:

  1. Microsoft Dynamics 365 SDK (latest version) obtained from NuGet
  2. PowerShell scripts that support deployment tasks
  3. Assembly Scanner tool that supports plugin registration
  4. CrmSvcUtil extensions that support custom code generation using CrmSvcUtil
  5. Templates that are used by the extension

Getting started

Adding a connection

This extension allows you to connect to CDS/Dynamics instances in the following ways:

  • Microsoft™ Common Data Service (CDS) Online - also called Microsoft Dynamics 365 online
  • Dynamics CRM On-Premises (8.0, 8.1) or Dynamics 365 Customer Engagement (8.2, 9.0)
  • Azure AD hosted/integrated into an On-Premises installation

gif


Features

This VS Code extension will help you perform these tasks in your CDS development loop.

  • Connect to CDS & On-Premise environments (8.0+)
  • View and inspect metadata on each server connection
  • Package and deploy CDS solutions from server into version control
  • Package and deploy CDS solution from version control into server
  • Generate entities using CrmSvcUtil
  • Customize the CrmSvcUtil experience (coming soon)
  • Author web resources with VSCode
  • Put CDS solution assets into version control
  • Build and deploy plugins using VSCode
  • Deploy assets into solution using pre-made templates

For a more comprehensive walkthrough of features you can check out our How To articles on the following topics:


Commands

gif

Commands and Descriptions

Command Description
Add component to a CDS Solution Adds a selected component to your connected CDS solution
Compare a local web resource file to a version deployed on a CDS instance Compares your local copy of a web resource to the one currently deployed in your CDS solution
Create or Edit a connection to the Common Data Service Add a connection to a CDS instance
Create a web resource in your workspace or on a CDS instance Create a web resource in your local workspace
Create a process on a CDS instance Create a process on a CDS instance
Build a .Net Core project in the current workspace Builds your .NET Core project inside the CDS for Code Secure Terminal
Build and Test a .Net Core project in the current workspace Builds and runs tests for your .NET Core project inside the CDS for Code Secure Terminal
Deploy a Web Resource to CDS Deploy a local web resource to a connected CDS instance
Publish solution changes on a CDS environment Executes the Publish Changes command against a connected CDS instance
Register or update a plugin assembly Registers a plugin step for you plugin assembly on a connected CDS instance
Remove a component from a CDS Solution Removes a selected component from your connected CDS solution
Remove remembered locations where CDS solutions are stored in this workspace Removes the mappings from connected CDS solutions to local workspace folders
Download a Web Resource from CDS Download a copy of a web resource from a connected CDS solution to you local workspace
Create or update where CDS solutions are stored in this workspace Create or update mappings from connected CDS solutions to local folders and workspaces
Clear the CDS for Code terminal Clear the screen of the CDS for Code Secure Terminal
Open the CDS for Code terminal Open or view the CDS for Code Secure Terminal
Download required PowerShell scripts from GitHub Download the supporting PowerShell scripts necessary for functionality in the CDS for Code extension
Download & unpack solution from a registered CDS environment Get the contents of a solutions from a connected CDS instance and put it inside of a local workspace for editing
Pack & deploy solution to a registerd CDS environment Packages up local changes to a CDS solution and deploys them to a connected CDS instance
Configure entity code generation for use with CrmSvcUtil.exe Configure options for code generation based on the CloudSmith CrmSvcUtil Extensions
Generate entity code from metadata on a registered CDS environment Generates entity code using the CDS for Code Secure Terminal with a call to CrmSvcUtil
Create new items or projects from a template Create a new item or project from an existing template within the template catalog
Delete a template from the catalog Deletes a template from the template catalog
Open template catalog in code editor Opens the template catalog inside of the VSCode editor
Export template from the template catalog Exports a template from the template catalog for sharing
Import template into the template catalog Imports a template into the template catalog
Open template folder in explorer Opens the template catalog folder in Windows Explorer
Save workspace items as a template in the template catalog Save a file or project in the current workspace as a template to the template catalog

Settings

gif

Settings and Descriptions

Setting Description Default
cs.cds.configuration.connection.defaultTimeout The default timeout in seconds for connections to CDS (requires reload) 30
cs.cds.configuration.connection.importExportTimeout The default timeout in seconds for import/export operations (requires reload) 120
cs.cds.configuration.web.usePowerAppsUi Use the PowerApps Maker UX where possible true
cs.cds.configuration.tools.sdkInstallPath The full path to the root of the Dynamics 365/CDS SDK installation on your computer C:\Deploy\Tools
cs.cds.configuration.tools.updateSource The URL where supporting scripts are located https://gihub.com/CloudSmithConsulting/cds-for-code/releases/download/
cs.cds.configuration.tools.updateChannel The update channel to use when downloading new versions of this extension stable
cs.cds.configuration.iconThemes.selectedTheme The icon set to use in the CDS Explorer view default
cs.cds.configuration.explorer.showDefaultSolution Show the Default Solution in the CDS Explorer view false
cs.cds.configuration.explorer.showWelcomeExperience Show the welcome experience for this extension true
cs.cds.configuration.templates.placeholders List of built in placeholders, in key-value string pairs default
cs.cds.configuration.templates.placeholderRegExp Regular expression for detecting placeholders (e.g. "#{([\s\S]+?)}"). The first capture group dictates the placeholder key #{([\s\S]+?)}
cs.cds.configuration.templates.templatesDirectory Filesystem path that stores templates
cs.cds.configuration.templates.treeViewGroupPreference Preference for grouping templates in the Template Explorer Publisher
cs.cds.configuration.templates.usePlaceholders Look for and replace placeholders in template (e.g. #{author}) true

Known Issues

We are currently on the insider preview program of CDS for Code. This build may come with instabilities, and will improve over the duration of the preview program. We thank our participants and hope they will submit their feedback to us.


Change Log

You can stay up to date with the latest changes by checking out our change log located here.


Contributors

All of this could not be possible without community projects and our preview program participants. You can read more about our contributors here


Feedback

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].