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,37 @@
---
source_files:
- Common/DTS.Common.Security/Properties/AssemblyInfo.cs
generated_at: "2026-04-17T16:10:52.942244+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "41d2cf231b13f1fd"
---
# Properties
### Purpose
This module contains assembly-level metadata for the `DTS.Common.Security` assembly. It is a standard .NET AssemblyInfo file that defines the assembly's identity, version information, COM visibility settings, and copyright attributes. It exists to provide build system integration and assembly identification within the larger DTS codebase.
### Public Interface
No public types or functions are defined. This module consists entirely of assembly-level attributes:
- `AssemblyTitle`: "DTS.Common.Security"
- `AssemblyProduct`: "DTS.Common.Security"
- `AssemblyVersion`: "1.0.0.0"
- `AssemblyFileVersion`: "1.0.0.0"
- `ComVisible`: false
- `Guid`: "8c99ed0f-c778-463d-bb0d-d72d1d791d47"
### Invariants
- `AssemblyVersion` and `AssemblyFileVersion` are both fixed at "1.0.0.0".
- `ComVisible` is set to false, meaning types in this assembly are not visible to COM components by default.
- The assembly GUID is fixed at "8c99ed0f-c778-463d-bb0d-d72d1d791d47".
### Dependencies
**Depends on**: `System.Reflection`, `System.Runtime.CompilerServices`, `System.Runtime.InteropServices` (framework assemblies only).
**Depended on by**: Cannot be determined from source alone; this is a leaf metadata module.
### Gotchas
None identified from source alone. This is auto-generated boilerplate code.
---