Skip to content

Bump WixSharp from 1.25.3 to 1.26.0 #426

Bump WixSharp from 1.25.3 to 1.26.0

Bump WixSharp from 1.25.3 to 1.26.0 #426

Triggered via pull request September 23, 2024 13:59
Status Success
Total duration 5m 23s
Artifacts

dotnet-desktop.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (Release): ScriptNotepad/UtilityClasses/Common/StatusStripComboItem.cs#L147
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build (Release): ScriptNotepad/UtilityClasses/TextManipulation/TextSorting/SortLines.cs#L528
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (Release): ScriptNotepad/Settings/SettingsOld.cs#L270
Nullability of reference types in type of 'event PropertyChangedEventHandler SettingsOld.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build (Release): ScriptNotepad/DialogForms/FormDialogSelectFileTab.cs#L47
Non-nullable field 'scintillaTabbedTextControl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Release): ScriptNotepad/Database/Entity/Migrations/ExecuteDatabaseMigrate.cs#L64
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): ScriptNotepad/Database/Entity/Context/ScriptNotepadDbContext.cs#L101
Cannot convert null literal to non-nullable reference type.
build (Release): ScriptNotepad/Database/Entity/Context/ScriptNotepadDbContext.cs#L133
Cannot convert null literal to non-nullable reference type.
build (Release): ScriptNotepad/Database/Entity/Context/ScriptNotepadDbContext.cs#L84
Non-nullable property 'DbContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): ScriptNotepad/Editor/EntityHelpers/RecentFileHelper.cs#L67
Dereference of a possibly null reference.