This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
fix(deps): update dependency typescript to v5.5.3 #256
Annotations
20 warnings
src/TSDParser/Class/UnionType.cs#L5
Non-nullable property 'Types' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/ArrayType.cs#L5
Non-nullable property 'ElementType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeReference.cs#L5
Non-nullable property 'TypeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeReference.cs#L7
Non-nullable property 'TypeArguments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeParameter.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeParameter.cs#L7
Non-nullable property 'Constraint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeParameter.cs#L9
Non-nullable property 'Default' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeOperator.cs#L5
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeLiteral.cs#L5
Non-nullable property 'Members' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeAliasDeclaration.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/UnionType.cs#L5
Non-nullable property 'Types' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/ArrayType.cs#L5
Non-nullable property 'ElementType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeReference.cs#L5
Non-nullable property 'TypeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeReference.cs#L7
Non-nullable property 'TypeArguments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeParameter.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeParameter.cs#L7
Non-nullable property 'Constraint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeParameter.cs#L9
Non-nullable property 'Default' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeOperator.cs#L5
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeLiteral.cs#L5
Non-nullable property 'Members' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/TypeAliasDeclaration.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading