Skip to content

Parallelise per-project action extraction #129

Parallelise per-project action extraction

Parallelise per-project action extraction #129

Triggered via push March 11, 2026 23:57
Status Success
Total duration 6m 28s
Artifacts 2

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

31 warnings
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: src/YarnSpinner.Console/Commands/DumpTreeCommand.cs#L20
'Utility.ParseSource(string)' is obsolete: 'Use ParseSourceText'
build: src/YarnSpinner.Console/Commands/TagCommand.cs#L42
'Utility.AddTagsToLines(string, ICollection<string>?)' is obsolete: 'This method doesn't return the new tags, just the modified text which can cause issues with multiple files. Please use TagLines instead'
build: src/YarnSpinner.Console/Shared/Log.cs#L47
'Diagnostic.Column' is obsolete: 'Use Range.Start.Character'
build: src/YarnSpinner.Console/Shared/Log.cs#L47
'Diagnostic.Line' is obsolete: 'Use Range.Start.Line'
build: src/YarnSpinner.Console/Commands/Analyser/Analyser.cs#L25
Nullability of reference types in type of parameter 'y' of 'readonly bool Comparer<TItem, TKey>.Equals(TItem x, TItem y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TItem>.Equals(TItem? x, TItem? y)' (possibly because of nullability attributes).
build: src/YarnSpinner.Console/Commands/Analyser/Analyser.cs#L25
Nullability of reference types in type of parameter 'x' of 'readonly bool Comparer<TItem, TKey>.Equals(TItem x, TItem y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TItem>.Equals(TItem? x, TItem? y)' (possibly because of nullability attributes).
build: src/YarnSpinner.Console/CompilerOutput.cs#L11
The type name 'scg' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/YarnSpinner.Console/CompilerOutput.cs#L10
The type name 'pbr' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/YarnSpinner.Console/CompilerOutput.cs#L9
The type name 'pbc' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/YarnSpinner.Console/CompilerOutput.cs#L8
The type name 'pb' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/YarnSpinner.Console/Commands/CompileCommand.cs#L167
'CompilationJob.VariableDeclarations' is obsolete: 'Use Declarations'
build: src/YarnSpinner.Console/Commands/CompileCommand.cs#L136
'Project.DefinitionsPath' is obsolete: 'Use DefinitionsFilesPattern'
build: src/YarnSpinner.Console/Commands/CompileCommand.cs#L134
'Project.DefinitionsPath' is obsolete: 'Use DefinitionsFilesPattern'
build: src/YarnSpinner.Console/Commands/DumpTokensCommand.cs#L16
'Utility.ParseSource(string)' is obsolete: 'Use ParseSourceText'
build: src/YarnSpinner.Console/Commands/Analyser/Analyser.cs#L25
Nullability of reference types in type of parameter 'y' of 'readonly bool Comparer<TItem, TKey>.Equals(TItem x, TItem y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TItem>.Equals(TItem? x, TItem? y)' (possibly because of nullability attributes).
build: src/YarnSpinner.Console/Commands/Analyser/Analyser.cs#L25
Nullability of reference types in type of parameter 'x' of 'readonly bool Comparer<TItem, TKey>.Equals(TItem x, TItem y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TItem>.Equals(TItem? x, TItem? y)' (possibly because of nullability attributes).
build: src/YarnSpinner.Console/CompilerOutput.cs#L11
The type name 'scg' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/YarnSpinner.Console/CompilerOutput.cs#L10
The type name 'pbr' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/YarnSpinner.Console/CompilerOutput.cs#L9
The type name 'pbc' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/YarnSpinner.Console/CompilerOutput.cs#L8
The type name 'pb' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/YarnSpinner.Console/Commands/DumpTreeCommand.cs#L20
'Utility.ParseSource(string)' is obsolete: 'Use ParseSourceText'
build: src/YarnSpinner.Console/Commands/TagCommand.cs#L42
'Utility.AddTagsToLines(string, ICollection<string>?)' is obsolete: 'This method doesn't return the new tags, just the modified text which can cause issues with multiple files. Please use TagLines instead'
build: src/YarnSpinner.Console/Shared/Log.cs#L47
'Diagnostic.Column' is obsolete: 'Use Range.Start.Character'
build: src/YarnSpinner.Console/Shared/Log.cs#L47
'Diagnostic.Line' is obsolete: 'Use Range.Start.Line'
build: src/YarnSpinner.Console/Commands/Analyser/Analyser.cs#L25
Nullability of reference types in type of parameter 'y' of 'readonly bool Comparer<TItem, TKey>.Equals(TItem x, TItem y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TItem>.Equals(TItem? x, TItem? y)' (possibly because of nullability attributes).
build: src/YarnSpinner.Console/Commands/Analyser/Analyser.cs#L25
Nullability of reference types in type of parameter 'x' of 'readonly bool Comparer<TItem, TKey>.Equals(TItem x, TItem y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TItem>.Equals(TItem? x, TItem? y)' (possibly because of nullability attributes).
build: src/YarnSpinner.Console/CompilerOutput.cs#L11
The type name 'scg' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/YarnSpinner.Console/CompilerOutput.cs#L10
The type name 'pbr' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/YarnSpinner.Console/CompilerOutput.cs#L9
The type name 'pbc' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/YarnSpinner.Console/CompilerOutput.cs#L8
The type name 'pb' only contains lower-cased ascii characters. Such names may become reserved for the language.

Artifacts

Produced during runtime
Name Size Digest
ysc-osx
12.9 MB
sha256:4a22d1879168baaed8aa67b810990272605f943ba92a45750b1225257da06405
ysc-win
12.7 MB
sha256:97059ff09d540a9a8e14648ad23ef2a03c4a7dfc21ac5cc68645b306b4147c8d