![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
This package contains a module for locally hosting PowerApps Component Framework (PCF) controls. See project homepage how to install.
| Harness for PCF (PowerApps Component Framework) controls | |--- |--- |--- |--- |--- |
This package contains the scripts required to test and debug a custom PowerApps Component Framework (PCF) control for Microsoft PowerApps on your local development PC. The scripts are designed to be used in conjunction with the Microsoft PowerApps CLI tool, which is separately available via an MSI installer.
Please visit the publicly available documentation for the Microsoft PowerApps CLI tool to learn more. You can also install the PowerApps CLI via its MSI installer.
Without Microsoft PowerApps CLI tool this package should only be used for reference purposes.
Typical inner developer loop can be done in Visual Studio Code.
cd src\pcf\pcf-start
npm run rebuild
npm run build
// you do not have to build pcf-start before running updated tests
npm test
// or simply
jest
jest [test_file_name]
jest [test_file_name] -t "[unit test name]"
drop\pcf\pcf-start
// a build is required before running pack
npm run pack
debug jest tests
jest.config.js
file, change collectCoverage
attribute to false
pac pcf init -ns testnamespace -n testcontrol -t field
point pcf-start dependency to local build outputs
package.json
at the root of the PCF projectdevDependencies
field, change the version of pcf-start
to "file:[repos]/PowerPlatform-ISVEx-ToolsCore/drop/pcf/pcf-start"Install dependencies including local pcf-start
cd [controls/root/directory]
npm install
cd [controls/root/directory]
npm start
// or with watch mode
npm start watch
src\diagnosticMessages.json
npm run build
import { strings } from './diagnosticMessages.generated';
1.3.3:
1.3.1:
1.2.6:
1.1.6:
1.0.6:
0.4.3:
0.3.4:
0.2.71:
0.2.59:
0.1:
FAQs
This package contains a module for locally hosting PowerApps Component Framework (PCF) controls. See project homepage how to install.
The npm package pcf-start receives a total of 3,246 weekly downloads. As such, pcf-start popularity was classified as popular.
We found that pcf-start demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.