TheLightSwitchToolbox.StronglyTypedChoiceLists.Server 1.0.3

dotnet add package TheLightSwitchToolbox.StronglyTypedChoiceLists.Server --version 1.0.3
NuGet\Install-Package TheLightSwitchToolbox.StronglyTypedChoiceLists.Server -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TheLightSwitchToolbox.StronglyTypedChoiceLists.Server" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TheLightSwitchToolbox.StronglyTypedChoiceLists.Server --version 1.0.3
#r "nuget: TheLightSwitchToolbox.StronglyTypedChoiceLists.Server, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TheLightSwitchToolbox.StronglyTypedChoiceLists.Server as a Cake Addin
#addin nuget:?package=TheLightSwitchToolbox.StronglyTypedChoiceLists.Server&version=1.0.3

// Install TheLightSwitchToolbox.StronglyTypedChoiceLists.Server as a Cake Tool
#tool nuget:?package=TheLightSwitchToolbox.StronglyTypedChoiceLists.Server&version=1.0.3

Inject this package in the server project of a LightSwitch solution.
LightSwitch stores choice lists values in the service model file (Service.lsml). This package will use the information of this file to generate by means of a T4 template strongly typed constants for the different choice lists values in the different fields of the different entity types. In order to get access to the strongly typed values in the Silverlight project, simply add the CodeValue.generated.cs file as a link to the silverlight client project.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 3,553 4/6/2013

-2013-04-06: open xml in readonly mode
-currently only support for string based choice lists values.