This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
chore(deps): update dependency esbuild to ^0.23.0 #260
Annotations
20 warnings
src/TSDParser/Class/ClassDeclaration.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/ClassDeclaration.cs#L7
Non-nullable property 'Members' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/ClassDeclaration.cs#L9
Non-nullable property 'HeritageClauses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/ClassDeclaration.cs#L11
Non-nullable property 'Modifiers' 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/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/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/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/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/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/ClassDeclaration.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/ClassDeclaration.cs#L7
Non-nullable property 'Members' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/ClassDeclaration.cs#L9
Non-nullable property 'HeritageClauses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TSDParser/Class/ClassDeclaration.cs#L11
Non-nullable property 'Modifiers' 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.
|
This job succeeded
Loading