Example project and updated .gitignore #23
Annotations
1 error and 19 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.Example/Program.cs#L7
Accessibility modifiers required
|
build:
src/DotTiled.Example/Program.cs#L15
Accessibility modifiers required
|
build:
src/DotTiled.Example/Program.cs#L28
Accessibility modifiers required
|
build:
src/DotTiled.Example/Program.cs#L48
Accessibility modifiers required
|
build:
src/DotTiled.Example/Program.cs#L60
Accessibility modifiers required
|
build:
src/DotTiled.Example/Program.cs#L69
Accessibility modifiers required
|
build:
src/DotTiled.Example/Program.cs#L5
Accessibility modifiers required
|
build:
src/DotTiled.Example/Program.cs#L7
Remove unused parameter 'args'
|
build:
src/DotTiled.Example/Program.cs#L7
Convert to top-level statements
|
build:
src/DotTiled.Example/Program.cs#L36
Converting null literal or possible null value to non-nullable type.
|
build:
src/DotTiled.Example/Program.cs#L38
Dereference of a possibly null reference.
|
build:
src/DotTiled.Example/Program.cs#L75
Possible null reference return.
|
build:
src/DotTiled.Example/Program.cs#L69
Change return type of method 'ResolveCustomType' from 'DotTiled.ICustomTypeDefinition' to 'DotTiled.CustomClassDefinition?' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
build:
src/DotTiled.Example/Program.cs#L36
Converting null literal or possible null value to non-nullable type.
|
build:
src/DotTiled.Example/Program.cs#L38
Dereference of a possibly null reference.
|
build:
src/DotTiled.Example/Program.cs#L75
Possible null reference return.
|
build:
src/DotTiled.Example/Program.cs#L69
Change return type of method 'ResolveCustomType' from 'DotTiled.ICustomTypeDefinition' to 'DotTiled.CustomClassDefinition?' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|