Split BigOperatorAtom.CreateBoxCore
into smaller methods
#607
Annotations
10 warnings
src/XamlMath.Shared/TexSymbolParser.cs#L38
Possible null reference assignment.
|
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.
|
src/XamlMath.Shared/TexPredefinedFormulaSettingsParser.cs#L21
Possible null reference assignment.
|
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.
|
src/XamlMath.Shared/TexPredefinedFormulaParser.cs#L87
Possible null reference assignment.
|
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.
|
src/XamlMath.Shared/GlueSettingsParser.cs#L60
Possible null reference argument for parameter 'root' in 'IReadOnlyList<Glue> GlueSettingsParser.ParseGlueTypes(XElement root)'.
|
src/XamlMath.Shared/DefaultTexFontParser.cs#L51
Possible null reference assignment.
|
src/XamlMath.Shared/DefaultTexFontParser.cs#L53
Possible null reference argument for parameter 'root' in 'IReadOnlyDictionary<string, IReadOnlyList<CharFont>> DefaultTexFontParser.CreateParseTextStyleMappings(XElement root)'.
|
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.
|
The logs for this run have expired and are no longer available.
Loading