Skip to content

Commit 40e4b0f

Browse files
committed
add prompt
1 parent b5160cf commit 40e4b0f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/llm/claude.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,3 +800,21 @@ Do **not** put the actual key in `appsettings.Development.json` — it would get
800800

801801
12
802802
14
803+
Got this on both cases
804+
Run $webConfigPath = "./publish/web.config"
805+
InvalidOperation: D:\a\_temp\5683e119-8096-4454-9c8f-b3e850d9081e.ps1:8
806+
Line |
807+
8 | $envVars = $aspNetCore.SelectSingleNode('environmentVariables')
808+
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
809+
| You cannot call a method on a null-valued expression.
810+
Error: Process completed with exit code 1.
811+
Run $webConfigPath = "./publish/web.config"
812+
InvalidOperation: D:\a\_temp\67331b93-4acd-4200-b9b4-e31a25576321.ps1:8
813+
Line |
814+
8 | $envVars = $aspNetCore.SelectSingleNode('environmentVariables')
815+
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
816+
| You cannot call a method on a null-valued expression.
817+
Error: Process completed with exit code 1.
818+
819+
820+

0 commit comments

Comments
 (0)