Skip to content

Merge branch 'release/3.0.0' #23

Merge branch 'release/3.0.0'

Merge branch 'release/3.0.0' #23

Triggered via push February 18, 2025 16:44
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Build & Test
20s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Test: Pencil/Data/XYZ.cs#L7
Non-nullable property 'Fraction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: Pencil/Data/XYZ.cs#L9
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: Pencil/Data/Self.cs#L7
Non-nullable property 'Href' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: Pencil/Data/Rgb.cs#L7
Non-nullable property 'Fraction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: Pencil/Data/Rgb.cs#L15
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: Pencil/Data/Hsl.cs#L7
Non-nullable property 'Fraction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: Pencil/Data/Hsl.cs#L15
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: Pencil/Data/Hex.cs#L7
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: Pencil/Data/Hex.cs#L9
Non-nullable property 'Clean' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: Pencil/Data/Contrast.cs#L7
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.