Update scaffold-identity.md (#6740)
When creating a new PR, please do the following and delete this template text: Small syntax change. * Reference the issue number if there is one: Fixes #Issue_Number > The "Fixes #nnn" syntax in the PR description causes > GitHub to automatically close the issue when this PR is merged.pull/6741/head
parent
008d73048f
commit
b0f3106021
|
@ -21,7 +21,7 @@ Applications that do **not** include authentication can apply the scaffolder to
|
||||||
|
|
||||||
Although the scaffolder generates most of the necessary code, you'll have to update your project to complete the process. This document explains the steps needed to complete an Identity scaffolding update.
|
Although the scaffolder generates most of the necessary code, you'll have to update your project to complete the process. This document explains the steps needed to complete an Identity scaffolding update.
|
||||||
|
|
||||||
When the Identity scaffolder is run, a *ScaffoldingReadme.txt* file is created in the project directory. The *ScaffoldingReadme.txt* file contains general instructions on what's need to complete the Identity scaffolding update. This document contains more complete instructions than the read the *ScaffoldingReadme.txt* file.
|
When the Identity scaffolder is run, a *ScaffoldingReadme.txt* file is created in the project directory. The *ScaffoldingReadme.txt* file contains general instructions on what's needed to complete the Identity scaffolding update. This document contains more complete instructions than the read the *ScaffoldingReadme.txt* file.
|
||||||
|
|
||||||
We recommend using a source control system that shows file differences and allows you to back out of changes. Inspect the changes after running the Identity scaffolder.
|
We recommend using a source control system that shows file differences and allows you to back out of changes. Inspect the changes after running the Identity scaffolder.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue