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
0f6e18023faecb7e7837a9074f7feef1db47ffc1
Umbraco-CMS/src/Umbraco.Configuration/Models/CoreDebugSettings.cs

10 lines
226 B
C#
Raw Normal View History

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
namespace Umbraco.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: 1667ms 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