.NET 7 samples size report #4795
                  
                    
                      richlander
                    
                  
                
                  started this conversation in
                General
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We're working on a samples update for .NET 8 and are tracking size numbers at #4756. It makes sense to produce a similar report for .NET 7 as a baseline.
The two reports are not quite apples to apples. That's because both
aspnetappanddotnetappsamples included self-contained + trimming (--slim) examples. Those have been removed in favor of separate single file and AOT samples, with .NET 8. However, the framework-dependent samples are directly comparable.releasesapiandreleasesapp.NET samples are semi-reasonable comparisons to the .NET 7--slimvarieties.Both
x64andArm64reports are provided. These chip types support different ISAs (naturally) and the amount of code needed is not the same (which directly contributes to size). Arm64 biases to bigger.aspnetappx64:
Arm64:
dotnetappx64:
Arm64:
Beta Was this translation helpful? Give feedback.
All reactions