Skip to content

Fix: Add missing init command #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ashC05
Copy link

@ashC05 ashC05 commented Jan 14, 2025

When following these docs I found encountered the following error when attempting to create user secrets without running the init command first:

Could not find the global property 'UserSecretsId' in MSBuild project

This is resolved by running the following before:

dotnet user-secrets init

This has been added to the appropriate spot in all docs using the dotnet user-secrets set command

Copy link
Contributor

Learn Build status updates of commit 6d9364c:

✅ Validation status: passed

File Status Preview URL Details
semantic-kernel/Frameworks/agent/examples/example-agent-collaboration.md ✅Succeeded
semantic-kernel/Frameworks/agent/examples/example-assistant-code.md ✅Succeeded
semantic-kernel/Frameworks/agent/examples/example-assistant-search.md ✅Succeeded
semantic-kernel/Frameworks/agent/examples/example-chat-agent.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

@ashC05
Copy link
Author

ashC05 commented Jan 14, 2025

@microsoft-github-policy-service agree company="Microsoft"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant