Obsolete stuff not used anymore and remove from appsettings schema (#12520)

This commit is contained in:
Bjarke Berg
2022-06-01 19:35:10 +02:00
committed by GitHub
parent edc9e9623d
commit cce0a7d816
3 changed files with 3 additions and 2 deletions

View File

@@ -35,9 +35,8 @@ namespace JsonSchema
/// </summary>
public class CmsDefinition
{
public ActiveDirectorySettings? ActiveDirectory { get; set; }
public ContentSettings? Content { get; set; }
public CoreDebugSettings? Debug { get; set; }
public ExceptionFilterSettings? ExceptionFilter { get; set; }

View File

@@ -1,5 +1,6 @@
namespace Umbraco.Cms.Core.Configuration
{
[Obsolete("Not used anymore, will be removed in Umbraco 12")]
public interface ITypeFinderSettings
{
string AssembliesAcceptingLoadExceptions { get; }

View File

@@ -7,6 +7,7 @@ namespace Umbraco.Cms.Core.Configuration.Models
/// Typed configuration options for active directory settings.
/// </summary>
[UmbracoOptions(Constants.Configuration.ConfigActiveDirectory)]
[Obsolete("This is not used anymore. Will be removed in Umbraco 12")]
public class ActiveDirectorySettings
{
/// <summary>