Setup .NET Fast
Version updated for https://github.com/fast-actions/setup-dotnet to version v1.0.2.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-dotnet GitHub Action simplifies the process of setting up the .NET SDK, Runtime, or ASP.NET Core in workflows by enabling parallel downloads, automatic caching, and intelligent version resolution (including wildcards, keywords, and global.json). It automates the installation of required .NET components, optimizing workflow performance by minimizing redundant downloads and ensuring faster builds. Key features include support for flexible version specifications, smart deduplication, and seamless multi-target testing.
Release notes
What’s Changed
- refactor: codebase by @xC0dex in https://github.com/fast-actions/setup-dotnet/pull/29
- fix(deps): update dependency @actions/cache to v5.0.3 by @renovate[bot] in https://github.com/fast-actions/setup-dotnet/pull/30
- chore: rebuild dist files by @github-actions[bot] in https://github.com/fast-actions/setup-dotnet/pull/31
- feat: more improvements by @xC0dex in https://github.com/fast-actions/setup-dotnet/pull/34
New Contributors
- @github-actions[bot] made their first contribution in https://github.com/fast-actions/setup-dotnet/pull/31
Full Changelog: https://github.com/fast-actions/setup-dotnet/compare/v1...v1.0.2