Added labeled branch targets for for loops #291
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/go2cs.Common/Metadata/FunctionSignature.cs#L55
Cannot convert null literal to non-nullable reference type.
|
src/go2cs.Common/Metadata/VariableInfo.cs#L31
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/go2cs.Common/Metadata/VariableInfo.cs#L32
Non-nullable field 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/go2cs.Common/Metadata/TypeInfo.cs#L164
Non-nullable field 'KeyTypeInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/go2cs.Common/Metadata/TypeInfo.cs#L165
Non-nullable field 'ElementTypeInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/go2cs.Common/Metadata/TypeInfo.cs#L142
Non-nullable field 'TargetTypeInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/go2cs.Common/Metadata/TypeInfo.cs#L143
Non-nullable field 'Length' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/go2cs.Common/Metadata/TypeInfo.cs#L122
Non-nullable field 'TargetTypeInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/go2cs.Common/Metadata/ExpressionInfo.cs#L63
Non-nullable field 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/go2cs.Common/Metadata/ExpressionInfo.cs#L64
Non-nullable field 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
The logs for this run have expired and are no longer available.
Loading