Skip to content

Commit

Permalink
Reset snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Jan 2, 2024
1 parent f9849c8 commit 0710eba
Show file tree
Hide file tree
Showing 27,651 changed files with 28,453 additions and 28,453 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_recordCastOperator_ImplicitCastOperator_ImplicitSystem_Guid other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_recordCastOperator_ImplicitCastOperator_ImplicitSystem_Guid x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_recordCastOperator_ImplicitCastOperator_ImplicitSystem_Guid", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_record_structCastOperator_ImplicitCastOperator_Explicitbyte other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_record_structCastOperator_ImplicitCastOperator_Explicitbyte x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_record_structCastOperator_ImplicitCastOperator_Explicitbyte", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_record_classCastOperator_ImplicitCastOperator_Explicitlong other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_record_classCastOperator_ImplicitCastOperator_Explicitlong x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_record_classCastOperator_ImplicitCastOperator_Explicitlong", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_recordCastOperator_ExplicitCastOperator_Implicitdecimal other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_recordCastOperator_ExplicitCastOperator_Implicitdecimal x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_recordCastOperator_ExplicitCastOperator_Implicitdecimal", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_structCastOperator_ExplicitCastOperator_ExplicitSystem_DateTime other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_structCastOperator_ExplicitCastOperator_ExplicitSystem_DateTime x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_structCastOperator_ExplicitCastOperator_ExplicitSystem_DateTime", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_structCastOperator_NoneCastOperator_NoneSystem_Guid other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_structCastOperator_NoneCastOperator_NoneSystem_Guid x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_structCastOperator_NoneCastOperator_NoneSystem_Guid", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_recordCastOperator_NoneCastOperator_Nonebool other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_recordCastOperator_NoneCastOperator_Nonebool x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_recordCastOperator_NoneCastOperator_Nonebool", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_structCastOperator_ImplicitCastOperator_Nonechar other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_structCastOperator_ImplicitCastOperator_Nonechar x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_structCastOperator_ImplicitCastOperator_Nonechar", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_record_structCastOperator_ExplicitCastOperator_NoneSystem_Guid other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_record_structCastOperator_ExplicitCastOperator_NoneSystem_Guid x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_record_structCastOperator_ExplicitCastOperator_NoneSystem_Guid", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_record_classCastOperator_NoneCastOperator_Explicitshort other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_record_classCastOperator_NoneCastOperator_Explicitshort x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_record_classCastOperator_NoneCastOperator_Explicitshort", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_recordCastOperator_ExplicitCastOperator_Explicitchar other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_recordCastOperator_ExplicitCastOperator_Explicitchar x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_recordCastOperator_ExplicitCastOperator_Explicitchar", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ namespace Whatever

