Skip to content

Commit

Permalink
Auto-format source files
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvaneenwyk committed May 13, 2024
1 parent d22269a commit ba49b6b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion FXBTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
4 changes: 2 additions & 2 deletions FetchXmlBuilder/ControlsClasses/OperatorItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@ public static OperatorItem[] GetConditionsByAttributeType(AttributeTypeCode valu
// Int,
// Date,
//}
}

}

/*
case ConditionOperator.Equal:
Expand Down
4 changes: 2 additions & 2 deletions FetchXmlBuilder/Converters/CSharpCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ private string GetConditionsOI(string entity, FilterExpression filter, int inden
code.AppendLine($"{Indent(indentslevel)}// Add {filter.Conditions.Count} conditions to {entity}");
}
var dlabrootfiltersinline =
settings.QExStyle == QExStyleEnum.QueryExpressionFactory &&
// settings.QExFlavor == QExFlavorEnum.EarlyBound &&
settings.QExStyle == QExStyleEnum.QueryExpressionFactory &&
// settings.QExFlavor == QExFlavorEnum.EarlyBound &&
(filter.FilterHint.EndsWith("Criteria") || filter.FilterHint.EndsWith("Criteria.Filters"));
switch (settings.QExStyle)
{
Expand Down
4 changes: 2 additions & 2 deletions FetchXmlBuilder/Converters/LCG/FabienDehopreIdentifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public static class IdentifierExtensions

public static bool IsValidIdentifier(this string identifier)
{
if (String.IsNullOrWhiteSpace(identifier)) return false;
if (String.IsNullOrWhiteSpace(identifier)) return false;

var normalizedIdentifier = identifier.Normalize();

// 1. check that the identifier match the validIdentifer regex and it's not a C# keyword
Expand Down
2 changes: 1 addition & 1 deletion FetchXmlBuilder/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.

[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "S100:Methods and properties should be named in camel case", Justification = "<Pending>", Scope = "member", Target = "~M:Rappen.XTB.FetchXmlBuilder.SQLQueryGenerator.GetSQLQuery(Rappen.XTB.FetchXmlBuilder.FetchType)~System.String")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "S100:Methods and properties should be named in camel case", Justification = "<Pending>", Scope = "member", Target = "~M:Rappen.XTB.FetchXmlBuilder.SQLQueryGenerator.GetSQLQuery(Rappen.XTB.FetchXmlBuilder.FetchType)~System.String")]

0 comments on commit ba49b6b

Please sign in to comment.