Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The compiled assemblies will be given fixed names. (If  If this option is not set, the names will be autogeneratedautomatically generated.)

The compiled application assembly can be signed with a strong name from a key file or key container. If using a key container, the application can be set to allow partially trusted callers or to not fully sign the compiled assembly.

Show error stack if fails to compile

Specify if a stack trace is required in the action output when a failure occurs. 

Strong Name

Create Strong Name Assembly

Do not sign assembly with strong name

Choose not to sign the assemblies with a strong name. This means that weak naming is required to reference any assemblies created. 

Use strong name key file

The filename which has the public/private key pair to be used in generating the strong name. 

Use strong name key container

The name of the container which has the public/private key pair to be used in generating the strong name. 

Allow partially trusted callers

This allows the produced code to be accessed by partially trusted callers. 

Do not fully sign assembly at creation

Specifies that the assembly should only be signed with the public key token rather than the public/private key pair. The produced code can be run before signing is completed. Take great care that no malicious users can access before signing has been completed.