Our.Umbraco.SuperValueConverters 4.1.0

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

// Install Our.Umbraco.SuperValueConverters as a Cake Tool
#tool nuget:?package=Our.Umbraco.SuperValueConverters&version=4.1.0

Umbraco SuperValueConverters

<img src="docs/img/logo.png?raw=true" alt="Umbraco SuperValueConverters" width="250" align="right" />

NuGet release

Looking for SuperValueConverters for Umbraco 8? Check the v8/dev branch.

SuperValueConverters is a collection of powerful property value converters for Umbraco, eliminating the need for casting and null checks on Umbraco picker values in views or controllers and helping to keep code cleaner.

Getting started

This package is supported on Umbraco v10-v12 and v13

Once installed you don't need to do anything to activate SuperValueConverters.

Installation

SuperValueConverters is available via NuGet.

To install with the .NET CLI, run the following command:

$ dotnet add package Our.Umbraco.SuperValueConverters

To install from within Visual Studio, use the NuGet Package Manager UI or run the following command:

PM> Install-Package Our.Umbraco.SuperValueConverters

Usage

Where a picker that returns multiple items (such as MNTP or Nested Content) has been configured to only allow a single item to be selected (via it's "maxItems" setting), the returned value will now be a single IPublishedContent rather than IEnumerable<IPublishedContent>.

Supported value converters will no longer return null if no value has been picked - an empty collection will be returned instead, preventing the need for null checks.

Currently the following datatypes are supported:

  • Multi-Node Tree Picker
  • Nested Content

Models Builder

SuperValueConverters works seamlessly with Models Builder (if you're using it) to return the correct model types from pickers rather than IPublishedContent.

Where a picker has been configured to only allow items of a specific doctype, the returned value will be already cast to the relevant Models Builder generated model.

In cases where an allowed doctype uses compositions Models Builder will generate an interface for that model. If more than one allowed doctype on a given picker implements the same interface, the returned value will be cast to the shared interface rather than the default IPublishedContent.

Contribution guidelines

To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the library.

Who do I talk to?

This project is maintained by Callum Whyte and contributors. If you have any questions about the project please get in touch on Twitter, or by raising an issue on GitHub.

Credits

The logo uses the Energy icon from the Noun Project by Scarlett McKay, licensed under CC BY 3.0 US.

A special #h5yr to our contributors

License

Copyright © 2024 Callum Whyte, and other contributors

Licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  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 is compatible.  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
4.1.0 206 2/18/2024
4.0.1 3,732 1/20/2023
4.0.0 1,071 11/28/2022
3.1.0 922 5/29/2022
3.0.1 689 3/15/2022
3.0.0 700 3/4/2022
2.2.1 474 1/20/2023
2.2.0 453 5/29/2022
2.1.0 8,345 1/22/2021
2.0.1 4,355 7/25/2019
2.0.0 474 7/22/2019
1.3.0 621 1/22/2021
1.2.0 3,061 7/22/2019
1.1.0 843 4/13/2019
1.0.1 898 3/26/2019
1.0.0 690 2/6/2019