Skip to content

Updated blat bild script #327

Updated blat bild script

Updated blat bild script #327

Triggered via push December 21, 2024 07:49
Status Success
Total duration 4m 41s
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/DictionaryExtensions.cs#L44
Possible null reference return.
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)
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/