mirror of
https://gitee.com/dotnetchina/Furion.git
synced 2025-12-06 15:59:25 +08:00
😊 发布 v4.9.7.217 版本,改进 HTTP 远程请求和包含 v4.9.8 新模块代码
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<LangVersion>preview</LangVersion>
|
||||
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
|
||||
<Version>4.9.7.216</Version>
|
||||
<Version>4.9.7.217</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<!--<Nullable>enable</Nullable>-->
|
||||
<Authors>百小僧</Authors>
|
||||
|
||||
@@ -35,4 +35,20 @@
|
||||
<None Include="readme.txt" pack="true" PackagePath="." />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="V5_Experience\Validation\Resources\ValidationMessages.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>ValidationMessages.resx</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="V5_Experience\Validation\Resources\ValidationMessages.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>ValidationMessages.Designer.cs</LastGenOutput>
|
||||
<CustomToolNamespace>Furion.Validation.Resources</CustomToolNamespace>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
@@ -1,9 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -12,13 +13,13 @@ namespace Furion.Validation.Resources {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// 一个强类型的资源类,用于查找本地化的字符串等。
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
// 此类是由 StronglyTypedResourceBuilder
|
||||
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
||||
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
||||
// (以 /str 作为命令选项),或重新生成 VS 项目。
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class ValidationMessages {
|
||||
@@ -32,13 +33,13 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// 返回此类使用的缓存的 ResourceManager 实例。
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Furion.Validation.Resources.ValidationMessages", typeof(ValidationMessages).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Furion.V5_Experience.Validation.Resources.ValidationMessages", typeof(ValidationMessages).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
@@ -46,8 +47,8 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// 重写当前线程的 CurrentUICulture 属性,对
|
||||
/// 使用此强类型资源类的所有资源查找执行重写。
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
@@ -60,7 +61,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid age..
|
||||
/// 查找类似 The field {0} is not a valid age. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string AgeValidator_ValidationError {
|
||||
get {
|
||||
@@ -69,7 +70,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be at least 18 years old..
|
||||
/// 查找类似 The field {0} must be at least 18 years old. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string AgeValidator_ValidationError_IsAdultOnly {
|
||||
get {
|
||||
@@ -78,7 +79,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field does not equal any of the values specified in AllowedValuesValidator..
|
||||
/// 查找类似 The {0} field does not equal any of the values specified in AllowedValuesValidator. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string AllowedValuesValidator_ValidationError {
|
||||
get {
|
||||
@@ -87,7 +88,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid bank card number..
|
||||
/// 查找类似 The field {0} is not a valid bank card number. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string BankCardValidator_ValidationError {
|
||||
get {
|
||||
@@ -96,7 +97,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field is not a valid Base64 encoding..
|
||||
/// 查找类似 The {0} field is not a valid Base64 encoding. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string Base64StringValidator_ValidationError {
|
||||
get {
|
||||
@@ -105,7 +106,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid Chinese name..
|
||||
/// 查找类似 The field {0} is not a valid Chinese name. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string ChineseNameValidator_ValidationError {
|
||||
get {
|
||||
@@ -114,7 +115,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} contains invalid Chinese characters..
|
||||
/// 查找类似 The field {0} contains invalid Chinese characters. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string ChineseValidator_ValidationError {
|
||||
get {
|
||||
@@ -123,7 +124,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid color value..
|
||||
/// 查找类似 The field {0} is not a valid color value. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string ColorValueValidator_ValidationError {
|
||||
get {
|
||||
@@ -132,7 +133,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid date..
|
||||
/// 查找类似 The field {0} must be a valid date. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DateOnlyValidator_ValidationError {
|
||||
get {
|
||||
@@ -141,7 +142,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid date in the following format(s): {1}..
|
||||
/// 查找类似 The field {0} must be a valid date in the following format(s): {1}. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DateOnlyValidator_ValidationError_Formats {
|
||||
get {
|
||||
@@ -150,7 +151,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid datetime..
|
||||
/// 查找类似 The field {0} must be a valid datetime. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DateTimeValidator_ValidationError {
|
||||
get {
|
||||
@@ -159,7 +160,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid datetime in the following format(s): {1}..
|
||||
/// 查找类似 The field {0} must be a valid datetime in the following format(s): {1}. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DateTimeValidator_ValidationError_Formats {
|
||||
get {
|
||||
@@ -168,7 +169,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must not have more than '{1}' decimal places..
|
||||
/// 查找类似 The field {0} must not have more than '{1}' decimal places. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DecimalPlacesValidator_ValidationError {
|
||||
get {
|
||||
@@ -177,7 +178,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field equals one of the values specified in DeniedValuesValidator..
|
||||
/// 查找类似 The {0} field equals one of the values specified in DeniedValuesValidator. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DeniedValuesValidator_ValidationError {
|
||||
get {
|
||||
@@ -186,7 +187,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid domain name..
|
||||
/// 查找类似 The field {0} is not a valid domain name. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DomainValidator_ValidationError {
|
||||
get {
|
||||
@@ -195,7 +196,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field is not a valid e-mail address..
|
||||
/// 查找类似 The {0} field is not a valid e-mail address. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string EmailAddressValidator_ValidationError {
|
||||
get {
|
||||
@@ -204,7 +205,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} does not end with the string '{1}'..
|
||||
/// 查找类似 The field {0} does not end with the string '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string EndsWithValidator_ValidationError {
|
||||
get {
|
||||
@@ -213,7 +214,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be equal to '{1}'..
|
||||
/// 查找类似 The field {0} must be equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string EqualToValidator_ValidationError {
|
||||
get {
|
||||
@@ -222,7 +223,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be greater than or equal to '{1}'..
|
||||
/// 查找类似 The field {0} must be greater than or equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string GreaterThanOrEqualToValidator_ValidationError {
|
||||
get {
|
||||
@@ -231,7 +232,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be greater than '{1}'..
|
||||
/// 查找类似 The field {0} must be greater than '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string GreaterThanValidator_ValidationError {
|
||||
get {
|
||||
@@ -240,7 +241,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid Id card number format..
|
||||
/// 查找类似 The field {0} is not a valid Id card number format. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string IDCardValidator_ValidationError {
|
||||
get {
|
||||
@@ -249,7 +250,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field must be a valid JSON object or array..
|
||||
/// 查找类似 The {0} field must be a valid JSON object or array. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string JsonValidator_ValidationError {
|
||||
get {
|
||||
@@ -258,7 +259,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a string or collection type with a minimum length of '{1}' and maximum length of '{2}'..
|
||||
/// 查找类似 The field {0} must be a string or collection type with a minimum length of '{1}' and maximum length of '{2}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string LengthValidator_ValidationError {
|
||||
get {
|
||||
@@ -267,7 +268,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be less than or equal to '{1}'..
|
||||
/// 查找类似 The field {0} must be less than or equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string LessThanOrEqualToValidator_ValidationError {
|
||||
get {
|
||||
@@ -276,7 +277,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be less than '{1}'..
|
||||
/// 查找类似 The field {0} must be less than '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string LessThanValidator_ValidationError {
|
||||
get {
|
||||
@@ -285,7 +286,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a string or array type with a maximum length of '{1}'..
|
||||
/// 查找类似 The field {0} must be a string or array type with a maximum length of '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string MaxLengthValidator_ValidationError {
|
||||
get {
|
||||
@@ -294,7 +295,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be less than or equal to '{1}'..
|
||||
/// 查找类似 The field {0} must be less than or equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string MaxValidator_ValidationError {
|
||||
get {
|
||||
@@ -303,7 +304,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid MD5 string..
|
||||
/// 查找类似 The field {0} is not a valid MD5 string. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string MD5StringValidator_ValidationError {
|
||||
get {
|
||||
@@ -312,7 +313,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a string or array type with a minimum length of '{1}'..
|
||||
/// 查找类似 The field {0} must be a string or array type with a minimum length of '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string MinLengthValidator_ValidationError {
|
||||
get {
|
||||
@@ -321,7 +322,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be greater than or equal to '{1}'..
|
||||
/// 查找类似 The field {0} must be greater than or equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string MinValidator_ValidationError {
|
||||
get {
|
||||
@@ -330,7 +331,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} cannot be empty or whitespace..
|
||||
/// 查找类似 The field {0} cannot be empty or whitespace. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string NotBlankValidator_ValidationError {
|
||||
get {
|
||||
@@ -339,7 +340,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} does not allow empty values..
|
||||
/// 查找类似 The field {0} does not allow empty values. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string NotEmptyValidator_ValidationError {
|
||||
get {
|
||||
@@ -348,7 +349,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} cannot be equal to '{1}'..
|
||||
/// 查找类似 The field {0} cannot be equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string NotEqualToValidator_ValidationError {
|
||||
get {
|
||||
@@ -357,7 +358,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} does not allow null values..
|
||||
/// 查找类似 The field {0} does not allow null values. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string NotNullValidator_ValidationError {
|
||||
get {
|
||||
@@ -366,7 +367,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} has an invalid password format. It must be 8 to 64 characters long and contain at least one letter and one number..
|
||||
/// 查找类似 The field {0} has an invalid password format. It must be 8 to 64 characters long and contain at least one letter and one number. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string PasswordValidator_ValidationError {
|
||||
get {
|
||||
@@ -375,7 +376,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} has an invalid password format. It must be 12 to 64 characters long and contain uppercase letters, lowercase letters, numbers, and special characters..
|
||||
/// 查找类似 The field {0} has an invalid password format. It must be 12 to 64 characters long and contain uppercase letters, lowercase letters, numbers, and special characters. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string PasswordValidator_ValidationError_Strong {
|
||||
get {
|
||||
@@ -384,7 +385,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid phone number..
|
||||
/// 查找类似 The field {0} is not a valid phone number. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string PhoneNumberValidator_ValidationError {
|
||||
get {
|
||||
@@ -393,7 +394,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid postal code..
|
||||
/// 查找类似 The field {0} is not a valid postal code. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string PostalCodeValidator_ValidationError {
|
||||
get {
|
||||
@@ -402,7 +403,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be between '{1}' and '{2}'..
|
||||
/// 查找类似 The field {0} must be between '{1}' and '{2}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RangeValidator_ValidationError {
|
||||
get {
|
||||
@@ -411,7 +412,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be between '{1}' and '{2}' exclusive..
|
||||
/// 查找类似 The field {0} must be between '{1}' and '{2}' exclusive. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RangeValidator_ValidationError_MaxExclusive {
|
||||
get {
|
||||
@@ -420,7 +421,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be between '{1}' exclusive and '{2}'..
|
||||
/// 查找类似 The field {0} must be between '{1}' exclusive and '{2}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RangeValidator_ValidationError_MinExclusive {
|
||||
get {
|
||||
@@ -429,7 +430,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be between '{1}' exclusive and '{2}' exclusive..
|
||||
/// 查找类似 The field {0} must be between '{1}' exclusive and '{2}' exclusive. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RangeValidator_ValidationError_MinExclusive_MaxExclusive {
|
||||
get {
|
||||
@@ -438,7 +439,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must match the regular expression '{1}'..
|
||||
/// 查找类似 The field {0} must match the regular expression '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RegularExpressionValidator_ValidationError {
|
||||
get {
|
||||
@@ -447,7 +448,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field is required..
|
||||
/// 查找类似 The {0} field is required. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RequiredValidator_ValidationError {
|
||||
get {
|
||||
@@ -456,7 +457,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} only allows a single item..
|
||||
/// 查找类似 The field {0} only allows a single item. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string SingleValidator_ValidationError {
|
||||
get {
|
||||
@@ -465,7 +466,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} does not start with the string '{1}'..
|
||||
/// 查找类似 The field {0} does not start with the string '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string StartsWithValidator_ValidationError {
|
||||
get {
|
||||
@@ -474,7 +475,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} does not contain the string '{1}'..
|
||||
/// 查找类似 The field {0} does not contain the string '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string StringContainsValidator_ValidationError {
|
||||
get {
|
||||
@@ -483,7 +484,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a string with a maximum length of '{1}'..
|
||||
/// 查找类似 The field {0} must be a string with a maximum length of '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string StringLengthValidator_ValidationError {
|
||||
get {
|
||||
@@ -492,7 +493,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a string with a minimum length of '{2}' and a maximum length of '{1}'..
|
||||
/// 查找类似 The field {0} must be a string with a minimum length of '{2}' and a maximum length of '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string StringLengthValidator_ValidationError_MinimumLength {
|
||||
get {
|
||||
@@ -501,7 +502,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid telephone..
|
||||
/// 查找类似 The field {0} is not a valid telephone. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string TelephoneValidator_ValidationError {
|
||||
get {
|
||||
@@ -510,7 +511,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid time..
|
||||
/// 查找类似 The field {0} must be a valid time. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string TimeOnlyValidator_ValidationError {
|
||||
get {
|
||||
@@ -519,7 +520,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid time in the following format(s): {1}..
|
||||
/// 查找类似 The field {0} must be a valid time in the following format(s): {1}. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string TimeOnlyValidator_ValidationError_Formats {
|
||||
get {
|
||||
@@ -528,7 +529,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field is not a valid fully-qualified http, https URL..
|
||||
/// 查找类似 The {0} field is not a valid fully-qualified http, https URL. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string UrlValidator_ValidationError {
|
||||
get {
|
||||
@@ -537,7 +538,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field is not a valid fully-qualified http, https, or ftp URL..
|
||||
/// 查找类似 The {0} field is not a valid fully-qualified http, https, or ftp URL. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string UrlValidator_ValidationError_SupportsFtp {
|
||||
get {
|
||||
@@ -546,7 +547,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid username..
|
||||
/// 查找类似 The field {0} is not a valid username. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string UserNameValidator_ValidationError {
|
||||
get {
|
||||
@@ -555,7 +556,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is invalid..
|
||||
/// 查找类似 The field {0} is invalid. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string ValidatorBase_ValidationError {
|
||||
get {
|
||||
|
||||
@@ -35,4 +35,20 @@
|
||||
<None Include="readme.txt" pack="true" PackagePath="." />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="V5_Experience\Validation\Resources\ValidationMessages.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>ValidationMessages.resx</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="V5_Experience\Validation\Resources\ValidationMessages.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>ValidationMessages.Designer.cs</LastGenOutput>
|
||||
<CustomToolNamespace>Furion.Validation.Resources</CustomToolNamespace>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
@@ -1,9 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -12,13 +13,13 @@ namespace Furion.Validation.Resources {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// 一个强类型的资源类,用于查找本地化的字符串等。
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
// 此类是由 StronglyTypedResourceBuilder
|
||||
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
||||
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
||||
// (以 /str 作为命令选项),或重新生成 VS 项目。
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class ValidationMessages {
|
||||
@@ -32,13 +33,13 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// 返回此类使用的缓存的 ResourceManager 实例。
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Furion.Validation.Resources.ValidationMessages", typeof(ValidationMessages).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Furion.V5_Experience.Validation.Resources.ValidationMessages", typeof(ValidationMessages).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
@@ -46,8 +47,8 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// 重写当前线程的 CurrentUICulture 属性,对
|
||||
/// 使用此强类型资源类的所有资源查找执行重写。
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
@@ -60,7 +61,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid age..
|
||||
/// 查找类似 The field {0} is not a valid age. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string AgeValidator_ValidationError {
|
||||
get {
|
||||
@@ -69,7 +70,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be at least 18 years old..
|
||||
/// 查找类似 The field {0} must be at least 18 years old. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string AgeValidator_ValidationError_IsAdultOnly {
|
||||
get {
|
||||
@@ -78,7 +79,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field does not equal any of the values specified in AllowedValuesValidator..
|
||||
/// 查找类似 The {0} field does not equal any of the values specified in AllowedValuesValidator. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string AllowedValuesValidator_ValidationError {
|
||||
get {
|
||||
@@ -87,7 +88,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid bank card number..
|
||||
/// 查找类似 The field {0} is not a valid bank card number. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string BankCardValidator_ValidationError {
|
||||
get {
|
||||
@@ -96,7 +97,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field is not a valid Base64 encoding..
|
||||
/// 查找类似 The {0} field is not a valid Base64 encoding. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string Base64StringValidator_ValidationError {
|
||||
get {
|
||||
@@ -105,7 +106,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid Chinese name..
|
||||
/// 查找类似 The field {0} is not a valid Chinese name. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string ChineseNameValidator_ValidationError {
|
||||
get {
|
||||
@@ -114,7 +115,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} contains invalid Chinese characters..
|
||||
/// 查找类似 The field {0} contains invalid Chinese characters. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string ChineseValidator_ValidationError {
|
||||
get {
|
||||
@@ -123,7 +124,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid color value..
|
||||
/// 查找类似 The field {0} is not a valid color value. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string ColorValueValidator_ValidationError {
|
||||
get {
|
||||
@@ -132,7 +133,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid date..
|
||||
/// 查找类似 The field {0} must be a valid date. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DateOnlyValidator_ValidationError {
|
||||
get {
|
||||
@@ -141,7 +142,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid date in the following format(s): {1}..
|
||||
/// 查找类似 The field {0} must be a valid date in the following format(s): {1}. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DateOnlyValidator_ValidationError_Formats {
|
||||
get {
|
||||
@@ -150,7 +151,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid datetime..
|
||||
/// 查找类似 The field {0} must be a valid datetime. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DateTimeValidator_ValidationError {
|
||||
get {
|
||||
@@ -159,7 +160,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid datetime in the following format(s): {1}..
|
||||
/// 查找类似 The field {0} must be a valid datetime in the following format(s): {1}. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DateTimeValidator_ValidationError_Formats {
|
||||
get {
|
||||
@@ -168,7 +169,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must not have more than '{1}' decimal places..
|
||||
/// 查找类似 The field {0} must not have more than '{1}' decimal places. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DecimalPlacesValidator_ValidationError {
|
||||
get {
|
||||
@@ -177,7 +178,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field equals one of the values specified in DeniedValuesValidator..
|
||||
/// 查找类似 The {0} field equals one of the values specified in DeniedValuesValidator. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DeniedValuesValidator_ValidationError {
|
||||
get {
|
||||
@@ -186,7 +187,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid domain name..
|
||||
/// 查找类似 The field {0} is not a valid domain name. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string DomainValidator_ValidationError {
|
||||
get {
|
||||
@@ -195,7 +196,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field is not a valid e-mail address..
|
||||
/// 查找类似 The {0} field is not a valid e-mail address. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string EmailAddressValidator_ValidationError {
|
||||
get {
|
||||
@@ -204,7 +205,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} does not end with the string '{1}'..
|
||||
/// 查找类似 The field {0} does not end with the string '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string EndsWithValidator_ValidationError {
|
||||
get {
|
||||
@@ -213,7 +214,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be equal to '{1}'..
|
||||
/// 查找类似 The field {0} must be equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string EqualToValidator_ValidationError {
|
||||
get {
|
||||
@@ -222,7 +223,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be greater than or equal to '{1}'..
|
||||
/// 查找类似 The field {0} must be greater than or equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string GreaterThanOrEqualToValidator_ValidationError {
|
||||
get {
|
||||
@@ -231,7 +232,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be greater than '{1}'..
|
||||
/// 查找类似 The field {0} must be greater than '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string GreaterThanValidator_ValidationError {
|
||||
get {
|
||||
@@ -240,7 +241,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid Id card number format..
|
||||
/// 查找类似 The field {0} is not a valid Id card number format. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string IDCardValidator_ValidationError {
|
||||
get {
|
||||
@@ -249,7 +250,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field must be a valid JSON object or array..
|
||||
/// 查找类似 The {0} field must be a valid JSON object or array. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string JsonValidator_ValidationError {
|
||||
get {
|
||||
@@ -258,7 +259,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a string or collection type with a minimum length of '{1}' and maximum length of '{2}'..
|
||||
/// 查找类似 The field {0} must be a string or collection type with a minimum length of '{1}' and maximum length of '{2}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string LengthValidator_ValidationError {
|
||||
get {
|
||||
@@ -267,7 +268,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be less than or equal to '{1}'..
|
||||
/// 查找类似 The field {0} must be less than or equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string LessThanOrEqualToValidator_ValidationError {
|
||||
get {
|
||||
@@ -276,7 +277,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be less than '{1}'..
|
||||
/// 查找类似 The field {0} must be less than '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string LessThanValidator_ValidationError {
|
||||
get {
|
||||
@@ -285,7 +286,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a string or array type with a maximum length of '{1}'..
|
||||
/// 查找类似 The field {0} must be a string or array type with a maximum length of '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string MaxLengthValidator_ValidationError {
|
||||
get {
|
||||
@@ -294,7 +295,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be less than or equal to '{1}'..
|
||||
/// 查找类似 The field {0} must be less than or equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string MaxValidator_ValidationError {
|
||||
get {
|
||||
@@ -303,7 +304,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid MD5 string..
|
||||
/// 查找类似 The field {0} is not a valid MD5 string. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string MD5StringValidator_ValidationError {
|
||||
get {
|
||||
@@ -312,7 +313,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a string or array type with a minimum length of '{1}'..
|
||||
/// 查找类似 The field {0} must be a string or array type with a minimum length of '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string MinLengthValidator_ValidationError {
|
||||
get {
|
||||
@@ -321,7 +322,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be greater than or equal to '{1}'..
|
||||
/// 查找类似 The field {0} must be greater than or equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string MinValidator_ValidationError {
|
||||
get {
|
||||
@@ -330,7 +331,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} cannot be empty or whitespace..
|
||||
/// 查找类似 The field {0} cannot be empty or whitespace. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string NotBlankValidator_ValidationError {
|
||||
get {
|
||||
@@ -339,7 +340,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} does not allow empty values..
|
||||
/// 查找类似 The field {0} does not allow empty values. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string NotEmptyValidator_ValidationError {
|
||||
get {
|
||||
@@ -348,7 +349,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} cannot be equal to '{1}'..
|
||||
/// 查找类似 The field {0} cannot be equal to '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string NotEqualToValidator_ValidationError {
|
||||
get {
|
||||
@@ -357,7 +358,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} does not allow null values..
|
||||
/// 查找类似 The field {0} does not allow null values. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string NotNullValidator_ValidationError {
|
||||
get {
|
||||
@@ -366,7 +367,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} has an invalid password format. It must be 8 to 64 characters long and contain at least one letter and one number..
|
||||
/// 查找类似 The field {0} has an invalid password format. It must be 8 to 64 characters long and contain at least one letter and one number. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string PasswordValidator_ValidationError {
|
||||
get {
|
||||
@@ -375,7 +376,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} has an invalid password format. It must be 12 to 64 characters long and contain uppercase letters, lowercase letters, numbers, and special characters..
|
||||
/// 查找类似 The field {0} has an invalid password format. It must be 12 to 64 characters long and contain uppercase letters, lowercase letters, numbers, and special characters. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string PasswordValidator_ValidationError_Strong {
|
||||
get {
|
||||
@@ -384,7 +385,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid phone number..
|
||||
/// 查找类似 The field {0} is not a valid phone number. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string PhoneNumberValidator_ValidationError {
|
||||
get {
|
||||
@@ -393,7 +394,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid postal code..
|
||||
/// 查找类似 The field {0} is not a valid postal code. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string PostalCodeValidator_ValidationError {
|
||||
get {
|
||||
@@ -402,7 +403,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be between '{1}' and '{2}'..
|
||||
/// 查找类似 The field {0} must be between '{1}' and '{2}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RangeValidator_ValidationError {
|
||||
get {
|
||||
@@ -411,7 +412,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be between '{1}' and '{2}' exclusive..
|
||||
/// 查找类似 The field {0} must be between '{1}' and '{2}' exclusive. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RangeValidator_ValidationError_MaxExclusive {
|
||||
get {
|
||||
@@ -420,7 +421,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be between '{1}' exclusive and '{2}'..
|
||||
/// 查找类似 The field {0} must be between '{1}' exclusive and '{2}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RangeValidator_ValidationError_MinExclusive {
|
||||
get {
|
||||
@@ -429,7 +430,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be between '{1}' exclusive and '{2}' exclusive..
|
||||
/// 查找类似 The field {0} must be between '{1}' exclusive and '{2}' exclusive. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RangeValidator_ValidationError_MinExclusive_MaxExclusive {
|
||||
get {
|
||||
@@ -438,7 +439,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must match the regular expression '{1}'..
|
||||
/// 查找类似 The field {0} must match the regular expression '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RegularExpressionValidator_ValidationError {
|
||||
get {
|
||||
@@ -447,7 +448,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field is required..
|
||||
/// 查找类似 The {0} field is required. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string RequiredValidator_ValidationError {
|
||||
get {
|
||||
@@ -456,7 +457,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} only allows a single item..
|
||||
/// 查找类似 The field {0} only allows a single item. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string SingleValidator_ValidationError {
|
||||
get {
|
||||
@@ -465,7 +466,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} does not start with the string '{1}'..
|
||||
/// 查找类似 The field {0} does not start with the string '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string StartsWithValidator_ValidationError {
|
||||
get {
|
||||
@@ -474,7 +475,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} does not contain the string '{1}'..
|
||||
/// 查找类似 The field {0} does not contain the string '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string StringContainsValidator_ValidationError {
|
||||
get {
|
||||
@@ -483,7 +484,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a string with a maximum length of '{1}'..
|
||||
/// 查找类似 The field {0} must be a string with a maximum length of '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string StringLengthValidator_ValidationError {
|
||||
get {
|
||||
@@ -492,7 +493,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a string with a minimum length of '{2}' and a maximum length of '{1}'..
|
||||
/// 查找类似 The field {0} must be a string with a minimum length of '{2}' and a maximum length of '{1}'. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string StringLengthValidator_ValidationError_MinimumLength {
|
||||
get {
|
||||
@@ -501,7 +502,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid telephone..
|
||||
/// 查找类似 The field {0} is not a valid telephone. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string TelephoneValidator_ValidationError {
|
||||
get {
|
||||
@@ -510,7 +511,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid time..
|
||||
/// 查找类似 The field {0} must be a valid time. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string TimeOnlyValidator_ValidationError {
|
||||
get {
|
||||
@@ -519,7 +520,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} must be a valid time in the following format(s): {1}..
|
||||
/// 查找类似 The field {0} must be a valid time in the following format(s): {1}. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string TimeOnlyValidator_ValidationError_Formats {
|
||||
get {
|
||||
@@ -528,7 +529,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field is not a valid fully-qualified http, https URL..
|
||||
/// 查找类似 The {0} field is not a valid fully-qualified http, https URL. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string UrlValidator_ValidationError {
|
||||
get {
|
||||
@@ -537,7 +538,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The {0} field is not a valid fully-qualified http, https, or ftp URL..
|
||||
/// 查找类似 The {0} field is not a valid fully-qualified http, https, or ftp URL. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string UrlValidator_ValidationError_SupportsFtp {
|
||||
get {
|
||||
@@ -546,7 +547,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is not a valid username..
|
||||
/// 查找类似 The field {0} is not a valid username. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string UserNameValidator_ValidationError {
|
||||
get {
|
||||
@@ -555,7 +556,7 @@ namespace Furion.Validation.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The field {0} is invalid..
|
||||
/// 查找类似 The field {0} is invalid. 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string ValidatorBase_ValidationError {
|
||||
get {
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.Template.Api</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 框架快速搭建 Api 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.Template.App</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 框架快速搭建 Mvc/Api 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.Template.Blazor.App</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 框架快速搭建 Blazor App 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.Template.Blazor</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 框架快速搭建 Blazor 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.Template.BlazorWithWebApi</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 框架快速搭建 Blazor和WebApi 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.Template.Mvc</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 框架快速搭建 Mvc 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.Template.Razor</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 框架快速搭建 Razor Pages 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.Template.RazorWithWebApi</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 框架快速搭建 RazorPages和WebApi 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.SqlSugar.Template.Api</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 和 SqlSugar 框架快速搭建 Api 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.217" />
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.210" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.SqlSugar.Template.App</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 和 SqlSugar 框架快速搭建 Mvc/Api 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.217" />
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.210" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.SqlSugar.Template.Blazor.App</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 和 SqlSugar 框架快速搭建 Blazor App 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.217" />
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.210" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.SqlSugar.Template.Blazor</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 和 SqlSugar 框架快速搭建 Blazor 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.217" />
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.210" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.SqlSugar.Template.BlazorWithWebApi</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 和 SqlSugar 框架快速搭建 Blazor和WebApi 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.217" />
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.210" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.SqlSugar.Template.Mvc</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 和 SqlSugar 框架快速搭建 Mvc 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.217" />
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.210" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.SqlSugar.Template.Razor</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 和 SqlSugar 框架快速搭建 Razor Pages 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.217" />
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.210" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Furion.SqlSugar.Template.RazorWithWebApi</id>
|
||||
<version>4.9.7.216</version>
|
||||
<version>4.9.7.217</version>
|
||||
<description>基于 Furion 和 SqlSugar 框架快速搭建 RazorPages和WebApi 多层架构模板。</description>
|
||||
<authors>百小僧</authors>
|
||||
<packageTypes>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.217" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.217" />
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.210" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<LangVersion>preview</LangVersion>
|
||||
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
|
||||
<Version>4.9.7.216</Version>
|
||||
<Version>4.9.7.217</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<!--<Nullable>enable</Nullable>-->
|
||||
<Authors>百小僧</Authors>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Furion.Tools.CommandLine" Version="4.9.7.216" />
|
||||
<PackageReference Include="Furion.Tools.CommandLine" Version="4.9.7.217" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user