This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
---
source_files:
- DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.ChartOptions/Properties/AssemblyInfo.cs
generated_at: "2026-04-17T16:13:21.103396+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "3d3c0935753bde1d"
---
# Properties
### Purpose
This module contains assembly-level metadata for the `DTS.Viewer.Test` assembly. It provides versioning, copyright, and COM visibility configuration using standard .NET Framework assembly attributes. This is a boilerplate configuration module with no runtime logic.
### Public Interface
No public types are exposed by this module. It contains only assembly-level attributes:
- **`AssemblyTitle`**: "DTS.Viewer.Test"
- **`AssemblyDescription`**: Empty
- **`AssemblyVersion`**: "1.0.0.0"
- **`AssemblyFileVersion`**: "1.0.0.0"
- **`ComVisible`**: false
- **`Guid`**: "b2b2b862-1b93-476a-8246-91e1310c7ec7"
### Invariants
- Assembly version is fixed at 1.0.0.0; manual updates required for version increments.
- COM visibility is disabled for all types in this assembly.
### Dependencies
- **Depends on:** `System.Reflection`, `System.Runtime.CompilerServices`, `System.Runtime.InteropServices` (standard .NET Framework assemblies)
- **Depended on by:** Not applicable; this is configuration metadata.
### Gotchas
- The `AssemblyTitle` is "DTS.Viewer.Test" while the module path suggests "DTS.Viewer.TestSummaryList". This discrepancy may indicate a rename occurred without updating assembly metadata, or the title attribute is intentionally generic.
---