A few methods in TexFormulaParser
were modified so that they return the updated positions instead of mutating them
#381
Annotations
11 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "XAML-Math v2.1.0".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Prepare a NuGet package
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Prepare a NuGet package
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Prepare a NuGet package:
src/XamlMath.Shared/TexSymbolParser.cs#L38
Possible null reference assignment.
|
Prepare a NuGet package:
src/XamlMath.Shared/TexSymbolParser.cs#L34
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Prepare a NuGet package:
src/XamlMath.Shared/TexPredefinedFormulaSettingsParser.cs#L21
Possible null reference assignment.
|
Prepare a NuGet package:
src/XamlMath.Shared/TexPredefinedFormulaSettingsParser.cs#L17
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Prepare a NuGet package:
src/XamlMath.Shared/TexPredefinedFormulaParser.cs#L87
Possible null reference assignment.
|
Prepare a NuGet package:
src/XamlMath.Shared/TexPredefinedFormulaParser.cs#L75
Non-nullable field 'rootElement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Prepare a NuGet package:
src/XamlMath.Shared/Colors/PredefinedColorParser.cs#L21
Possible null reference argument for parameter 'stream' in 'XDocument XDocument.Load(Stream stream)'.
|
Prepare a NuGet package:
src/XamlMath.Shared/GlueSettingsParser.cs#L60
Possible null reference argument for parameter 'root' in 'IReadOnlyList<Glue> GlueSettingsParser.ParseGlueTypes(XElement root)'.
|
Loading