Skip to content

Change note header colors and icons #31

Change note header colors and icons

Change note header colors and icons #31

Triggered via push June 5, 2024 21:08
Status Success
Total duration 51s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
default
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/.
default
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"
default
/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]
default
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/EventArgs/BoardPointerEventArgs.cs(8,19): warning CS8618: Non-nullable property 'Source' 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]
default
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/EventArgs/BoardPointerEventArgs.cs(9,29): warning CS8618: Non-nullable property 'Args' 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]
default
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/Converters/ColorToHexConverter.cs(11,28): warning CS8600: Converting null literal or possible null value to non-nullable type. [/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]
default
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/Converters/ColorToHexConverter.cs(11,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.Core/NoteSHR.Core.csproj]
default
/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]
default
/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]
default
/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]
default
/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/Converters/ColorToHexConverter.cs(16,21): warning CS8605: Unboxing a possibly null value. [/home/runner/work/note-shr/note-shr/src/NoteSHR.Core/NoteSHR.Core.csproj]