Initial Generic Support #378
Annotations
23 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v1, actions/setup-dotnet@v1, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/setup-dotnet@v1, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
runtime/ishtar.base/emit/ExceptionBlockInfo.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
runtime/ishtar.base/emit/ExceptionBlockInfo.cs#L57
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
runtime/ishtar.base/emit/ILGenerator.cs#L393
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
runtime/ishtar.vm/runtime/allocators/IshtarAllocatorPool.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
runtime/ishtar.vm/stackval.cs#L9
The type name 'stackval' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
runtime/ishtar.vm/IshtarVersion.cs#L5
Parameter 'uint major' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
runtime/ishtar.vm/IshtarVersion.cs#L6
Parameter 'uint minor' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
runtime/ishtar.vm/IshtarVersion.cs#L7
Parameter 'uint patch' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
runtime/ishtar.vm/IshtarVersion.cs#L8
Parameter 'uint build' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
runtime/ishtar.vm/runtime/IshtarObject.cs#L38
Unreachable code detected
|
lib/spectre.console/src/Spectre.Console/Live/Progress/Columns/SpinnerColumn.cs#L51
Missing XML comment for publicly visible type or member 'SpinnerColumn.FailedText'
|
lib/spectre.console/src/Spectre.Console/Live/Progress/Columns/SpinnerColumn.cs#L85
Missing XML comment for publicly visible type or member 'SpinnerColumn.FailedStyle'
|
lib/spectre.console/src/Spectre.Console/Live/Progress/ProgressTask.cs#L8
Field 'STATE_TASK_FAILED' should not contain an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1310.md)
|
|
|
|
lib/spectre.console/src/Spectre.Console/Live/Progress/ProgressContext.cs#L33
Documentation text should end with a period (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1629.md)
|
lib/spectre.console/src/Spectre.Console/Live/Progress/ProgressTask.cs#L150
The documentation for parameter 'isFailed' is missing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1611.md)
|
lib/ast/syntax/ast/MemberDeclarationSyntax.cs#L12
Cannot convert null literal to non-nullable reference type.
|
lib/ast/syntax/ast/expressions/IdentifierExpression.cs#L24
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "linux-x64-build", "osx-x64-build", "win-x64-build".
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