Skip to content

Build and Publish Runtime NuGet Packages #72

Build and Publish Runtime NuGet Packages

Build and Publish Runtime NuGet Packages #72

Manually triggered April 23, 2026 20:26
Status Success
Total duration 10m 41s
Artifacts 1

dotnet-nuget.yaml

on: workflow_dispatch
build-and-publish
10m 35s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
build-and-publish
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-and-publish: Tools/Gum.Cli/HeadlessNameVerifier.cs#L58
Nullability of reference types in type of parameter 'elementSave' of 'bool HeadlessNameVerifier.IsElementNameValid(string? componentNameWithoutFolder, string folderName, ElementSave elementSave, out string? whyNotValid)' doesn't match implicitly implemented member 'bool INameVerifier.IsElementNameValid(string? componentNameWithoutFolder, string? folderName, ElementSave? elementSave, out string? whyNotValid)' (possibly because of nullability attributes).
build-and-publish: Tools/Gum.Cli/HeadlessNameVerifier.cs#L58
Nullability of reference types in type of parameter 'folderName' of 'bool HeadlessNameVerifier.IsElementNameValid(string? componentNameWithoutFolder, string folderName, ElementSave elementSave, out string? whyNotValid)' doesn't match implicitly implemented member 'bool INameVerifier.IsElementNameValid(string? componentNameWithoutFolder, string? folderName, ElementSave? elementSave, out string? whyNotValid)' (possibly because of nullability attributes).
build-and-publish: Tools/Gum.ProjectServices/CodeGeneration/ICodeGenerationAutoSetupService.cs#L5
Ambiguous reference in cref attribute: 'Run'. Assuming 'Gum.ProjectServices.CodeGeneration.ICodeGenerationAutoSetupService.Run(string)', but could have also matched other overloads including 'Gum.ProjectServices.CodeGeneration.ICodeGenerationAutoSetupService.Run(string, string)'.
build-and-publish: Tools/Gum.Cli/HeadlessNameVerifier.cs#L58
Nullability of reference types in type of parameter 'elementSave' of 'bool HeadlessNameVerifier.IsElementNameValid(string? componentNameWithoutFolder, string folderName, ElementSave elementSave, out string? whyNotValid)' doesn't match implicitly implemented member 'bool INameVerifier.IsElementNameValid(string? componentNameWithoutFolder, string? folderName, ElementSave? elementSave, out string? whyNotValid)' (possibly because of nullability attributes).
build-and-publish: Tools/Gum.Cli/HeadlessNameVerifier.cs#L58
Nullability of reference types in type of parameter 'folderName' of 'bool HeadlessNameVerifier.IsElementNameValid(string? componentNameWithoutFolder, string folderName, ElementSave elementSave, out string? whyNotValid)' doesn't match implicitly implemented member 'bool INameVerifier.IsElementNameValid(string? componentNameWithoutFolder, string? folderName, ElementSave? elementSave, out string? whyNotValid)' (possibly because of nullability attributes).
build-and-publish: Tools/Gum.ProjectServices/CodeGeneration/ICodeGenerationAutoSetupService.cs#L5
Ambiguous reference in cref attribute: 'Run'. Assuming 'Gum.ProjectServices.CodeGeneration.ICodeGenerationAutoSetupService.Run(string)', but could have also matched other overloads including 'Gum.ProjectServices.CodeGeneration.ICodeGenerationAutoSetupService.Run(string, string)'.
build-and-publish
File 'D:\a\Gum\Gum\Sokol.NET\src\sokol\generated\SLog.cs' is not added because the package already contains file 'src\Sokol\SLog.cs'
build-and-publish
File 'D:\a\Gum\Gum\Sokol.NET\src\sokol\generated\SGImgui.cs' is not added because the package already contains file 'src\Sokol\SGImgui.cs'
build-and-publish
File 'D:\a\Gum\Gum\Sokol.NET\src\sokol\generated\SG.cs' is not added because the package already contains file 'src\Sokol\SG.cs'
build-and-publish
File 'D:\a\Gum\Gum\Sokol.NET\src\sokol\generated\SDebugText.cs' is not added because the package already contains file 'src\Sokol\SDebugText.cs'
build-and-publish
File 'D:\a\Gum\Gum\Sokol.NET\src\sokol\generated\NanoVG.cs' is not added because the package already contains file 'src\Sokol\NanoVG.cs'
build-and-publish
File 'D:\a\Gum\Gum\Sokol.NET\src\sokol\generated\CGltf.cs' is not added because the package already contains file 'src\Sokol\CGltf.cs'
build-and-publish: GumDataTypes/UnitConverter.cs#L202
'GeneralUnitType.PixelsFromMiddleInverted' is obsolete: 'Use PixelsFromMiddle and invert the value. This is not supported horizontally.'
build-and-publish: Gum/Wireframe/ElementWithState.cs#L46
Non-nullable property 'InstanceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-publish: Gum/Wireframe/ElementWithState.cs#L46
Non-nullable property 'StateName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-publish: Gum/Wireframe/ElementWithState.cs#L127
Possible null reference argument for parameter 'item' in 'bool List<ElementWithState>.Remove(ElementWithState item)'.
build-and-publish: Gum/Graphics/Animation/Content/AnimationChainListSave.cs#L62
Non-nullable field 'mFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-publish: Gum/Graphics/Animation/Content/AnimationChainSave.cs#L31
Non-nullable field 'ParentFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-publish: Gum/Graphics/Animation/Content/AnimationChainSave.cs#L31
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-publish: Gum/Graphics/Animation/Content/AnimationFrameSave.cs#L98
Non-nullable field 'TextureName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-publish: ToolsUtilities/Common/BlendState.cs#L259
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-publish: Tools/Gum.Analyzers/NamespaceMigrationCodeFixProvider.cs#L41
Converting null literal or possible null value to non-nullable type.

Artifacts

Produced during runtime
Name Size Digest
nuget-packages
65.5 MB
sha256:2da1421aa41d315279c16e1df8d4ed0a264b8b6d2cf634f45a98d5ccf7aa2b74