Skip to main content

Announcing AvatarScriptLink.NET 1.2.0

· One min read
Scott Olson Jr
RarelySimple.AvatarScriptLink Maintainer

AvatarScriptLink.NET version 1.2.0 is now available on NuGet. This release includes the introduction of Builder methods to assist with the creation of the various objects as well as allowing for the error code and error message to be set prior to calling ToReturnOptionObject(). This is especially helpful when arranging unit tests.

Announcing AvatarScriptLink.NET 1.1.6

· 2 min read
Scott Olson Jr
RarelySimple.AvatarScriptLink Maintainer

AvatarScriptLink.NET version 1.1.6 is now available on NuGet. This release refines the behavior of setting a FieldObject as required or optional.

With the release:

  • SetRequiredField() will no longer set the FieldObject as Enabled as well. Use SetEnabledField() as well if this is the desired result.
  • SetDisabledField() will no longer set the FieldObject as Optional as well. Use SetOptionalField() well if this is the desired result.

Deployment Methods for Your .NET ScriptLink Solution

· 4 min read
Scott Olson Jr
RarelySimple.AvatarScriptLink Maintainer

Congratulations! You have created your “Hello, World!” ScriptLink web application, tested it with Unit Tests, tested it on your development web server, and submitted your code to a source control solution. Next, we will be looking at various methods for deploying our .NET ScriptLink applications. This will enable us to setup our Test server to use with UAT or other myAvatar Test environment and later the Production server to use with our LIVE or other production myAvatar environment.