Versions Compared

Key

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

...

Default .NET Framework Version

This is used by by .Net Framework Tools and .Net SDK Tools Specifies (and other .NET actions) as the default .NET Framework version for new .NET actions added to your build. This is import for .NET SDK, and .NET Client Tool actions as it specifies which version to use tools fromthe tool they relate to.  The .NET version can be changed on an action by action bases for these tools. Note that all .NET versions are supported for tool actions

In addition this option specifies the the option specifies the CLR version that is loaded.  This is used by Custom User Actions and some included actions written in C#. Currently a minimum version of .NET 4.0 is required due to the features being used in the running of certain actions. 

Allow reloading of .NET custom action assemblies

Checking this option allows FinalBuilder to reload assemblies required by custom action actions implemented in .NET.  Reloading will take place automatically when an action package is saved in ActionStudio, or from the Package Manager dialog.

...

Checking this option means that FinalBuilder will unload custom action assemblies when FinalBuilder is idle.  For example, after a build have has completed or when the action properties dialog is has closed. This  This allows for easier debugging of custom actions being built using Visual Studio and Action Studio as FinalBuilder only holds the binary while it needs to.