Skip to content

Release

Release #93

Re-run triggered November 7, 2024 03:01
Status Success
Total duration 6m 42s
Artifacts 4

release.yml

on: workflow_dispatch
Release (linux-x64)
3m 6s
Release (linux-x64)
Release (win-x64)
6m 43s
Release (win-x64)
Release (macos-arm64)
5m 58s
Release (macos-arm64)
Publish GitHub Release
30s
Publish GitHub Release
Test Release Artifacts
0s
Test Release Artifacts
Publish Auto-Update Release (GitHub)
0s
Publish Auto-Update Release (GitHub)
Publish Auto-Update Release (B2)
0s
Publish Auto-Update Release (B2)
Fit to window
Zoom out
Zoom in

Annotations

35 warnings
Release (linux-x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-***@V3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Release (linux-x64): Avalonia.Gif/Decoding/GifDecoder.cs#L429
Dereference of a possibly null reference.
Release (linux-x64): StabilityMatrix.Core/Models/Settings/HolidayMode.cs#L5
The member 'StabilityMatrix.Core.Models.Settings.HolidayMode' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1034)
Release (linux-x64): StabilityMatrix.Core/Models/Api/CivitPeriod.cs#L5
The member 'StabilityMatrix.Core.Models.Api.CivitPeriod' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1034)
Release (linux-x64): StabilityMatrix.Core/Models/Api/CivitSortMode.cs#L6
The member 'StabilityMatrix.Core.Models.Api.CivitSortMode' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1034)
Release (linux-x64): StabilityMatrix.Core/Models/TrackedDownload.cs#L13
The type 'StabilityMatrix.Core.Models.TrackedDownload' has been annotated with JsonSerializableAttribute but does not derive from JsonSerializerContext. No source code will be generated. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1224)
Release (linux-x64): StabilityMatrix.Core/Models/IndexCollection.cs#L28
The type 'TObject' cannot be used as type parameter 'TObject' in the generic type or method 'IChangeSet<TObject, TKey>'. Nullability of type argument 'TObject' doesn't match 'notnull' constraint.
Release (linux-x64): StabilityMatrix.Core/Models/IndexCollection.cs#L14
The type 'TObject' cannot be used as type parameter 'TObject' in the generic type or method 'SourceCache<TObject, TKey>'. Nullability of type argument 'TObject' doesn't match 'notnull' constraint.
Release (linux-x64): StabilityMatrix.Core/Models/FDS/StableSwarmSettings.cs#L63
Cannot convert null literal to non-nullable reference type.
Release (linux-x64): StabilityMatrix.Core/Models/FDS/StableSwarmSettings.cs#L286
Cannot convert null literal to non-nullable reference type.
Release (linux-x64): StabilityMatrix.Core/Models/FDS/StableSwarmSettings.cs#L292
Cannot convert null literal to non-nullable reference type.
Release (win-x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-***@V3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Release (win-x64): Avalonia.Gif/Decoding/GifDecoder.cs#L429
Dereference of a possibly null reference.
Release (win-x64): StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L47
Possible null reference argument for parameter 'psiItem' in 'void IFileOperation.CopyItem(IShellItem psiItem, IShellItem psiDestinationFolder, string pszCopyName, IFileOperationProgressSink? pfopsItem)'.
Release (win-x64): StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L47
Possible null reference argument for parameter 'psiDestinationFolder' in 'void IFileOperation.CopyItem(IShellItem psiItem, IShellItem psiDestinationFolder, string pszCopyName, IFileOperationProgressSink? pfopsItem)'.
Release (win-x64): StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L56
Possible null reference argument for parameter 'psiItem' in 'void IFileOperation.MoveItem(IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName, IFileOperationProgressSink? pfopsItem)'.
Release (win-x64): StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L56
Possible null reference argument for parameter 'psiDestinationFolder' in 'void IFileOperation.MoveItem(IShellItem psiItem, IShellItem psiDestinationFolder, string pszNewName, IFileOperationProgressSink? pfopsItem)'.
Release (win-x64): StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L64
Possible null reference argument for parameter 'psiItem' in 'void IFileOperation.RenameItem(IShellItem psiItem, string pszNewName, IFileOperationProgressSink? pfopsItem)'.
Release (win-x64): StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L71
Possible null reference argument for parameter 'psiItem' in 'void IFileOperation.DeleteItem(IShellItem psiItem, IFileOperationProgressSink? pfopsItem)'.
Release (win-x64): StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L121
Possible null reference argument for parameter 'psiDestinationFolder' in 'uint IFileOperation.NewItem(IShellItem psiDestinationFolder, FileAttributes dwFileAttributes, string pszName, string pszTemplateName, IFileOperationProgressSink? pfopsItem)'.
Release (win-x64): StabilityMatrix.Native.Windows/FileOperations/FileOperationWrapper.cs#L149
The method 'int Marshal.FinalReleaseComObject(object o)' only supports runtime-based COM interop and will not work with type 'IFileOperation' (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1099)
Release (win-x64): StabilityMatrix.Core/Models/Settings/HolidayMode.cs#L5
The member 'StabilityMatrix.Core.Models.Settings.HolidayMode' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1034)
Release (macos-arm64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-***@V3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Release (macos-arm64): Avalonia.Gif/Decoding/GifDecoder.cs#L429
Dereference of a possibly null reference.
Release (macos-arm64): StabilityMatrix.Core/Models/Settings/HolidayMode.cs#L5
The member 'StabilityMatrix.Core.Models.Settings.HolidayMode' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1034)
Release (macos-arm64): StabilityMatrix.Core/Models/Api/CivitPeriod.cs#L5
The member 'StabilityMatrix.Core.Models.Api.CivitPeriod' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1034)
Release (macos-arm64): StabilityMatrix.Core/Models/Api/CivitSortMode.cs#L6
The member 'StabilityMatrix.Core.Models.Api.CivitSortMode' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1034)
Release (macos-arm64): StabilityMatrix.Core/Models/TrackedDownload.cs#L13
The type 'StabilityMatrix.Core.Models.TrackedDownload' has been annotated with JsonSerializableAttribute but does not derive from JsonSerializerContext. No source code will be generated. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1224)
Release (macos-arm64): StabilityMatrix.Core/Models/IndexCollection.cs#L28
The type 'TObject' cannot be used as type parameter 'TObject' in the generic type or method 'IChangeSet<TObject, TKey>'. Nullability of type argument 'TObject' doesn't match 'notnull' constraint.
Release (macos-arm64): StabilityMatrix.Core/Models/IndexCollection.cs#L14
The type 'TObject' cannot be used as type parameter 'TObject' in the generic type or method 'SourceCache<TObject, TKey>'. Nullability of type argument 'TObject' doesn't match 'notnull' constraint.
Release (macos-arm64): StabilityMatrix.Core/Models/FDS/StableSwarmSettings.cs#L63
Cannot convert null literal to non-nullable reference type.
Release (macos-arm64): StabilityMatrix.Core/Models/FDS/StableSwarmSettings.cs#L286
Cannot convert null literal to non-nullable reference type.
Release (macos-arm64): StabilityMatrix.Core/Models/FDS/StableSwarmSettings.cs#L292
Cannot convert null literal to non-nullable reference type.
Publish GitHub Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Publish GitHub Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
StabilityMatrix-osx-arm64-app Expired
92.2 MB
StabilityMatrix-osx-arm64-dmg Expired
94.6 MB