Here we go again... #28
web-editor-deploy.yml
on: push
Deploy to GitHub Pages
7m 5s
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)'.
|