TALXIS.DevKit.Templates.Dataverse
1.0.0
Prefix Reserved
See the version list below for details.
dotnet new install TALXIS.DevKit.Templates.Dataverse::1.0.0
Power Platform .NET Templates
[!CAUTION] This project is currently in a development phase and not ready for production use. While we actively use these tools internally, our aim is to share and collaborate with the broader community to refine and enhance their capabilities. We are in the process of gradually open-sourcing the code, removing internal dependencies to make it universally applicable. At this stage, it serves as a source of inspiration and a basis for collaboration. We welcome feedback, suggestions, and contributions through pull requests.
If wish to use this project for your team, please contact us at hello@networg.com for a personalized onboarding experience and customization to meet your specific needs.
Goal
The primary objective of this NuGet package is to help Power Platform developers scaffold Power Platform components using a code-first approach.
Guide
Install the template package to your machine:
dotnet new install TALXIS.DevKit.Templates.Dataverse
Initialize a new empty solution:
dotnet new pp-solution --SolutionDisplayName "Solutions.Presentation" --PublisherName "tomas" --PublisherPrefix "tom" --allow-scripts yes
Create a new table:
dotnet new pp-entity --Behavior New --PublisherPrefix "tom" --LogicalName "shiftevent" --LogicalNamePlural "shiftevents" --DisplayName "Shift Event" --DisplayNamePlural "Shift Events" --allow-scripts yes
Add an existing custom table to a solution:
dotnet new pp-entity --Behavior Existing --PublisherPrefix "tom" --LogicalName "shiftevent" --DisplayName "Shift Event" --allow-scripts yes
Add an existing system table to a solution:
dotnet new pp-entity --Behavior Existing --IsSystemEntity true --LogicalName "account" --DisplayName "Account" --allow-scripts yes
Collaboration
We are happy to collaborate with developers and contributors interested in enhancing Power Platform development processes. If you have feedback, suggestions, or would like to contribute, please feel free to submit issues or pull requests.
Local building and debugging
Using your local version of templates
Run the following terminal command in the folder src/Dataverse/templates
:
dotnet new install "." --force
Contact us
For further information or to discuss potential use cases for your team, please reach out to us at hello@networg.com.
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.