Skip to content

Commit 3a04470

Browse files
feature/v2.1
- Removed duplicate intellisense comments from partial classes.
1 parent fa6cd71 commit 3a04470

File tree

87 files changed

+0
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+0
-261
lines changed

OnixLabs.Core/Enumeration.Comparable.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Core
1818
{
19-
/// <summary>
20-
/// Represents the base class for implementing enumeration classes.
21-
/// </summary>
2219
public abstract partial class Enumeration<T> : IComparable, IComparable<T>
2320
{
2421
/// <summary>

OnixLabs.Core/Enumeration.Equatable.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Core
1818
{
19-
/// <summary>
20-
/// Represents the base class for implementing enumeration classes.
21-
/// </summary>
2219
public abstract partial class Enumeration<T> : IEquatable<T>
2320
{
2421
/// <summary>

OnixLabs.Core/Enumeration.From.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
namespace OnixLabs.Core
2121
{
22-
/// <summary>
23-
/// Represents the base class for implementing enumeration classes.
24-
/// </summary>
2522
public abstract partial class Enumeration<T>
2623
{
2724
/// <summary>

OnixLabs.Core/Enumeration.Get.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
namespace OnixLabs.Core
2121
{
22-
/// <summary>
23-
/// Represents the base class for implementing enumeration classes.
24-
/// </summary>
2522
public abstract partial class Enumeration<T>
2623
{
2724
/// <summary>

OnixLabs.Core/Enumeration.To.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414

1515
namespace OnixLabs.Core
1616
{
17-
/// <summary>
18-
/// Represents the base class for implementing enumeration classes.
19-
/// </summary>
2017
public abstract partial class Enumeration<T>
2118
{
2219
/// <summary>

OnixLabs.Core/Text/Base16.Equatable.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
namespace OnixLabs.Core.Text
1919
{
20-
/// <summary>
21-
/// Represents a Base-16 (hexadecimal) value.
22-
/// </summary>
2320
public readonly partial struct Base16 : IEquatable<Base16>
2421
{
2522
/// <summary>

OnixLabs.Core/Text/Base16.From.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
namespace OnixLabs.Core.Text
2020
{
21-
/// <summary>
22-
/// Represents a Base-16 (hexadecimal) value.
23-
/// </summary>
2421
public readonly partial struct Base16
2522
{
2623
/// <summary>

OnixLabs.Core/Text/Base16.Parse.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Core.Text
1818
{
19-
/// <summary>
20-
/// Represents a Base-16 (hexadecimal) value.
21-
/// </summary>
2219
public readonly partial struct Base16
2320
{
2421
/// <summary>

OnixLabs.Core/Text/Base16.To.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
namespace OnixLabs.Core.Text
1919
{
20-
/// <summary>
21-
/// Represents a Base-16 (hexadecimal) value.
22-
/// </summary>
2320
public readonly partial struct Base16
2421
{
2522
/// <summary>

OnixLabs.Core/Text/Base32.Codec.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
namespace OnixLabs.Core.Text
1919
{
20-
/// <summary>
21-
/// Represents a Base-32 value.
22-
/// </summary>
2320
public readonly partial struct Base32
2421
{
2522
/// <summary>

OnixLabs.Core/Text/Base32.Equatable.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
namespace OnixLabs.Core.Text
1919
{
20-
/// <summary>
21-
/// Represents a Base-32 value.
22-
/// </summary>
2320
public readonly partial struct Base32 : IEquatable<Base32>
2421
{
2522
/// <summary>

OnixLabs.Core/Text/Base32.From.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
namespace OnixLabs.Core.Text
2020
{
21-
/// <summary>
22-
/// Represents a Base-32 value.
23-
/// </summary>
2421
public readonly partial struct Base32
2522
{
2623
/// <summary>

OnixLabs.Core/Text/Base32.Parse.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Core.Text
1818
{
19-
/// <summary>
20-
/// Represents a Base-32 value.
21-
/// </summary>
2219
public readonly partial struct Base32
2320
{
2421
/// <summary>

OnixLabs.Core/Text/Base32.To.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Core.Text
1818
{
19-
/// <summary>
20-
/// Represents a Base-32 value.
21-
/// </summary>
2219
public readonly partial struct Base32
2320
{
2421
/// <summary>

OnixLabs.Core/Text/Base58.Checksum.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
namespace OnixLabs.Core.Text
2020
{
21-
/// <summary>
22-
/// Represents a Base-58 value.
23-
/// </summary>
2421
public readonly partial struct Base58
2522
{
2623
/// <summary>

OnixLabs.Core/Text/Base58.Codec.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020

2121
namespace OnixLabs.Core.Text
2222
{
23-
/// <summary>
24-
/// Represents a Base-58 value.
25-
/// </summary>
2623
public readonly partial struct Base58
2724
{
2825
/// <summary>

OnixLabs.Core/Text/Base58.Equatable.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
namespace OnixLabs.Core.Text
1919
{
20-
/// <summary>
21-
/// Represents a Base-58 value.
22-
/// </summary>
2320
public readonly partial struct Base58 : IEquatable<Base58>
2421
{
2522
/// <summary>

OnixLabs.Core/Text/Base58.From.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
namespace OnixLabs.Core.Text
2020
{
21-
/// <summary>
22-
/// Represents a Base-58 value.
23-
/// </summary>
2421
public readonly partial struct Base58
2522
{
2623
/// <summary>

OnixLabs.Core/Text/Base58.Parse.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Core.Text
1818
{
19-
/// <summary>
20-
/// Represents a Base-58 value.
21-
/// </summary>
2219
public readonly partial struct Base58
2320
{
2421
/// <summary>

OnixLabs.Core/Text/Base58.To.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Core.Text
1818
{
19-
/// <summary>
20-
/// Represents a Base-58 value.
21-
/// </summary>
2219
public readonly partial struct Base58
2320
{
2421
/// <summary>

OnixLabs.Core/Text/Base64.Equatable.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
namespace OnixLabs.Core.Text
1919
{
20-
/// <summary>
21-
/// Represents a Base-64 value.
22-
/// </summary>
2320
public readonly partial struct Base64 : IEquatable<Base64>
2421
{
2522
/// <summary>

OnixLabs.Core/Text/Base64.From.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
namespace OnixLabs.Core.Text
2020
{
21-
/// <summary>
22-
/// Represents a Base-64 value.
23-
/// </summary>
2421
public readonly partial struct Base64
2522
{
2623
/// <summary>

OnixLabs.Core/Text/Base64.Parse.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Core.Text
1818
{
19-
/// <summary>
20-
/// Represents a Base-64 value.
21-
/// </summary>
2219
public readonly partial struct Base64
2320
{
2421
/// <summary>

OnixLabs.Core/Text/Base64.To.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
namespace OnixLabs.Core.Text
1919
{
20-
/// <summary>
21-
/// Represents a Base-64 value.
22-
/// </summary>
2320
public readonly partial struct Base64
2421
{
2522
/// <summary>

OnixLabs.Security.Cryptography/DigitalSignature.Equatable.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
namespace OnixLabs.Security.Cryptography
1919
{
20-
/// <summary>
21-
/// Represents a digital signature.
22-
/// </summary>
2320
public readonly partial struct DigitalSignature : IEquatable<DigitalSignature>
2421
{
2522
/// <summary>

OnixLabs.Security.Cryptography/DigitalSignature.From.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents a digital signature.
21-
/// </summary>
2219
public readonly partial struct DigitalSignature
2320
{
2421
/// <summary>

OnixLabs.Security.Cryptography/DigitalSignature.To.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
namespace OnixLabs.Security.Cryptography
2020
{
21-
/// <summary>
22-
/// Represents a digital signature.
23-
/// </summary>
2421
public readonly partial struct DigitalSignature
2522
{
2623
/// <summary>

OnixLabs.Security.Cryptography/DigitalSignature.Validation.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents a digital signature.
21-
/// </summary>
2219
public readonly partial struct DigitalSignature
2320
{
2421
/// <summary>

OnixLabs.Security.Cryptography/EcdsaPrivateKey.Get.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents an ECDSA private key.
21-
/// </summary>
2219
public sealed partial class EcdsaPrivateKey
2320
{
2421
/// <summary>

OnixLabs.Security.Cryptography/EcdsaPublicKey.From.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents an ECDSA public key.
21-
/// </summary>
2219
public sealed partial class EcdsaPublicKey
2320
{
2421
/// <summary>

OnixLabs.Security.Cryptography/EcdsaPublicKey.Verify.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents an ECDSA public key.
21-
/// </summary>
2219
public sealed partial class EcdsaPublicKey
2320
{
2421
/// <summary>

OnixLabs.Security.Cryptography/Hash.AllOneHash.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
namespace OnixLabs.Security.Cryptography
1919
{
20-
/// <summary>
21-
/// Represents a cryptographic hash.
22-
/// </summary>
2320
public readonly partial struct Hash
2421
{
2522
/// <summary>

OnixLabs.Security.Cryptography/Hash.AllZeroHash.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
namespace OnixLabs.Security.Cryptography
1919
{
20-
/// <summary>
21-
/// Represents a cryptographic hash.
22-
/// </summary>
2320
public readonly partial struct Hash
2421
{
2522
/// <summary>

OnixLabs.Security.Cryptography/Hash.Compute.Md5Hash.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents a cryptographic hash.
21-
/// </summary>
2219
public readonly partial struct Hash
2320
{
2421
/// <summary>

OnixLabs.Security.Cryptography/Hash.Compute.Sha1Hash.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents a cryptographic hash.
21-
/// </summary>
2219
public readonly partial struct Hash
2320
{
2421
/// <summary>

OnixLabs.Security.Cryptography/Hash.Compute.Sha2Hash256.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents a cryptographic hash.
21-
/// </summary>
2219
public readonly partial struct Hash
2320
{
2421
/// <summary>

OnixLabs.Security.Cryptography/Hash.Compute.Sha2Hash384.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents a cryptographic hash.
21-
/// </summary>
2219
public readonly partial struct Hash
2320
{
2421
/// <summary>

OnixLabs.Security.Cryptography/Hash.Compute.Sha2Hash512.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents a cryptographic hash.
21-
/// </summary>
2219
public readonly partial struct Hash
2320
{
2421
/// <summary>

OnixLabs.Security.Cryptography/Hash.Compute.Sha3Hash224.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents a cryptographic hash.
21-
/// </summary>
2219
public readonly partial struct Hash
2320
{
2421
/// <summary>

OnixLabs.Security.Cryptography/Hash.Compute.Sha3Hash256.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
namespace OnixLabs.Security.Cryptography
1818
{
19-
/// <summary>
20-
/// Represents a cryptographic hash.
21-
/// </summary>
2219
public readonly partial struct Hash
2320
{
2421
/// <summary>

0 commit comments

Comments
 (0)