Skip to content

game_version_update_patch #1247

game_version_update_patch

game_version_update_patch #1247

Triggered via repository dispatch August 26, 2024 00:29
@AragasAragas
game_version_update_patch 3026994
Status Success
Total duration 6m 0s
Artifacts

docfx.yml

on: repository_dispatch
DocFX documentation
5m 53s
DocFX documentation
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
DocFX documentation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, crazy-max/ghaction-github-pages@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
DocFX documentation: build/PackageDownloader/Program.cs#L114
Async-iterator 'Program.GetMetadataAsync(IAsyncEnumerable<NuGetVersion>, Func<NuGetVersion, Task<IPackageSearchMetadata>>, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
DocFX documentation: build/PackageDownloader/Program.cs#L36
Possible null reference argument for parameter 'source' in 'PackageSource.PackageSource(string source, string name, bool isEnabled, bool isOfficial, bool isPersistable = true)'.
DocFX documentation: build/PackageDownloader/Program.cs#L67
Dereference of a possibly null reference.