/ / Nuget, transformácia zdroja a AssemblyInfo.cs - balík, nuget, transformácia, assemblyinfo

Nuget, zdrojová transformácia a AssemblyInfo.cs - balík, nuget, transformácia, assemblyinfo

V súčasnosti pracujem na balíku NuGet, ktorýkonfiguráciu pár vecí v AssemblyInfo.cs. Pridal som súbor AssemblyInfo.cs.pp do môjho balíka v / content / Properties, avšak transformácia sa nevykoná.

Obsah súboru AssemblyInfo.cs.pp

using Client.Logging.Aspects;
using PostSharp.Extensibility;


[assembly: ProfileAspect(
AttributeTargetTypes = "$id$*",
AttributeTargetElements = MulticastTargets.Method,
AttributeTargetMemberAttributes = MulticastAttributes.Public
)]

odpovede:

0 pre odpoveď č. 1

Zrejme nie je možné - http://nuget.codeplex.com/discussions/360970