Crestron.SimplSharp.SDK.SandboxLibrary 2.19.16-beta1

This is a prerelease version of Crestron.SimplSharp.SDK.SandboxLibrary.
dotnet add package Crestron.SimplSharp.SDK.SandboxLibrary --version 2.19.16-beta1
NuGet\Install-Package Crestron.SimplSharp.SDK.SandboxLibrary -Version 2.19.16-beta1
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="Crestron.SimplSharp.SDK.SandboxLibrary" Version="2.19.16-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Crestron.SimplSharp.SDK.SandboxLibrary --version 2.19.16-beta1
#r "nuget: Crestron.SimplSharp.SDK.SandboxLibrary, 2.19.16-beta1"
#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 Crestron.SimplSharp.SDK.SandboxLibrary as a Cake Addin
#addin nuget:?package=Crestron.SimplSharp.SDK.SandboxLibrary&version=2.19.16-beta1&prerelease

// Install Crestron.SimplSharp.SDK.SandboxLibrary as a Cake Tool
#tool nuget:?package=Crestron.SimplSharp.SDK.SandboxLibrary&version=2.19.16-beta1&prerelease

This package modifies your .csproj and AssemblyInfo.cs files from the base .net framework 3.5 template to with the following lines getting commented out. These will need to be manually reverted if you ever need to uninstall this package and wish to continue developing applications that don't utilize Compact Framework 3.5!

These two lines will get commented out in your .csproj

<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />";

and

"<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />";

In AssemblyInfo.cs, the [assembly: AssemblyFileVersion("1.0.0.0")] line will get commented out.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Crestron.SimplSharp.SDK.SandboxLibrary:

Package Downloads
Crestron.SimplSharp.SDK.SandboxProgramLibrary

A version of Crestron.SimplSharp.SDK.ProgramLibrary suitable for use with a 3-series sandbox build. See https://github.com/scottpidzarko/CrestronSandboxBuild This project pulls the required files from the Device Database. You MUST have the S# plugin and everything it requires installed for this package to function.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.19.16-beta1 165 10/17/2022

Initial release. Visual Studio 2019 and Jetbrains Rider tested with successful builds. Visual Studio 2022 is not supported at this time, but that is planned for a future release.