Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Jul 16, 2024
1 parent 94a9e3b commit a401835
Show file tree
Hide file tree
Showing 9,212 changed files with 28,384 additions and 9,212 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion src/Intellenum/MemberBuilding/MemberGeneration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public static BuildResult TryBuildMemberValueAsText(string propertyName, object

public static string GenerateConstValuesIfPossible(VoWorkItem item)
{
if (!item.IsConstant || item.MemberProperties.ValidMembers.Any())
if (!item.IsConstant || !item.MemberProperties.ValidMembers.Any())
{
return string.Empty;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ causes Rider's debugger to crash.
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.String NormalValue = "0";
public const System.String GoldValue = "1";




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 BasicValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ causes Rider's debugger to crash.
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ causes Rider's debugger to crash.
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.String NormalValue = "0";
public const System.String GoldValue = "1";




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 BasicValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ causes Rider's debugger to crash.
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ causes Rider's debugger to crash.
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.String NormalValue = "0";
public const System.String GoldValue = "1";




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 BasicValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ causes Rider's debugger to crash.
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ causes Rider's debugger to crash.
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.String NormalValue = "0";
public const System.String GoldValue = "1";




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ namespace Whatever
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 BasicValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ causes Rider's debugger to crash.
global::System.IComparable,
global::System.IComparable<CustomerType>
{

// const fields...
public const System.Int32 NormalValue = 0;
public const System.Int32 GoldValue = 1;




Expand Down
Loading

0 comments on commit a401835

Please sign in to comment.