Commit 31e0261
Add migration warning for Identity options that affect EF Core model (#36296)
* Initial plan
* Add important note about Identity options and migrations
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
* Update connection string to use placeholder format
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
* Apply suggestion from @wadepickett
* Remove explanatory comments from code example per repo guidelines
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Simplify IMPORTANT block to only critical warning, move guidance to regular text
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
* Apply suggestion from @wadepickett
* Update aspnetcore/security/authentication/customize-identity-model.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update aspnetcore/security/authentication/customize-identity-model.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Remove instructions on Identity options for EF Core
Removed detailed instructions on applying Identity options for EF Core migrations, including examples of configuration in Program.cs and design-time factory.
* Enhance Identity configuration instructions in documentation
Reverting and adding back important notes and examples for configuring Identity options during EF Core migrations
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 00d59da commit 31e0261
File tree
1 file changed
+45
-2
lines changed- aspnetcore/security/authentication
1 file changed
+45
-2
lines changedLines changed: 45 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
42 | 85 | | |
43 | 86 | | |
44 | 87 | | |
| |||
0 commit comments