EPi.Extensions
EPi.Extensions copied to clipboard
Library with extension methods and helpers for EPiServer.
Bumps [System.Security.Cryptography.Xml](https://github.com/dotnet/corefx) from 4.5.0 to 4.7.1. Release notes Sourced from System.Security.Cryptography.Xml's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
Bumps [System.Security.Cryptography.Xml](https://github.com/dotnet/corefx) from 4.5.0 to 4.7.1. Release notes Sourced from System.Security.Cryptography.Xml's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
When trying to get a `SiteSettingsPage` that does not exists as a child to `StartPage` with the following code `var siteSettings = ContentReference.StartPage.GetSingletonPage();` it should return `null` and not throw...
https://swapcode.wordpress.com/2019/09/14/why-you-should-not-use-sitedefinition-current-siteurl-in-episerver-site/
When calling `contentReference.GetFriendlyUrl(includeHost: true)`, returned URL has schema based on incoming request, but not based on schema defined in site settings. https://github.com/Geta/EPi.Extensions/blob/master/src/Geta.EPi.Extensions/Helpers/UriHelpers.cs#L29 This creates problems in following scenarios: a) site...
constructors: `public QueryStringBuilder(ContentReference contentLink, bool includeHost = false)` and `public QueryStringBuilder(ContentReference contentLink, UrlResolver urlResolver, bool includeHost = false)` fail with null pointer exception if contentLink has no template. However if...