Adam Wójcik
Adam Wójcik
### 🎯 Aim of the feature In the extension we handle errors differently in each method/action/flow. The aim would be to unify all of the error handling to some error...
### 🎯 Aim of the feature Currently we have an action that allows you to set the form of your form customizer id. Currently we need to provide everything manually....
### 🎯 Aim of the feature The idea is to allow to: - add a tenant app catalog if it is not already present on tenant - in this case...
### 🎯 Aim of the feature The aim is to create set of integration test that will check the behavior of Gulp Tasks section of this extension. The tests should...
### 🎯 Aim The aim is to create a blog post that would describe all of the different ways SPFx Toolkit help boosting SPFx development: - [Gulp tasks](https://github.com/pnp/vscode-viva/wiki/5.4-Gulp-tasks) - Actions...
### 🎯 Aim The aim is to create a blog post that would describe all of the different ways SPFx Toolkit help out in setting up CI/CD flows. We should:...
Currently the [m365 spfx project azuredevops pipeline add](https://pnp.github.io/cli-microsoft365/cmd/spfx/project/project-azuredevops-pipeline-add) and [m365 spfx project github workflow add](https://pnp.github.io/cli-microsoft365/cmd/spfx/project/project-github-workflow-add) commands will scaffold a yaml pipeline/workflow that defaults (or rather suggests) using certificate authentication method....
## 🎯 Aim Currently the `spfx project github workflow add` and `spfx project azuredevops pipeline add` will scaffold an flow for the currently latest SPFx version. What we do is...
since SPFx 1.21.x we should be using TS v5 -> https://learn.microsoft.com/en-us/sharepoint/dev/spfx/release-1.21#typescript-5x-support if we look at a [newly scaffolded project in SPFx 1.21.x ](https://github.com/pnp/cli-microsoft365/blob/04e20e9dc7f70ab7c461e3365ead91aada490e6c/src/m365/spfx/commands/project/test-projects/spfx-1210-webpart-react/package.json#L36C20-L36C21)we see that TS v5 only accepts patch...