docs icon indicating copy to clipboard operation
docs copied to clipboard

Info on caching in .NET is outdated

Open dgor82 opened this issue 1 year ago • 3 comments
trafficstars

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

dgor82 avatar Mar 15 '24 07:03 dgor82

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.

welcome[bot] avatar Mar 15 '24 07:03 welcome[bot]

@dgor82 Thank you for opening an issue and linking it to your PR! ✨

nguyenalex836 avatar Mar 15 '24 16:03 nguyenalex836

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.

mark-mxwl avatar Apr 22 '24 00:04 mark-mxwl