fix(ci): upload artefacts #7
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
src/FileTypes/USM.cs#L26
Non-nullable field '_videoMask1' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/FileTypes/USM.cs#L26
Non-nullable field '_videoMask2' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/FileTypes/USM.cs#L26
Non-nullable field '_audioMask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Demuxer.cs#L115
Converting null literal or possible null value to non-nullable type.
|
src/Utils/GithubRelease.cs#L65
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Utils/GithubRelease.cs#L71
Non-nullable property 'NodeId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Utils/GithubRelease.cs#L74
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Utils/GithubRelease.cs#L77
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Utils/GithubRelease.cs#L80
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading