Constructor NotImplementedException?

103 Views Asked by At

I am starting and doing testing with PostSharp 6.9.4 Community version, upgrading from 3.0.27 Express. Everything is fine building in VS2017, but when we queue a new build in tfs we get this error:

c:\B1\Net\SEP TR dev Visual Studio 2017\Sources\src\projectName\projectName.csproj : error LA0014: The custom attribute 'Helpers.TimeTraceAspect' constructor threw the exception NotImplementedException: The method cannot be executed at build time.

What does it mean?

Same code works and builds fine in 3.0.27 but not in 6.9.4.

I have not found any information about this error in PostSharp's support page.

Thank you for your help.

0

There are 0 best solutions below