Skip to content

#104 docfx generating command #320

#104 docfx generating command

#104 docfx generating command #320

Triggered via push November 3, 2024 00:33
Status Failure
Total duration 1m 24s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 24 warnings
build (macos-latest): CryptoNet/ICryptoNet.cs#L14
Missing XML comment for publicly visible type or member 'ICryptoNet'
build (macos-latest): CryptoNet/ICryptoNet.cs#L16
Missing XML comment for publicly visible type or member 'ICryptoNet.Info'
build (macos-latest): CryptoNet/ICryptoNet.cs#L17
Missing XML comment for publicly visible type or member 'ICryptoNet.EncryptFromString(string)'
build (macos-latest): CryptoNet/ICryptoNet.cs#L18
Missing XML comment for publicly visible type or member 'ICryptoNet.DecryptToString(byte[])'
build (macos-latest): CryptoNet/ICryptoNet.cs#L19
Missing XML comment for publicly visible type or member 'ICryptoNet.EncryptFromBytes(byte[])'
build (macos-latest): CryptoNet/ICryptoNet.cs#L20
Missing XML comment for publicly visible type or member 'ICryptoNet.DecryptToBytes(byte[])'
build (macos-latest): CryptoNet/ICryptoNetAes.cs#L13
Missing XML comment for publicly visible type or member 'ICryptoNetAes'
build (macos-latest): CryptoNet/ICryptoNetAes.cs#L15
Missing XML comment for publicly visible type or member 'ICryptoNetAes.GetKey()'
build (macos-latest): CryptoNet/ICryptoNetAes.cs#L16
Missing XML comment for publicly visible type or member 'ICryptoNetAes.SaveKey(FileInfo)'
build (macos-latest): CryptoNet/ICryptoNetAes.cs#L17
Missing XML comment for publicly visible type or member 'ICryptoNetAes.SaveKey(string)'
build (ubuntu-latest): CryptoNet/ICryptoNet.cs#L14
Missing XML comment for publicly visible type or member 'ICryptoNet'
build (ubuntu-latest): CryptoNet/ICryptoNet.cs#L16
Missing XML comment for publicly visible type or member 'ICryptoNet.Info'
build (ubuntu-latest): CryptoNet/ICryptoNet.cs#L17
Missing XML comment for publicly visible type or member 'ICryptoNet.EncryptFromString(string)'
build (ubuntu-latest): CryptoNet/ICryptoNet.cs#L18
Missing XML comment for publicly visible type or member 'ICryptoNet.DecryptToString(byte[])'
build (ubuntu-latest): CryptoNet/ICryptoNet.cs#L19
Missing XML comment for publicly visible type or member 'ICryptoNet.EncryptFromBytes(byte[])'
build (ubuntu-latest): CryptoNet/ICryptoNet.cs#L20
Missing XML comment for publicly visible type or member 'ICryptoNet.DecryptToBytes(byte[])'
build (ubuntu-latest): CryptoNet/ICryptoNetAes.cs#L13
Missing XML comment for publicly visible type or member 'ICryptoNetAes'
build (ubuntu-latest): CryptoNet/ICryptoNetAes.cs#L15
Missing XML comment for publicly visible type or member 'ICryptoNetAes.GetKey()'
build (ubuntu-latest): CryptoNet/ICryptoNetAes.cs#L16
Missing XML comment for publicly visible type or member 'ICryptoNetAes.SaveKey(FileInfo)'
build (ubuntu-latest): CryptoNet/ICryptoNetAes.cs#L17
Missing XML comment for publicly visible type or member 'ICryptoNetAes.SaveKey(string)'
build (windows-latest): CryptoNet/ICryptoNet.cs#L14
Missing XML comment for publicly visible type or member 'ICryptoNet'
build (windows-latest): CryptoNet/ICryptoNet.cs#L16
Missing XML comment for publicly visible type or member 'ICryptoNet.Info'
build (windows-latest): CryptoNet/ICryptoNet.cs#L17
Missing XML comment for publicly visible type or member 'ICryptoNet.EncryptFromString(string)'
build (windows-latest): CryptoNet/ICryptoNet.cs#L18
Missing XML comment for publicly visible type or member 'ICryptoNet.DecryptToString(byte[])'
build (windows-latest): CryptoNet/ICryptoNet.cs#L19
Missing XML comment for publicly visible type or member 'ICryptoNet.EncryptFromBytes(byte[])'
build (windows-latest): CryptoNet/ICryptoNet.cs#L20
Missing XML comment for publicly visible type or member 'ICryptoNet.DecryptToBytes(byte[])'
build (windows-latest): CryptoNet/ICryptoNetAes.cs#L13
Missing XML comment for publicly visible type or member 'ICryptoNetAes'
build (windows-latest): CryptoNet/ICryptoNetAes.cs#L15
Missing XML comment for publicly visible type or member 'ICryptoNetAes.GetKey()'
build (windows-latest): CryptoNet/ICryptoNetAes.cs#L16
Missing XML comment for publicly visible type or member 'ICryptoNetAes.SaveKey(FileInfo)'
build (windows-latest): CryptoNet/ICryptoNetAes.cs#L17
Missing XML comment for publicly visible type or member 'ICryptoNetAes.SaveKey(string)'
build (macos-latest): CryptoNet.Models/CryptoNetInfo.cs#L56
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (macos-latest): CryptoNet.Models/CryptoNetInfo.cs#L57
Non-nullable property 'Iv' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (macos-latest): CryptoNet.Models/CryptoNetInfo.cs#L25
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (macos-latest): CryptoNet.Models/CryptoNetInfo.cs#L26
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (macos-latest): CryptoNet.Models/CryptoNetInfo.cs#L56
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (macos-latest): CryptoNet.Models/CryptoNetInfo.cs#L57
Non-nullable property 'Iv' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (macos-latest): CryptoNet.Models/CryptoNetInfo.cs#L25
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (macos-latest): CryptoNet.Models/CryptoNetInfo.cs#L26
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): CryptoNet.Models/CryptoNetInfo.cs#L25
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): CryptoNet.Models/CryptoNetInfo.cs#L26
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): CryptoNet.Models/CryptoNetInfo.cs#L56
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): CryptoNet.Models/CryptoNetInfo.cs#L57
Non-nullable property 'Iv' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): CryptoNet.Models/CryptoNetInfo.cs#L25
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): CryptoNet.Models/CryptoNetInfo.cs#L26
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): CryptoNet.Models/CryptoNetInfo.cs#L56
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): CryptoNet.Models/CryptoNetInfo.cs#L57
Non-nullable property 'Iv' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (windows-latest): CryptoNet.Models/CryptoNetInfo.cs#L56
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (windows-latest): CryptoNet.Models/CryptoNetInfo.cs#L57
Non-nullable property 'Iv' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (windows-latest): CryptoNet.Models/CryptoNetInfo.cs#L25
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (windows-latest): CryptoNet.Models/CryptoNetInfo.cs#L26
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (windows-latest): CryptoNet.Models/CryptoNetInfo.cs#L56
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (windows-latest): CryptoNet.Models/CryptoNetInfo.cs#L57
Non-nullable property 'Iv' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (windows-latest): CryptoNet.Models/CryptoNetInfo.cs#L25
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (windows-latest): CryptoNet.Models/CryptoNetInfo.cs#L26
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.