Activity overview
Latest activity by A_F
Yes, but... - PrivateAssets="all" means that you have to add the SmartAssembly Nuget ref to all .dlls (I have over 50), and not just the CommonToAll dll. - Include the attribute source files directly. This is the solution I've gone with, but unlike using the Nuget, there is no automatic version notification if stuff changes. Also, if multiple dlls include the source you get a clash unless you change the namespace. / comments
Yes, but...- PrivateAssets="all" means that you have to add the SmartAssembly Nuget ref to all .dlls (I have over 50), and not just the CommonToAll dll.- Include the attribute source files directly...