game_version_update_patch #1247
docfx.yml
on: repository_dispatch
DocFX documentation
5m 53s
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.
|