You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When build the project which reference the WorkflowCore, it throws error:
##[error]CSC : error CS8002: Referenced assembly 'WorkflowCore, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. [D:\dbs\el\49c3\sources\dev*.csproj]
##[error]CSC : error CS8002: Referenced assembly 'WorkflowCore.DSL, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. [D:\dbs\el\49c3\sources\dev*.csproj]
Can we provide a version where the assemblies are fully signed? Many thanks
The text was updated successfully, but these errors were encountered:
Describe the bug
When build the project which reference the WorkflowCore, it throws error:
##[error]CSC : error CS8002: Referenced assembly 'WorkflowCore, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. [D:\dbs\el\49c3\sources\dev*.csproj]
##[error]CSC : error CS8002: Referenced assembly 'WorkflowCore.DSL, Version=3.11.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. [D:\dbs\el\49c3\sources\dev*.csproj]
Can we provide a version where the assemblies are fully signed? Many thanks
The text was updated successfully, but these errors were encountered: