docs
docs copied to clipboard
Info on caching in .NET is outdated
Code of Conduct
- [X] I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
What part(s) of the article would you like to see updated?
https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net#caching-dependencies
The code example given in this section does not yet show the new, more concise syntax for enabling cache, which was added in version 3.2 of the setup-dotnet action.
Additional information
Relevant links with documentation for the new syntax: v3.2 release setup-dotnet readme
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.
@dgor82 Thank you for opening an issue and linking it to your PR! ✨
Thanks @dgor82 for raising this issue and for providing reference links! I've opened a PR (#32613) that implements your suggested changes into the workflow example.