getting exception after webjob sdk code fork for public class ServiceBusTriggerAttribute

前端 未结 1 1173
余生分开走
余生分开走 2021-01-17 06:01

I get all webjod sdk code from here

I want to make class ServiceBusTriggerAttribute public and non sealed and created nuget package using Microsof

1条回答
  •  清酒与你
    2021-01-17 06:36

    This issue was recently discussed in the public repo here. I don't think trying to subclass the attribute is the way to go. I suggested some alternatives in the github issue. You're getting the above exception because all the WebJobs SDK assemblies are delay signed (in project settings). They need to be fully signed for use.

    0 讨论(0)
提交回复
热议问题