Infra: Multi-platform support #35
Annotations
1 error and 11 warnings
Uno
Process completed with exit code 1.
|
Uno
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.3.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Uno:
Emerald/Models/Model.cs#L8
Cannot convert null literal to non-nullable reference type.
|
Uno:
Emerald/Models/SquareNavigationViewItem.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Uno:
Emerald/Models/Model.cs#L13
Cannot convert null literal to non-nullable reference type.
|
Uno:
Emerald/Models/SquareNavigationViewItem.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Uno:
Emerald/Helpers/MarkupExtensions/LocalizeString.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Uno:
Emerald/Helpers/MarkupExtensions/FontIcon.cs#L8
Non-nullable property 'Glyph' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Uno:
Emerald/Helpers/MarkupExtensions/ConditionString.cs#L8
Non-nullable property 'TrueString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Uno:
Emerald/Helpers/MarkupExtensions/ConditionString.cs#L10
Non-nullable property 'FalseString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Uno:
Emerald/Helpers/Converters/BoolToVisibility.cs#L11
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
|
Uno:
Emerald/Helpers/Converters/BoolToVisibility.cs#L11
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
|