Bump version to 0.2.0 #2
Annotations
10 warnings
|
test:
package/Editor/CodeBuilder/MethodBuilder.cs#L125
Possible null reference argument for parameter 'type' in 'string SyntaxTypeHelper.Parse(TypeSyntax type, out string serializableType, IImportHandler importHandler)'.
|
|
test:
package/Editor/CodeBuilder/MethodBuilder.cs#L101
Possible null reference assignment.
|
|
test:
package/Editor/CodeBuilder/TypescriptBuilder.cs#L74
Possible null reference return.
|
|
test:
package/Editor/CodeBuilder/TypescriptBuilder.cs#L65
Possible null reference return.
|
|
test:
package/Editor/CodeBuilder/MethodBuilder.cs#L25
Non-nullable field 'csharpMethodString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
test:
package/Editor/CodeBuilder/MethodBuilder.cs#L25
Non-nullable field 'returnType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
test:
package/Editor/CodeBuilder/FieldBuilder.cs#L32
Non-nullable field 'serializableType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
test:
package/Editor/CodeBuilder/FieldBuilder.cs#L32
Non-nullable field 'typeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
test:
package/Editor/CodeBuilder/ClassBuilder.cs#L17
Non-nullable field 'BaseType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
test:
package/Editor/CodeWriter/ICodeWriter.cs#L7
Cannot convert null literal to non-nullable reference type.
|