2.2 KiB
2.2 KiB
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | ||
|---|---|---|---|---|---|---|
|
2026-04-17T16:28:16.258591+00:00 | zai-org/GLM-5-FP8 | 1 | 16ba16d55b385c46 |
Properties
Purpose
This module contains auto-generated build artifacts for the GroupTemplateList assembly, including application settings infrastructure and assembly metadata. It provides the standard .NET Settings singleton pattern for persisting user or application configuration scoped to the GroupList module, and defines assembly identity attributes used by the CLR for binding and versioning.
Public Interface
Settingsclass (internal sealed partial) - Inherits fromglobal::System.Configuration.ApplicationSettingsBase. Provides strongly-typed access to application settings.public static Settings Default { get; }- Returns a synchronized singleton instance of the Settings class, lazily initialized viaApplicationSettingsBase.Synchronized(new Settings()).
Invariants
- The
Settingsclass is auto-generated bySettingsSingleFileGenerator(version 17.10.0.0) and should not be manually edited; changes will be lost on regeneration. - The
defaultInstancefield is always assigned viaSynchronized(), ensuring thread-safe access to settings. - Assembly version is fixed at
1.0.0.0for bothAssemblyVersionandAssemblyFileVersion. - COM visibility is disabled at the assembly level (
ComVisible(false)).
Dependencies
- Depends on:
System.Configuration.ApplicationSettingsBase(from System.Configuration assembly),System.Runtime.CompilerServices,System.CodeDom.Compiler. - Depended on by: Unclear from source alone; presumably consumed by the parent
GroupListmodule for settings access.
Gotchas
- The assembly title is
"GroupTemplateList"but the namespace isGroupList.Properties— this naming inconsistency may cause confusion when searching for the assembly or namespace. - The
Settingsclass isinternal, so it cannot be accessed from outside this assembly without friend assembly declarations (InternalsVisibleTo).