(#481) Test: extract the shared API tests to a separate project #354
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/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.
|
src/XamlMath.Shared/Colors/PredefinedColorParser.cs#L21
Possible null reference argument for parameter 'stream' in 'XDocument XDocument.Load(Stream stream)'.
|
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/
|
This job succeeded
Loading