microsoft / dotnet-framework-docker
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 57 files with 1,828 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (297 lines of code)
    • 55 very small files (1,531 lines of code)
0% | 0% | 0% | 16% | 83%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
cs0% | 0% | 0% | 49% | 50%
yml0% | 0% | 0% | 12% | 87%
ps10% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
eng/update-dependencies0% | 0% | 0% | 49% | 50%
eng/common/templates/jobs0% | 0% | 0% | 30% | 69%
eng/common/templates/steps0% | 0% | 0% | 0% | 100%
eng/common0% | 0% | 0% | 0% | 100%
eng/pipelines0% | 0% | 0% | 0% | 100%
eng/common/templates/variables0% | 0% | 0% | 0% | 100%
eng/mcr-tags-metadata-templates0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
eng/readme-templates0% | 0% | 0% | 0% | 100%
eng/dockerfile-templates0% | 0% | 0% | 0% | 100%
eng/pipelines/variables0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
DependencyUpdater.cs
in eng/update-dependencies
151 8
publish.yml
in eng/common/templates/jobs
146 -
build-images.yml
in eng/common/templates/jobs
98 -
test-images-linux-client.yml
in eng/common/templates/steps
91 -
Invoke-ImageBuilder.ps1
in eng/common
86 -
test-images-windows-client.yml
in eng/common/templates/steps
58 -
build.ps1
in eng/common
57 -
ScriptRunnerUpdater.cs
in eng/update-dependencies
51 3
init-docker-linux.yml
in eng/common/templates/steps
48 -
validate-image-sizes.yml
in eng/common/templates/jobs
47 -
common.yml
in eng/common/templates/variables
47 -
Install-DotNetSdk.ps1
in eng/common
46 -
Options.cs
in eng/update-dependencies
44 2
build-and-test.ps1
in root
42 -
generate-matrix.yml
in eng/common/templates/jobs
39 -
Program.cs
in eng/update-dependencies
38 2
post-build.yml
in eng/common/templates/jobs
36 -
init-docker-windows.yml
in eng/common/templates/steps
35 -
Invoke-WithRetry.ps1
in eng/common
34 -
copy-base-images.yml
in eng/common/templates/jobs
30 -
dotnet-framework-pr.yml
in eng/pipelines
30 -
dotnet-framework-pr-no-cache.yml
in eng/pipelines
29 -
Get-GeneratedReadmes.ps1
in eng/readme-templates
29 -
publish-readmes.yml
in eng/common/templates/steps
28 -
Get-BaseImageStatus.ps1
in eng/common
26 -
wait-for-ingestion.yml
in eng/common/templates/jobs
26 -
test-images-linux-client.yml
in eng/common/templates/jobs
23 -
CustomFileRegexUpdater.cs
in eng/update-dependencies
22 2
set-image-info-path-var.yml
in eng/common/templates/steps
20 -
dotnet-framework-samples.yml
in eng/pipelines
20 -
dotnet-framework.yml
in eng/pipelines
20 -
clean-acr-images.yml
in eng/common/templates/steps
19 -
wait-for-mcr-image-ingestion.yml
in eng/common/templates/steps
19 -
Invoke-CleanupDocker.ps1
in eng/common
18 -
test-images-windows-client.yml
in eng/common/templates/jobs
18 -
Get-GeneratedDockerfiles.ps1
in eng/dockerfile-templates
17 -
samples-tags.yml
in eng/mcr-tags-metadata-templates
17 -
download-build-artifact.yml
in eng/common/templates/steps
16 -
wait-for-mcr-doc-ingestion.yml
in eng/common/templates/steps
15 -
update-readmes.yml
in eng/pipelines
15 -
cleanup-docker-windows.yml
in eng/common/templates/steps
14 -
aspnet-tags.yml
in eng/mcr-tags-metadata-templates
14 -
runtime-tags.yml
in eng/mcr-tags-metadata-templates
14 -
Get-ImageBuilder.ps1
in eng/common
13 -
validate-image-sizes.yml
in eng/common/templates/steps
13 -
common.yml
in eng/common/templates/variables/dotnet
13 -
cg-detection.yml
in eng/pipelines
12 -
common.yml
in eng/pipelines/variables
12 -
cleanup-docker-linux.yml
in eng/common/templates/steps
11 -
cg-detection.yml
in eng/common/templates/jobs
10 -
Files With Most Units (Top 5)
File# lines# units
DependencyUpdater.cs
in eng/update-dependencies
151 8
ScriptRunnerUpdater.cs
in eng/update-dependencies
51 3
CustomFileRegexUpdater.cs
in eng/update-dependencies
22 2
Options.cs
in eng/update-dependencies
44 2
Program.cs
in eng/update-dependencies
38 2
Files With Long Lines (Top 13)

There are 13 files with lines longer than 120 characters. In total, there are 26 long lines.

File# lines# units# long lines
Options.cs
in eng/update-dependencies
44 2 8
build-images.yml
in eng/common/templates/jobs
98 - 4
DependencyUpdater.cs
in eng/update-dependencies
151 8 4
Install-DotNetSdk.ps1
in eng/common
46 - 1
Invoke-ImageBuilder.ps1
in eng/common
86 - 1
generate-matrix.yml
in eng/common/templates/jobs
39 - 1
wait-for-ingestion.yml
in eng/common/templates/jobs
26 - 1
test-images-linux-client.yml
in eng/common/templates/steps
91 - 1
test-images-windows-client.yml
in eng/common/templates/steps
58 - 1
Get-GeneratedDockerfiles.ps1
in eng/dockerfile-templates
17 - 1
Get-GeneratedReadmes.ps1
in eng/readme-templates
29 - 1
CustomFileRegexUpdater.cs
in eng/update-dependencies
22 2 1
ScriptRunnerUpdater.cs
in eng/update-dependencies
51 3 1