Setup .NET Fast
Version updated for https://github.com/fast-actions/setup-dotnet to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-dotnet GitHub Action streamlines the installation of .NET SDKs, Runtimes, and ASP.NET Core with features like parallel downloads, intelligent version resolution (e.g., wildcards, keywords, global.json), and automatic caching to enhance performance. It simplifies multi-version setups and ensures efficient workflows by avoiding redundant installations and speeding up subsequent runs. This action is ideal for automating .NET environment configuration in CI/CD pipelines.
Release notes
Initial Release 🚀