Skip to content

Fix test workflow run #21

Fix test workflow run

Fix test workflow run #21

Triggered via push May 15, 2024 20:53
Status Success
Total duration 4m 20s
Artifacts 3

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linux
Solution "/home/runner/work/note-shr/note-shr/NoteSHR.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file: " - {489D5726-02F2-4592-94EB-51B7DCFDEFA8}.Debug|Any CPU.Build.0 = Debug|Any CPU"
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Note.cs(73,46): warning CS8612: Nullability of reference types in type of 'event PropertyChangedEventHandler Note.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'. [/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Board.cs(6,19): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Board.cs(7,23): warning CS8618: Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Note.cs(6,14): warning CS8618: Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR/App.axaml.cs(12,31): warning CS8618: Non-nullable property 'FilePicker' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR/Core/Converters/ColorToHexConverter.cs(12,28): warning CS8600: Converting null literal or possible null value to non-nullable type. [/home/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR/Core/Converters/ColorToHexConverter.cs(12,28): warning CS8604: Possible null reference argument for parameter 's' in 'Color Color.Parse(string s)'. [/home/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR/Core/Converters/ColorToHexConverter.cs(17,21): warning CS8605: Unboxing a possibly null value. [/home/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR/Components/NoteNode/NoteNodeComponent.cs(102,30): warning CS8605: Unboxing a possibly null value. [/home/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
macos
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macos
Solution "/Users/runner/work/note-shr/note-shr/NoteSHR.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file: " - {489D5726-02F2-4592-94EB-51B7DCFDEFA8}.Debug|Any CPU.Build.0 = Debug|Any CPU"
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Note.cs(73,46): warning CS8612: Nullability of reference types in type of 'event PropertyChangedEventHandler Note.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'. [/Users/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Board.cs(6,19): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Board.cs(7,23): warning CS8618: Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Note.cs(6,14): warning CS8618: Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable. [/Users/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR/App.axaml.cs(12,31): warning CS8618: Non-nullable property 'FilePicker' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR/Views/BoardView.axaml.cs(36,45): warning CS8602: Dereference of a possibly null reference. [/Users/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR/Views/BoardView.axaml.cs(36,45): warning CS8604: Possible null reference argument for parameter 'value' in 'NodeType Enum.Parse<NodeType>(string value)'. [/Users/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR/Components/NoteNode/NoteNodeComponent.cs(102,30): warning CS8605: Unboxing a possibly null value. [/Users/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR/Components/NoteNode/NoteNodeComponent.cs(107,63): warning CS8605: Unboxing a possibly null value. [/Users/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
browser
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
browser
Solution "/home/runner/work/note-shr/note-shr/NoteSHR.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file: " - {489D5726-02F2-4592-94EB-51B7DCFDEFA8}.Debug|Any CPU.Build.0 = Debug|Any CPU"
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Note.cs(73,46): warning CS8612: Nullability of reference types in type of 'event PropertyChangedEventHandler Note.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'. [/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Board.cs(6,19): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Board.cs(7,23): warning CS8618: Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/Models/Note.cs(6,14): warning CS8618: Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR/App.axaml.cs(12,31): warning CS8618: Non-nullable property 'FilePicker' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR/Components/NoteNode/NoteNodeComponent.cs(102,30): warning CS8605: Unboxing a possibly null value. [/home/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR/Components/NoteNode/NoteNodeComponent.cs(107,63): warning CS8605: Unboxing a possibly null value. [/home/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR/Components/NoteNode/NoteNodeComponent.cs(113,39): warning CS8604: Possible null reference argument for parameter 'item' in 'bool AvaloniaList<Control>.Remove(Control item)'. [/home/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR/Components/NoteNode/NoteNodeComponent.cs(123,59): warning CS8605: Unboxing a possibly null value. [/home/runner/work/note-shr/note-shr/src/NoteSHR/NoteSHR.csproj]
windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
windows
Solution "D:\a\note-shr\note-shr\NoteSHR.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.Solution" or remove the following entries from the solution file: " - {489D5726-02F2-4592-94EB-51B7DCFDEFA8}.Debug|Any CPU.Build.0 = Debug|Any CPU"
windows
D:\a\note-shr\note-shr\src\NoteSHR.Core\Models\Note.cs(73,46): warning CS8612: Nullability of reference types in type of 'event PropertyChangedEventHandler Note.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'. [D:\a\note-shr\note-shr\src\NoteSHR.Core\NoteSHR.Core.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR.Core\Models\Board.cs(6,19): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\note-shr\note-shr\src\NoteSHR.Core\NoteSHR.Core.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR.Core\Models\Board.cs(7,23): warning CS8618: Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\note-shr\note-shr\src\NoteSHR.Core\NoteSHR.Core.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR.Core\Models\Note.cs(6,14): warning CS8618: Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable. [D:\a\note-shr\note-shr\src\NoteSHR.Core\NoteSHR.Core.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR\App.axaml.cs(12,31): warning CS8618: Non-nullable property 'FilePicker' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\note-shr\note-shr\src\NoteSHR\NoteSHR.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR\Views\BoardView.axaml.cs(36,45): warning CS8602: Dereference of a possibly null reference. [D:\a\note-shr\note-shr\src\NoteSHR\NoteSHR.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR\Views\BoardView.axaml.cs(36,45): warning CS8604: Possible null reference argument for parameter 'value' in 'NodeType Enum.Parse<NodeType>(string value)'. [D:\a\note-shr\note-shr\src\NoteSHR\NoteSHR.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR\Components\NoteNode\NoteNodeComponent.cs(102,30): warning CS8605: Unboxing a possibly null value. [D:\a\note-shr\note-shr\src\NoteSHR\NoteSHR.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR\Components\NoteNode\NoteNodeComponent.cs(107,63): warning CS8605: Unboxing a possibly null value. [D:\a\note-shr\note-shr\src\NoteSHR\NoteSHR.csproj]

Artifacts

Produced during runtime
Name Size
linux Expired
29 MB
macos Expired
35.9 MB
windows Expired
16.1 MB