Skip to content

Added initial interface type conversion #283

Added initial interface type conversion

Added initial interface type conversion #283

Triggered via push September 29, 2024 05:24
Status Success
Total duration 6m 20s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze (csharp)
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/
Analyze (csharp): src/go2cs.Common/Metadata/FunctionSignature.cs#L55
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp): 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.
Analyze (csharp)
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/