qol: formatting
This commit is contained in:
@@ -35,7 +35,8 @@ namespace Disco.Data.Configuration.Modules
|
||||
|
||||
public bool? SearchAllServers
|
||||
{
|
||||
get {
|
||||
get
|
||||
{
|
||||
var value = Get<bool?>(null);
|
||||
|
||||
/// migrate <see cref="SearchAllForestServers"/>
|
||||
|
||||
@@ -58,7 +58,7 @@ namespace Disco.Data.Configuration
|
||||
if (result == null)
|
||||
{
|
||||
var appDataPath = System.Web.HttpContext.Current.Server.MapPath("~/App_Data");
|
||||
|
||||
|
||||
if (!appDataPath.EndsWith(@"\"))
|
||||
appDataPath += @"\";
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Data.Entity.Infrastructure;
|
||||
using Microsoft.Win32;
|
||||
using Microsoft.Win32;
|
||||
using System;
|
||||
using System.Data.Common;
|
||||
using System.Data.Entity.Infrastructure;
|
||||
using System.Security;
|
||||
|
||||
namespace Disco.Data.Repository
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
using System;
|
||||
using Disco.Models.Repository;
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Data.Entity.Infrastructure;
|
||||
using System.Data.Objects;
|
||||
using System.Linq;
|
||||
using System.Reactive.Subjects;
|
||||
using System.Data.Entity.Infrastructure;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Data.Objects;
|
||||
using Disco.Models.Repository;
|
||||
|
||||
namespace Disco.Data.Repository.Monitor
|
||||
{
|
||||
|
||||
@@ -52,7 +52,8 @@ namespace Disco.Data.Repository.Monitor
|
||||
return (T)dbEntityState.CurrentValues[PropertyName];
|
||||
}
|
||||
|
||||
public void ExecuteAfterCommit(Action<RepositoryMonitorEvent> action){
|
||||
public void ExecuteAfterCommit(Action<RepositoryMonitorEvent> action)
|
||||
{
|
||||
if (afterCommit)
|
||||
{
|
||||
// Execute Immediately
|
||||
|
||||
Reference in New Issue
Block a user