Setup .NET Fast
Version updated for https://github.com/fast-actions/setup-dotnet to version v1.3.1.
- 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 provides a fast and efficient way to install .NET SDKs, Runtimes, and ASP.NET Core Runtimes in GitHub Actions workflows. It automates tasks such as parallel downloads, intelligent version resolution (supporting wildcards, keywords, and global.json), and caching to optimize performance and reduce redundant installations. This action is designed to simplify .NET environment setup, improve workflow speed, and support advanced use cases like multi-version testing or conditional installations.
Release notes
What’s Changed
- ci: disable cache on windows by @xC0dex in https://github.com/fast-actions/setup-dotnet/pull/56
Full Changelog: https://github.com/fast-actions/setup-dotnet/compare/v1...v1.3.1