Package Nightly Build #102
nightly-build.yml
on: schedule
package-and-release
/
...
/
build
30s
package-and-release
/
...
/
package-macos
24s
package-and-release
/
...
/
package-linux
29s
package-and-release
/
...
/
package-windows
35s
package-and-release
/
release
10s
Annotations
15 warnings
|
package-and-release / verify-build / build
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 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/
|
|
package-and-release / verify-build / build:
Stardrop/Views/WarningWindow.axaml.cs#L18
Non-nullable field '_mainWindowModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
package-and-release / verify-build / build:
Stardrop/Models/SMAPI/Web/ModSearchEntry.cs#L26
Non-nullable property 'InstalledVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
package-and-release / verify-build / build:
Stardrop/Models/SMAPI/Web/ModSearchEntry.cs#L26
Non-nullable property 'UpdateKeys' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
package-and-release / verify-build / build:
Stardrop/Models/SMAPI/Web/ModSearchEntry.cs#L26
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
package-and-release / verify-build / build:
Stardrop/Utilities/Translation.cs#L169
Nullability of reference types in type of 'event PropertyChangedEventHandler Translation.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
package-and-release / verify-build / build:
Stardrop/Converters/EnumConverter.cs#L14
Nullability of reference types in type of parameter 'parameter' of 'object EnumConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
|
package-and-release / verify-build / build:
Stardrop/Converters/EnumConverter.cs#L14
Nullability of reference types in type of parameter 'value' of 'object EnumConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
|
package-and-release / verify-build / build:
Stardrop/Converters/EnumConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object EnumConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
|
package-and-release / verify-build / build:
Stardrop/Converters/EnumConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object EnumConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
|
package-and-release / verify-build / build:
Stardrop/Utilities/Helper.cs#L22
Cannot convert null literal to non-nullable reference type.
|
|
package-and-release / package / package-macos
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/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/
|
|
package-and-release / package / package-linux
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/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/
|
|
package-and-release / package / package-windows
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/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/
|
|
package-and-release / release
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/download-artifact@v4, softprops/action-gh-release@v2. 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/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
release-artifacts-linux
|
39.8 MB |
sha256:184abc858d179485ba7748efb07545819ce7d31079c53681635cf1ae300875d4
|
|
|
release-artifacts-macos
|
43.7 MB |
sha256:a8cbc559b18429dd81d8e452c102603fe7f73bd3be253165e0d48cabb714ddbe
|
|
|
release-artifacts-windows
|
39.8 MB |
sha256:d5712c9c001e1bca3ada20733f8a12d95b4957dccd801241e242df08cf1f9994
|
|