Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width600px

The .NET Framework options control settings and CLR version used by .NET actions.

...

Image Removed

...

Image Added

Column
width300px
Panel
borderColor#D8D8D8
bgColor#FFFFFF
titleColor#FFFFFF
borderWidth1
titleBGColor#006396
borderStylesolid
titleOn this page:

Table of Contents
maxLevel3
minLevel2
printablefalse
 

Column


.NET Framework Version

 

...

Default .NET Framework

...

Version

This is used by .Net Framework Tools and .Net SDK Tools (and other .NET actions) as the default .NET version for the tool they relate to.  The .NET version can be changed on an action by action bases for these tools.

Note
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. 

.NET Package Loading

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.

Unload custom action assemblies whenever the project is idle

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. 

...