Skip to content

Fix importing blob files while board is importing #42

Fix importing blob files while board is importing

Fix importing blob files while board is importing #42

Triggered via push June 1, 2024 21:56
Status Success
Total duration 4m 28s
Artifacts 4

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(66,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/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.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.File/BoardExporter.cs(12,131): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR.File/Schemes/NoteScheme.cs(9,19): warning CS8618: Non-nullable property 'HeaderColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR.File/Schemes/NoteScheme.cs(10,19): warning CS8618: Non-nullable property 'BackgroundColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR.File/Schemes/NoteScheme.cs(11,36): warning CS8618: Non-nullable property 'Nodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
linux
/home/runner/work/note-shr/note-shr/src/NoteSHR.File/Schemes/NodeScheme.cs(6,19): warning CS8618: Non-nullable property 'Assembly' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.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(66,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.File/BoardExporter.cs(12,131): warning CS8625: Cannot convert null literal to non-nullable reference type. [/Users/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR.File/Schemes/NoteScheme.cs(9,19): warning CS8618: Non-nullable property 'HeaderColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR.File/Schemes/NoteScheme.cs(10,19): warning CS8618: Non-nullable property 'BackgroundColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR.File/Schemes/NoteScheme.cs(11,36): warning CS8618: Non-nullable property 'Nodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
macos
/Users/runner/work/note-shr/note-shr/src/NoteSHR.File/Schemes/NodeScheme.cs(6,19): warning CS8618: Non-nullable property 'Assembly' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.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(66,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.File/BoardExporter.cs(12,131): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR.File/FileBlob.cs(5,14): warning CS8618: Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR.File/Schemes/NoteScheme.cs(9,19): warning CS8618: Non-nullable property 'HeaderColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR.File/Schemes/NoteScheme.cs(10,19): warning CS8618: Non-nullable property 'BackgroundColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.csproj]
browser
/home/runner/work/note-shr/note-shr/src/NoteSHR.File/Schemes/NoteScheme.cs(11,36): warning CS8618: Non-nullable property 'Nodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/note-shr/note-shr/src/NoteSHR.File/NoteSHR.File.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(66,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\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.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.File\BoardExporter.cs(12,131): warning CS8625: Cannot convert null literal to non-nullable reference type. [D:\a\note-shr\note-shr\src\NoteSHR.File\NoteSHR.File.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR.File\Schemes\NoteScheme.cs(9,19): warning CS8618: Non-nullable property 'HeaderColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\note-shr\note-shr\src\NoteSHR.File\NoteSHR.File.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR.File\Schemes\NoteScheme.cs(10,19): warning CS8618: Non-nullable property 'BackgroundColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\note-shr\note-shr\src\NoteSHR.File\NoteSHR.File.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR.File\Schemes\NoteScheme.cs(11,36): warning CS8618: Non-nullable property 'Nodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\note-shr\note-shr\src\NoteSHR.File\NoteSHR.File.csproj]
windows
D:\a\note-shr\note-shr\src\NoteSHR.File\Schemes\NodeScheme.cs(6,19): warning CS8618: Non-nullable property 'Assembly' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\note-shr\note-shr\src\NoteSHR.File\NoteSHR.File.csproj]

Artifacts

Produced during runtime
Name Size
github-pages Expired
20.9 MB
linux Expired
29.5 MB
macos Expired
36.4 MB
windows Expired
16.3 MB