SystemLibrary.Common.Episerver 7.10.0.14

dotnet add package SystemLibrary.Common.Episerver --version 7.10.0.14
NuGet\Install-Package SystemLibrary.Common.Episerver -Version 7.10.0.14
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="SystemLibrary.Common.Episerver" Version="7.10.0.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SystemLibrary.Common.Episerver --version 7.10.0.14
#r "nuget: SystemLibrary.Common.Episerver, 7.10.0.14"
#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 SystemLibrary.Common.Episerver as a Cake Addin
#addin nuget:?package=SystemLibrary.Common.Episerver&version=7.10.0.14

// Install SystemLibrary.Common.Episerver as a Cake Tool
#tool nuget:?package=SystemLibrary.Common.Episerver&version=7.10.0.14

SystemLibrary Common Episerver

Description

Library with classes, methods and dijits for every >= .NET 7 episerver application

Features

BoxSelection

Box Selection Preview

  • Supports showing any free FontAwesome Icon
  • Supports showing your own custom images
  • Supports setting background color, to be used as a color picker
DateSelection

Date Selection Preview

  • Supports showing DateTime picker as 'Date'
  • Default style is overridden for the DateTime picker
MultidropdownSelection

Box Selection Preview

  • Supports adding one or more items from a dropdownlist (enum)
  • Optionally supports adding free text to an IList of strings
Message

Message Preview

  • Display a simple help text to the editors
  • Has an built-in toggle functionality that activates if text to display is large
ContentIcon

Content Icon Preview

  • Shows icons in both Page Tree and the 'New Content' dialog
  • Supports choosing any of the free FontAwesome Icons
  • Supports your own custom images

Parent Link Reference Preview

  • Creates a link to the parent, where 'this' content is stored
  • No more wondering where content is stored, you have a link to it now
JsonEdit

Json Edit Preview Json Edit Preview

  • A simple json editor for simple objects
  • Data is stored as string, so you invoke the StringExtension .Json() to get it as a C# class or .JsonEditAsObject() if class contains XhtmlString fields for rich text editable text
  • Contains ways to add placeholders to input fields, required message to each field, and a displayName for each property
One Line Setup
  • Setup IApplicationBuilder in one line:
    app.UseCommonCmsApp();
    • registers common middlewares for Optimizely CMS, like cache, authentication, cookies, routing to controllers and more
  • Setup IServiceCollection in one line:
    services.AddCommonCmsServices<CurrentUser, LogWriter>().AddFind();
    • registers common services for Optimizely CMS, like cache, authenticaation, Cms, TinyMce, and more...
    • registers common view locations
  • Contains extensions for XhtmlString, ContentReference, ContentArea, etc ... such as Is() and IsNot()
  • Contains 'CurrentUser' class, either new it up or inject it
  • Contains ReactServerSide rendering results to convert a Block to React

Requirements

  • >= .NET 7
  • >= Episerver 12.26.0

Latest Version

Release 7.10.0.14

  • Middleware: now actually checking "useRazorPages" and maps it if true. Also adds "MapControllers" above DefaultControllerRoutes()
Version history
  • View git history of this file if interested

Installation

Documentation

Nuget

Source

Suggestions and feedback

License

  • Free
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
7.10.0.14 76 4/23/2024
7.1.0.6 106 1/21/2024
6.11.0.7 163 11/9/2023