Skip to content

CodeFactory Runtime and SDK for VisualStudio

Choose a tag to compare

@sgiffinlcd sgiffinlcd released this 15 Mar 17:32
· 44 commits to main since this release
fbeacd3

CodeFactory Runtime for Visual Studio 2019

Release 1.21068.1

Enhancements

The following are enhancements to the CodeFactory Environment.

Runtime and SDK in one VSIX Install

This release we have merged the CodeFactory runtime for Visual Studio 2019 and the CodeFactory SDK into a single install. This will reduce confusion on interaction with open-source project code.

#18 Identify Framework Version

When accessing VSProject model data the user can view the target output frameworks and versions of the project.

#16 Cannot Output to the CodeFactory Visual Studio Window

Users can now directly write to the CodeFactory output window in Visual Studio. This is accessible from the VisualStudioActions.Environment from in any CodeFactory command.

#10 Body Syntax Modification

Users can now directly modify the syntax that is stored in the body of a method. In addition, they can also get and replace the expression for a method. The CsMethod model has been updated with an addition property SyntaxContent. This property will tell you if the method supports body or expression syntax.

#7 All the Get Body Method to Return an Array

Users can now get the body syntax from a method body back as a string array instead of just the string.

Fixes

The following fixes have been included.

#11 Update SDK Installer Information

Included in the Runtime and SDK in one VSIX install.

#12 Update CodeFactory for Visual Studio Installer

Included in the Runtime and SDK in one VSIX install.