Skip to content
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

Docs: Error in nuget add package commands for dotnet sample #297

Closed
1 task done
michaelcostabr opened this issue Jun 13, 2023 · 1 comment · Fixed by #301
Closed
1 task done

Docs: Error in nuget add package commands for dotnet sample #297

michaelcostabr opened this issue Jun 13, 2023 · 1 comment · Fixed by #301
Labels
documentation Improvements or additions to documentation triage Pending triage from maintainers

Comments

@michaelcostabr
Copy link

What were you searching in the docs?

Reading the documentation on how to use with dotnet, at the section Install, there are commands that doesn't work for dotnet tool
The doc suggest to use the command dotnet nuget add AWS.Lambda.Powertools.Tracing but it is invalid.
It is also wrong for the next lines, for the other packages.

Is this related to an existing documentation section?

https://awslabs.github.io/aws-lambda-powertools-dotnet/

How can we improve?

The correct syntax should be:
`dotnet add package AWS.Lambda.Powertools.Tracing`

Got a suggestion in mind?

No response

Acknowledgment

  • I understand the final update might be different from my proposed suggestion, or refused.
@michaelcostabr michaelcostabr added documentation Improvements or additions to documentation triage Pending triage from maintainers labels Jun 13, 2023
@hjgraca hjgraca linked a pull request Jun 19, 2023 that will close this issue
7 tasks
@hjgraca
Copy link
Contributor

hjgraca commented Jun 19, 2023

@michaelcostabr thanks for reporting this issue. We will be updating the documentation shortly. PR #301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation triage Pending triage from maintainers
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants