Skip to content

Commit

Permalink
Upgrade to latest FluentValidation v8.2.3+
Browse files Browse the repository at this point in the history
commit: ccc369b9b1de07bcfadd95daff5d5500fcead18e
  • Loading branch information
mythz committed Apr 23, 2019
1 parent ea2788c commit 6e40ce8
Show file tree
Hide file tree
Showing 138 changed files with 3,542 additions and 2,336 deletions.
Expand Up @@ -19,7 +19,7 @@

using ServiceStack.FluentValidation.Internal;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System;
using System.Collections.Generic;
using System.Reflection;
Expand Down
Expand Up @@ -22,7 +22,7 @@
using ServiceStack.FluentValidation.Results;
using ServiceStack.FluentValidation.Validators;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System;
using System.Collections.Generic;
using System.ComponentModel;
Expand Down Expand Up @@ -169,7 +169,7 @@ public Attribute ToAttribute()
}
}

namespace FluentValidation.Mvc.MetadataExtensions
namespace ServiceStack.FluentValidation.Mvc.MetadataExtensions
{
using System;
using System.Collections.Generic;
Expand Down
Expand Up @@ -3,7 +3,7 @@
using ServiceStack.FluentValidation.Internal;
using ServiceStack.FluentValidation.Results;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
Expand Up @@ -22,7 +22,7 @@
using ServiceStack.FluentValidation.Internal;
using ServiceStack.FluentValidation.Validators;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
Expand Up @@ -2,7 +2,7 @@
using ServiceStack.FluentValidation;
using ServiceStack.FluentValidation.Results;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System.Web.Mvc;

/// <summary>
Expand Down
Expand Up @@ -2,7 +2,7 @@
using ServiceStack.FluentValidation.Internal;
using ServiceStack.FluentValidation.Validators;

namespace FluentValidation.Mvc
namespace ServiceStack.FluentValidation.Mvc
{
using System.Collections.Generic;
using System.Web.Mvc;
Expand Down
Expand Up @@ -2,7 +2,7 @@
using ServiceStack.FluentValidation.Internal;
using ServiceStack.FluentValidation.Validators;

namespace FluentValidation.Mvc
namespace ServiceStack.FluentValidation.Mvc
{
using System.Collections.Generic;
using System.Web.Mvc;
Expand Down
Expand Up @@ -2,7 +2,7 @@
using ServiceStack.FluentValidation.Internal;
using ServiceStack.FluentValidation.Validators;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System.Collections.Generic;
using System.Reflection;
using System.Web.Mvc;
Expand Down
Expand Up @@ -3,7 +3,7 @@
using ServiceStack.FluentValidation.Internal;
using ServiceStack.FluentValidation.Validators;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System;
using System.Collections.Generic;
using System.Web.Mvc;
Expand Down
Expand Up @@ -3,7 +3,7 @@
using ServiceStack.FluentValidation.Resources;
using ServiceStack.FluentValidation.Validators;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System.Collections.Generic;
using System.Web.Mvc;

Expand Down
Expand Up @@ -2,7 +2,7 @@
using ServiceStack.FluentValidation.Internal;
using ServiceStack.FluentValidation.Validators;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System.Collections.Generic;
using System.Web.Mvc;

Expand Down
Expand Up @@ -2,7 +2,7 @@
using ServiceStack.FluentValidation.Internal;
using ServiceStack.FluentValidation.Validators;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System.Collections.Generic;
using System.Web.Mvc;

Expand Down
Expand Up @@ -3,7 +3,7 @@
using ServiceStack.FluentValidation.Resources;
using ServiceStack.FluentValidation.Validators;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System.Collections.Generic;
using System.Web.Mvc;

Expand Down
@@ -1,5 +1,5 @@
#if !NETSTANDARD2_0
namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System.Web;
using System.Web.Mvc;

Expand Down
Expand Up @@ -19,7 +19,7 @@

using ServiceStack.FluentValidation.Results;

namespace FluentValidation.Mvc {
namespace ServiceStack.FluentValidation.Mvc {
using System.Globalization;
using System.Web.Mvc;

Expand Down

0 comments on commit 6e40ce8

Please sign in to comment.