3

We had a common project where we had exception handling. And using Postsharp sounded smart. The thing is now it is an obstacle in our daily Nuget updates.

Fixing the version number is also fishy as we want the latest versions. And we can not introduce IoC containers as they are mutually exclusive.

Any work around I am missing ?

Updates fail and we need the updates

Mutually exclusive

Rıfat Erdem Sahin
  • 1,738
  • 4
  • 29
  • 47
  • 1
    Out of interest, can you explain what you mean by "And we can not introduce IoC containers as they are mutually exclusive"? – Steven Jan 20 '15 at 08:38
  • We need to be able to use the interfaces to inject from the composite root. And we got a response from postsharp that can not be interfaced. https://twitter.com/postsharp/status/555276021445193728 – Rıfat Erdem Sahin Jan 20 '15 at 09:11
  • So you build your Common project as a NuGet package? How do you specify the dependency on PostSharp in the .nuspec file? It seems that you depend on exact version instead of a range (4.0.34+). – AlexD Jan 20 '15 at 17:19
  • yes. We have a ci.nuspec file. And this is our setting – Rıfat Erdem Sahin Jan 22 '15 at 14:20
  • Ok, so this sets dependency on 4.0.34 exactly. Would it help if you specify dependency this way ? – AlexD Jan 25 '15 at 23:03

0 Answers0