Native BLS Signature Verification #99
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/BLS/Models/G1Projective.cs#L6
'G1Projective' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build:
src/BLS/Models/G2Projective.cs#L7
'G2Projective' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build:
src/BLS/Models/UInt128.cs#L197
Cannot convert null literal to non-nullable reference type.
|
build:
src/BLS/Models/UInt128.cs#L10
Missing XML comment for publicly visible type or member 'UInt128'
|
build:
src/BLS/Models/UInt128.cs#L49
Missing XML comment for publicly visible type or member 'UInt128.MinValue'
|
build:
src/BLS/Models/UInt128.cs#L50
Missing XML comment for publicly visible type or member 'UInt128.MaxValue'
|
build:
src/BLS/Models/UInt128.cs#L51
Missing XML comment for publicly visible type or member 'UInt128.Zero'
|
build:
src/BLS/Models/UInt128.cs#L52
Missing XML comment for publicly visible type or member 'UInt128.One'
|
build:
src/BLS/Models/UInt128.cs#L54
Missing XML comment for publicly visible type or member 'UInt128.Parse(string)'
|
build:
src/BLS/Models/UInt128.cs#L62
Missing XML comment for publicly visible type or member 'UInt128.TryParse(string, out UInt128)'
|