Merge pull request #7 from yavorski/master #25
Annotations
11 warnings
UnitTest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
UnitTest:
src/WebPWrapper/TarFile.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
UnitTest:
src/WebPWrapper/Encoder/AlphaConfiguration.cs#L48
Unreachable code detected
|
UnitTest:
src/WebPWrapper/Decoder/ExportFormats.cs#L2
Missing XML comment for publicly visible type or member 'ExportFormats'
|
UnitTest:
src/WebPWrapper/Decoder/ExportFormats.cs#L3
Missing XML comment for publicly visible type or member 'ExportFormats.PNG'
|
UnitTest:
src/WebPWrapper/Decoder/ExportFormats.cs#L4
Missing XML comment for publicly visible type or member 'ExportFormats.TIFF'
|
UnitTest:
src/WebPWrapper/Decoder/ExportFormats.cs#L5
Missing XML comment for publicly visible type or member 'ExportFormats.PAM'
|
UnitTest:
src/WebPWrapper/Decoder/ExportFormats.cs#L6
Missing XML comment for publicly visible type or member 'ExportFormats.PPM'
|
UnitTest:
src/WebPWrapper/Decoder/ExportFormats.cs#L7
Missing XML comment for publicly visible type or member 'ExportFormats.PGM'
|
UnitTest:
src/WebPWrapper/Decoder/ExportFormats.cs#L8
Missing XML comment for publicly visible type or member 'ExportFormats.YUV'
|
UnitTest:
src/WebPWrapper/Decoder/ExportFormats.cs#L9
Missing XML comment for publicly visible type or member 'ExportFormats.BMP'
|