Add lint step to pull request workflow #3
Annotations
1 error and 22 warnings
build
Process completed with exit code 2.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/DotTiled/Model/Layers/BaseLayer.cs#L45
Member 'OffsetX' is explicitly initialized to its default value
|
build:
src/DotTiled/Model/Layers/BaseLayer.cs#L50
Member 'OffsetY' is explicitly initialized to its default value
|
build:
src/DotTiled/Model/Layers/ImageLayer.cs#L11
Member 'X' is explicitly initialized to its default value
|
build:
src/DotTiled/Model/Layers/ImageLayer.cs#L16
Member 'Y' is explicitly initialized to its default value
|
build:
src/DotTiled/Model/Layers/ImageLayer.cs#L21
Member 'RepeatX' is explicitly initialized to its default value
|
build:
src/DotTiled/Model/Layers/ImageLayer.cs#L26
Member 'RepeatY' is explicitly initialized to its default value
|
build:
src/DotTiled/Model/Layers/ObjectLayer.cs#L29
Member 'X' is explicitly initialized to its default value
|
build:
src/DotTiled/Model/Layers/ObjectLayer.cs#L34
Member 'Y' is explicitly initialized to its default value
|
build:
src/DotTiled/Model/Layers/Objects/Object.cs#L28
Member 'X' is explicitly initialized to its default value
|
build:
src/DotTiled/Model/Layers/Objects/Object.cs#L33
Member 'Y' is explicitly initialized to its default value
|
build:
src/DotTiled/Model/Layers/Objects/TextObject.cs#L70
Member 'Wrap' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build:
src/DotTiled/Model/Layers/Objects/TextObject.cs#L85
Member 'Italic' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build:
src/DotTiled/Model/Layers/Objects/TextObject.cs#L90
Member 'Underline' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build:
src/DotTiled/Model/Layers/Objects/TextObject.cs#L95
Member 'Strikeout' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build:
src/DotTiled/Model/Layers/Objects/TextObject.cs#L80
Member 'Bold' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build:
src/DotTiled/Model/Layers/TileLayer.cs#L11
Member 'X' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build:
src/DotTiled/Model/Layers/TileLayer.cs#L16
Member 'Y' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build:
src/DotTiled/Model/Map.cs#L164
Member 'ParallaxOriginX' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build:
src/DotTiled/Model/Map.cs#L169
Member 'ParallaxOriginY' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build:
src/DotTiled/Model/Map.cs#L189
Member 'Infinite' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|