Overview of SDK File Deduplication
mainThe .NET SDK is undergoing a deduplication process to reduce installation size and improve disk footprint. This initiative aims to eliminate redundant assemblies, which significantly reduces the size of the SDK in high-volume, ephemeral environments like containers and CI/CD pipelines.
Key benefits include:
- Reduced Network Costs: Smaller compressed archives lead to faster downloads.
- Reduced Time Costs: Smaller archives result in faster extraction times.
- Capacity for Growth: Deduplication provides the necessary headroom to accommodate larger features like Native AOT without significantly increasing the overall SDK footprint.