Skip to content

Here we go again... #28

Here we go again...

Here we go again... #28

Triggered via push December 9, 2024 16:52
Status Success
Total duration 7m 17s
Artifacts
Deploy to GitHub Pages
7m 5s
Deploy to GitHub Pages
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Deploy to GitHub Pages: src/Symptum.UI/ColorCode/RichTextBlockFormatter.cs#L19
Cannot convert null literal to non-nullable reference type.
Deploy to GitHub Pages: src/Symptum.UI/ColorCode/RichTextBlockFormatter.cs#L28
Cannot convert null literal to non-nullable reference type.
Deploy to GitHub Pages: src/Symptum.UI/ColorCode/RichTextBlockFormatter.cs#L28
Cannot convert null literal to non-nullable reference type.
Deploy to GitHub Pages: src/Symptum.UI/ColorCode/RichTextBlockFormatter.cs#L28
Non-nullable property 'InlineCollection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy to GitHub Pages: src/Symptum.UI/ColorCode/RichTextBlockFormatter.cs#L70
Converting null literal or possible null value to non-nullable type.
Deploy to GitHub Pages: src/Symptum.UI/ColorCode/RichTextBlockFormatter.cs#L75
Possible null reference argument for parameter 'scope' in 'void RichTextBlockFormatter.CreateSpan(string Text, Scope scope)'.
Deploy to GitHub Pages: src/Symptum.UI/ColorCode/RichTextBlockFormatter.cs#L89
Cannot convert null literal to non-nullable reference type.
Deploy to GitHub Pages: src/Symptum.UI/Markdown/TextElements/STextElements.cs#L10
Non-nullable property 'Inline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy to GitHub Pages: src/Symptum.UI/Markdown/DocumentOutline.cs#L22
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, Action?>.TryAdd(string key, Action? value)'.
Deploy to GitHub Pages: src/Symptum.UI/Markdown/DocumentOutline.cs#L35
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, Action?>.TryAdd(string key, Action? value)'.