-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
132 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Power Platform .NET Templates | ||
|
||
> [!CAUTION] | ||
> [!WARNING] | ||
> 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. | ||
|
@@ -9,6 +8,11 @@ | |
If wish to use this project for your team, please contact us at [email protected] for a personalized onboarding experience and customization to meet your specific needs. | ||
|
||
> [!CAUTION] | ||
> Only use this if you understand the standard platform customization capabilities. | ||
> Using these templates with parameter combinations other than those documented here might generate invalid source code, which could still be importable to Dataverse. | ||
> In some situations, this could cause your environment to become irreversibly corrupted. | ||
## Goal | ||
The primary objective of this NuGet package is to help Power Platform developers scaffold Power Platform components using a code-first approach. | ||
|
||
|
@@ -40,6 +44,9 @@ Add an existing *system table* to a solution: | |
dotnet new pp-entity --Behavior Existing --IsSystemEntity true --LogicalName "account" --DisplayName "Account" --allow-scripts yes | ||
``` | ||
|
||
> [!TIP] | ||
> You can add component schema validation to your build process using [Power Platform MSBuild targets](https://github.com/TALXIS/tools-devkit-build). | ||
## 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. | ||
|
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.