Logo
Explore Help
Register Sign In
yv01p/Umbraco-CMS
1
0
Fork 0
You've already forked Umbraco-CMS
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
61cbb84dd300b26f1876b23b10588cc4d82017ad
Umbraco-CMS/src/Umbraco.Core/Configuration/Models/CoreDebugSettings.cs

10 lines
231 B
C#
Raw Normal View History

Moved configuration setting POCOs into Umbraco.Core and adjusted references. Amended injection of some settings to use IOptionsSnapshot.
2020-08-20 22:18:50 +01:00
namespace Umbraco.Core.Configuration.Models
Implemented config for asp.net core
2020-03-16 14:02:08 +01:00
{
Amended most configuration settings classes to public POCOs without interfaces, and loaded into services collection via loading the configuration section.
2020-08-20 08:24:23 +01:00
public class CoreDebugSettings
Implemented config for asp.net core
2020-03-16 14:02:08 +01:00
{
Amended most configuration settings classes to public POCOs without interfaces, and loaded into services collection via loading the configuration section.
2020-08-20 08:24:23 +01:00
public bool LogUncompletedScopes { get; set; } = false;
Aligned default values for configs
2020-03-18 11:29:29 +01:00
Amended most configuration settings classes to public POCOs without interfaces, and loaded into services collection via loading the configuration section.
2020-08-20 08:24:23 +01:00
public bool DumpOnTimeoutThreadAbort { get; set; } = false;
Implemented config for asp.net core
2020-03-16 14:02:08 +01:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 1005ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API