public int CompareTo(_casting_public_readonly_partial_record_structCastOperator_NoneCastOperator_Implicitbyte other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_readonly_partial_record_structCastOperator_NoneCastOperator_Implicitbyte x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_readonly_partial_record_structCastOperator_NoneCastOperator_Implicitbyte", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public System.Int64 Value

public int CompareTo(_casting_public_sealed_partial_classCastOperator_ImplicitCastOperator_Implicitlong other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_sealed_partial_classCastOperator_ImplicitCastOperator_Implicitlong x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_sealed_partial_classCastOperator_ImplicitCastOperator_Implicitlong", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_recordCastOperator_NoneCastOperator_Explicitbyte other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_recordCastOperator_NoneCastOperator_Explicitbyte x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_recordCastOperator_NoneCastOperator_Explicitbyte", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_structCastOperator_ExplicitCastOperator_ExplicitSystem_Guid other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_structCastOperator_ExplicitCastOperator_ExplicitSystem_Guid x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_structCastOperator_ExplicitCastOperator_ExplicitSystem_Guid", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public System.String Value

public int CompareTo(_casting_public_sealed_partial_classCastOperator_NoneCastOperator_Explicitstring other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_sealed_partial_classCastOperator_NoneCastOperator_Explicitstring x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_sealed_partial_classCastOperator_NoneCastOperator_Explicitstring", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_record_structCastOperator_NoneCastOperator_Noneint other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_record_structCastOperator_NoneCastOperator_Noneint x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_record_structCastOperator_NoneCastOperator_Noneint", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public System.Double Value

public int CompareTo(_casting_public_partial_classCastOperator_ExplicitCastOperator_Implicitdouble other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_classCastOperator_ExplicitCastOperator_Implicitdouble x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_classCastOperator_ExplicitCastOperator_Implicitdouble", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_recordCastOperator_ImplicitCastOperator_Explicitbyte other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_recordCastOperator_ImplicitCastOperator_Explicitbyte x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_recordCastOperator_ImplicitCastOperator_Explicitbyte", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ namespace Whatever

public int CompareTo(_casting_public_sealed_partial_recordCastOperator_ExplicitCastOperator_Explicitstring other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_sealed_partial_recordCastOperator_ExplicitCastOperator_Explicitstring x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_sealed_partial_recordCastOperator_ExplicitCastOperator_Explicitstring", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public System.Guid Value

public int CompareTo(_casting_public_partial_classCastOperator_ExplicitCastOperator_NoneSystem_Guid other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_classCastOperator_ExplicitCastOperator_NoneSystem_Guid x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_classCastOperator_ExplicitCastOperator_NoneSystem_Guid", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public System.Int64 Value

public int CompareTo(_casting_public_sealed_partial_classCastOperator_NoneCastOperator_Explicitlong other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_sealed_partial_classCastOperator_NoneCastOperator_Explicitlong x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_sealed_partial_classCastOperator_NoneCastOperator_Explicitlong", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public System.Single Value

public int CompareTo(_casting_public_partial_classCastOperator_ImplicitCastOperator_Implicitfloat other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_classCastOperator_ImplicitCastOperator_Implicitfloat x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_classCastOperator_ImplicitCastOperator_Implicitfloat", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_record_structCastOperator_ImplicitCastOperator_Nonechar other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_record_structCastOperator_ImplicitCastOperator_Nonechar x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_record_structCastOperator_ImplicitCastOperator_Nonechar", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ namespace Whatever

public int CompareTo(_casting_public_readonly_partial_structCastOperator_NoneCastOperator_Implicitlong other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_readonly_partial_structCastOperator_NoneCastOperator_Implicitlong x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_readonly_partial_structCastOperator_NoneCastOperator_Implicitlong", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ namespace Whatever

public int CompareTo(_casting_public_sealed_partial_record_classCastOperator_ExplicitCastOperator_Noneint other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_sealed_partial_record_classCastOperator_ExplicitCastOperator_Noneint x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_sealed_partial_record_classCastOperator_ExplicitCastOperator_Noneint", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ namespace Whatever

public int CompareTo(_casting_public_sealed_partial_record_classCastOperator_ImplicitCastOperator_Explicitbyte other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_sealed_partial_record_classCastOperator_ImplicitCastOperator_Explicitbyte x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_sealed_partial_record_classCastOperator_ImplicitCastOperator_Explicitbyte", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ namespace Whatever

public int CompareTo(_casting_public_readonly_partial_structCastOperator_ExplicitCastOperator_Implicitdecimal other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_readonly_partial_structCastOperator_ExplicitCastOperator_Implicitdecimal x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_readonly_partial_structCastOperator_ExplicitCastOperator_Implicitdecimal", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ namespace Whatever

public int CompareTo(_casting_public_readonly_partial_record_structCastOperator_ImplicitCastOperator_Implicitbyte other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_readonly_partial_record_structCastOperator_ImplicitCastOperator_Implicitbyte x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_readonly_partial_record_structCastOperator_ImplicitCastOperator_Implicitbyte", nameof(other));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ namespace Whatever

public int CompareTo(_casting_public_partial_record_classCastOperator_ImplicitCastOperator_ImplicitSystem_DateTimeOffset other) => Value.CompareTo(other.Value);
public int CompareTo(object other) {
if(other == null) return 1;
if(other is null) return 1;
if(other is _casting_public_partial_record_classCastOperator_ImplicitCastOperator_ImplicitSystem_DateTimeOffset x) return CompareTo(x);
throw new global::System.ArgumentException("Cannot compare to object as it is not of type _casting_public_partial_record_classCastOperator_ImplicitCastOperator_ImplicitSystem_DateTimeOffset", nameof(other));
}
Expand Down
Loading

0 comments on commit 0710eba

Please sign in to comment.