Skip to content

In TexPredefinedFormulaSettingsParser, methods GetSymbolMappings and GetDelimiterMappings were refactored and they now share the same mechanism. #590

In TexPredefinedFormulaSettingsParser, methods GetSymbolMappings and GetDelimiterMappings were refactored and they now share the same mechanism.

In TexPredefinedFormulaSettingsParser, methods GetSymbolMappings and GetDelimiterMappings were refactored and they now share the same mechanism. #590

Triggered via pull request September 27, 2023 20:08
Status Success
Total duration 5m 6s
Artifacts

main.yml

on: pull_request
Matrix: main
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
main.linux: src/XamlMath.Shared/TexSymbolParser.cs#L38
Possible null reference assignment.
main.linux: src/XamlMath.Shared/TexSymbolParser.cs#L34
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
main.linux: src/XamlMath.Shared/TexPredefinedFormulaSettingsParser.cs#L21
Possible null reference assignment.
main.linux: src/XamlMath.Shared/TexPredefinedFormulaSettingsParser.cs#L17
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
main.linux: src/XamlMath.Shared/TexPredefinedFormulaParser.cs#L87
Possible null reference assignment.
main.linux: src/XamlMath.Shared/TexPredefinedFormulaParser.cs#L75
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
main.linux: src/XamlMath.Shared/DefaultTexFontParser.cs#L51
Possible null reference assignment.
main.linux: src/XamlMath.Shared/DefaultTexFontParser.cs#L53
Possible null reference argument for parameter 'root' in 'IReadOnlyDictionary<string, IReadOnlyList<CharFont>> DefaultTexFontParser.CreateParseTextStyleMappings(XElement root)'.
main.linux: src/XamlMath.Shared/DefaultTexFontParser.cs#L45
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
main.linux: src/XamlMath.Shared/Colors/PredefinedColorParser.cs#L21
Possible null reference argument for parameter 'stream' in 'XDocument XDocument.Load(Stream stream)'.
main.macos: src/XamlMath.Shared/Colors/PredefinedColorParser.cs#L21
Possible null reference argument for parameter 'stream' in 'XDocument XDocument.Load(Stream stream)'.
main.macos: src/XamlMath.Shared/DefaultTexFontParser.cs#L51
Possible null reference assignment.
main.macos: src/XamlMath.Shared/DefaultTexFontParser.cs#L53
Possible null reference argument for parameter 'root' in 'IReadOnlyDictionary<string, IReadOnlyList<CharFont>> DefaultTexFontParser.CreateParseTextStyleMappings(XElement root)'.
main.macos: src/XamlMath.Shared/DefaultTexFontParser.cs#L45
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
main.macos: src/XamlMath.Shared/GlueSettingsParser.cs#L60
Possible null reference argument for parameter 'root' in 'IReadOnlyList<Glue> GlueSettingsParser.ParseGlueTypes(XElement root)'.
main.macos: src/XamlMath.Shared/TexSymbolParser.cs#L38
Possible null reference assignment.
main.macos: src/XamlMath.Shared/TexSymbolParser.cs#L34
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
main.macos: src/XamlMath.Shared/TexPredefinedFormulaSettingsParser.cs#L21
Possible null reference assignment.
main.macos: src/XamlMath.Shared/TexPredefinedFormulaSettingsParser.cs#L17
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
main.macos: src/XamlMath.Shared/TexPredefinedFormulaParser.cs#L87
Possible null reference assignment.
main.windows: src/XamlMath.Shared/TexSymbolParser.cs#L38
Possible null reference assignment.
main.windows: src/XamlMath.Shared/TexSymbolParser.cs#L34
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
main.windows: src/XamlMath.Shared/TexPredefinedFormulaSettingsParser.cs#L21
Possible null reference assignment.
main.windows: src/XamlMath.Shared/TexPredefinedFormulaSettingsParser.cs#L17
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
main.windows: src/XamlMath.Shared/TexPredefinedFormulaParser.cs#L87
Possible null reference assignment.
main.windows: src/XamlMath.Shared/TexPredefinedFormulaParser.cs#L75
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
main.windows: src/XamlMath.Shared/GlueSettingsParser.cs#L60
Possible null reference argument for parameter 'root' in 'IReadOnlyList<Glue> GlueSettingsParser.ParseGlueTypes(XElement root)'.
main.windows: src/XamlMath.Shared/DefaultTexFontParser.cs#L51
Possible null reference assignment.
main.windows: src/XamlMath.Shared/DefaultTexFontParser.cs#L53
Possible null reference argument for parameter 'root' in 'IReadOnlyDictionary<string, IReadOnlyList<CharFont>> DefaultTexFontParser.CreateParseTextStyleMappings(XElement root)'.
main.windows: src/XamlMath.Shared/DefaultTexFontParser.cs#L45
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.