CodeQL #296
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/
|
Run dotnet build /src/go2cs:
src/go2cs.Common/Metadata/FunctionSignature.cs#L55
Cannot convert null literal to non-nullable reference type.
|
Run dotnet build /src/go2cs:
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.
|
Run dotnet build /src/go2cs:
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.
|
Run dotnet build /src/go2cs:
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.
|
Run dotnet build /src/go2cs:
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.
|
Run dotnet build /src/go2cs:
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.
|
Run dotnet build /src/go2cs:
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.
|
Run dotnet build /src/go2cs:
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.
|
Run dotnet build /src/go2cs:
src/go2cs.Common/Metadata/TypeInfo.cs#L52
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run dotnet build /src/go2cs:
src/go2cs.Common/Metadata/TypeInfo.cs#L53
Non-nullable field 'TypeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Initialize CodeQL
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/
|
Loading