Skip to content

Initially add aes support #18

Initially add aes support

Initially add aes support #18

Triggered via push November 8, 2023 17:01
Status Success
Total duration 3m 2s
Artifacts 1

main.yml

on: push
Matrix: build / dotnet
build  /  Auto-merge trusted PRs
0s
build / Auto-merge trusted PRs
build  /  Deploy NuGet package
8s
build / Deploy NuGet package
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
build / Build Release on ubuntu: src/AesEncryption.cs#L8
Missing XML comment for publicly visible type or member 'AesEncryption'
build / Build Release on ubuntu: src/AesEncryption.cs#L12
Missing XML comment for publicly visible type or member 'AesEncryption.AesEncryption()'
build / Build Release on ubuntu: src/AesEncryption.cs#L24
Missing XML comment for publicly visible type or member 'AesEncryption.Encrypt(string)'
build / Build Release on ubuntu: src/AesEncryption.cs#L49
Missing XML comment for publicly visible type or member 'AesEncryption.Decrypt(byte[])'
build / Build Release on ubuntu: src/ZilyClientSide.cs#L42
Missing XML comment for publicly visible type or member 'ZilyClientSide.ParseResponse(int, string)'
build / Build Release on ubuntu: src/ZilyHeader.cs#L52
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.ZilyHeader(AesEncryption, int, string)' (but other parameters do)
build / Build Release on ubuntu: src/ZilyHeader.cs#L76
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.Parse(Stream, AesEncryption)' (but other parameters do)
build / Build Release on ubuntu: src/ZilySide.cs#L24
Missing XML comment for publicly visible type or member 'ZilySide.aes'
build / Build Release on ubuntu: src/ZilySide.cs#L25
Missing XML comment for publicly visible type or member 'ZilySide.okHeader'
build / Build Release on ubuntu: src/ZilySide.cs#L42
Missing XML comment for publicly visible type or member 'ZilySide.Status'
build / Build Debug on macos: src/AesEncryption.cs#L8
Missing XML comment for publicly visible type or member 'AesEncryption'
build / Build Debug on macos: src/AesEncryption.cs#L12
Missing XML comment for publicly visible type or member 'AesEncryption.AesEncryption()'
build / Build Debug on macos: src/AesEncryption.cs#L24
Missing XML comment for publicly visible type or member 'AesEncryption.Encrypt(string)'
build / Build Debug on macos: src/AesEncryption.cs#L49
Missing XML comment for publicly visible type or member 'AesEncryption.Decrypt(byte[])'
build / Build Debug on macos: src/ZilyClientSide.cs#L42
Missing XML comment for publicly visible type or member 'ZilyClientSide.ParseResponse(int, string)'
build / Build Debug on macos: src/ZilyHeader.cs#L52
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.ZilyHeader(AesEncryption, int, string)' (but other parameters do)
build / Build Debug on macos: src/ZilyHeader.cs#L76
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.Parse(Stream, AesEncryption)' (but other parameters do)
build / Build Debug on macos: src/ZilySide.cs#L24
Missing XML comment for publicly visible type or member 'ZilySide.aes'
build / Build Debug on macos: src/ZilySide.cs#L25
Missing XML comment for publicly visible type or member 'ZilySide.okHeader'
build / Build Debug on macos: src/ZilySide.cs#L42
Missing XML comment for publicly visible type or member 'ZilySide.Status'
build / Build Debug on ubuntu: src/AesEncryption.cs#L8
Missing XML comment for publicly visible type or member 'AesEncryption'
build / Build Debug on ubuntu: src/AesEncryption.cs#L8
Missing XML comment for publicly visible type or member 'AesEncryption'
build / Build Debug on ubuntu: src/AesEncryption.cs#L12
Missing XML comment for publicly visible type or member 'AesEncryption.AesEncryption()'
build / Build Debug on ubuntu: src/AesEncryption.cs#L24
Missing XML comment for publicly visible type or member 'AesEncryption.Encrypt(string)'
build / Build Debug on ubuntu: src/AesEncryption.cs#L49
Missing XML comment for publicly visible type or member 'AesEncryption.Decrypt(byte[])'
build / Build Debug on ubuntu: src/ZilyClientSide.cs#L42
Missing XML comment for publicly visible type or member 'ZilyClientSide.ParseResponse(int, string)'
build / Build Debug on ubuntu: src/ZilyHeader.cs#L52
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.ZilyHeader(AesEncryption, int, string)' (but other parameters do)
build / Build Debug on ubuntu: src/ZilyHeader.cs#L76
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.Parse(Stream, AesEncryption)' (but other parameters do)
build / Build Debug on ubuntu: src/ZilySide.cs#L24
Missing XML comment for publicly visible type or member 'ZilySide.aes'
build / Build Debug on ubuntu: src/ZilySide.cs#L25
Missing XML comment for publicly visible type or member 'ZilySide.okHeader'
build / Build Release on macos: src/AesEncryption.cs#L8
Missing XML comment for publicly visible type or member 'AesEncryption'
build / Build Release on macos: src/AesEncryption.cs#L12
Missing XML comment for publicly visible type or member 'AesEncryption.AesEncryption()'
build / Build Release on macos: src/AesEncryption.cs#L24
Missing XML comment for publicly visible type or member 'AesEncryption.Encrypt(string)'
build / Build Release on macos: src/AesEncryption.cs#L49
Missing XML comment for publicly visible type or member 'AesEncryption.Decrypt(byte[])'
build / Build Release on macos: src/ZilyClientSide.cs#L42
Missing XML comment for publicly visible type or member 'ZilyClientSide.ParseResponse(int, string)'
build / Build Release on macos: src/ZilyHeader.cs#L52
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.ZilyHeader(AesEncryption, int, string)' (but other parameters do)
build / Build Release on macos: src/ZilyHeader.cs#L76
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.Parse(Stream, AesEncryption)' (but other parameters do)
build / Build Release on macos: src/ZilySide.cs#L24
Missing XML comment for publicly visible type or member 'ZilySide.aes'
build / Build Release on macos: src/ZilySide.cs#L25
Missing XML comment for publicly visible type or member 'ZilySide.okHeader'
build / Build Release on macos: src/ZilySide.cs#L42
Missing XML comment for publicly visible type or member 'ZilySide.Status'
build / Build Debug on windows: src/AesEncryption.cs#L8
Missing XML comment for publicly visible type or member 'AesEncryption'
build / Build Debug on windows: src/AesEncryption.cs#L12
Missing XML comment for publicly visible type or member 'AesEncryption.AesEncryption()'
build / Build Debug on windows: src/AesEncryption.cs#L24
Missing XML comment for publicly visible type or member 'AesEncryption.Encrypt(string)'
build / Build Debug on windows: src/AesEncryption.cs#L49
Missing XML comment for publicly visible type or member 'AesEncryption.Decrypt(byte[])'
build / Build Debug on windows: src/ZilyClientSide.cs#L42
Missing XML comment for publicly visible type or member 'ZilyClientSide.ParseResponse(int, string)'
build / Build Debug on windows: src/ZilyHeader.cs#L52
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.ZilyHeader(AesEncryption, int, string)' (but other parameters do)
build / Build Debug on windows: src/ZilyHeader.cs#L76
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.Parse(Stream, AesEncryption)' (but other parameters do)
build / Build Debug on windows: src/ZilySide.cs#L24
Missing XML comment for publicly visible type or member 'ZilySide.aes'
build / Build Debug on windows: src/ZilySide.cs#L25
Missing XML comment for publicly visible type or member 'ZilySide.okHeader'
build / Build Debug on windows: src/ZilySide.cs#L42
Missing XML comment for publicly visible type or member 'ZilySide.Status'
build / Build Release on windows: src/AesEncryption.cs#L8
Missing XML comment for publicly visible type or member 'AesEncryption'
build / Build Release on windows: src/AesEncryption.cs#L12
Missing XML comment for publicly visible type or member 'AesEncryption.AesEncryption()'
build / Build Release on windows: src/AesEncryption.cs#L24
Missing XML comment for publicly visible type or member 'AesEncryption.Encrypt(string)'
build / Build Release on windows: src/AesEncryption.cs#L49
Missing XML comment for publicly visible type or member 'AesEncryption.Decrypt(byte[])'
build / Build Release on windows: src/ZilyClientSide.cs#L42
Missing XML comment for publicly visible type or member 'ZilyClientSide.ParseResponse(int, string)'
build / Build Release on windows: src/ZilyHeader.cs#L52
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.ZilyHeader(AesEncryption, int, string)' (but other parameters do)
build / Build Release on windows: src/ZilyHeader.cs#L76
Parameter 'aes' has no matching param tag in the XML comment for 'ZilyHeader.Parse(Stream, AesEncryption)' (but other parameters do)
build / Build Release on windows: src/ZilySide.cs#L24
Missing XML comment for publicly visible type or member 'ZilySide.aes'
build / Build Release on windows: src/ZilySide.cs#L25
Missing XML comment for publicly visible type or member 'ZilySide.okHeader'
build / Build Release on windows: src/ZilySide.cs#L42
Missing XML comment for publicly visible type or member 'ZilySide.Status'

Artifacts

Produced during runtime
Name Size
Zily-471d5de715c4c30a618d758f6b02b773dca93844 Expired
37.6 KB