AssemblyManifestDeclaration.OverwrittenName Property |
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public string OverwrittenName { get; set; }
Property Value
Type: StringA valid name, or null if the name is not overwritten.
Overwriting an assembly name allows to change the name of the compiled assembly without breaking references in the current domain (because changing the Name would make it impossible to resolve assembly references).
When the name is overwritten, the public key is automatically ignored during compilation.