Skip to content

Updated nil/closed channel and select edge cases #336

Updated nil/closed channel and select edge cases

Updated nil/closed channel and select edge cases #336

Triggered via push January 7, 2025 10:19
Status Success
Total duration 5m 31s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/