Skip to content
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

fix(deps): update dependency typescript to v5.5.3

fix(deps): update dependency typescript to v5.5.3 #256

Triggered via pull request June 20, 2024 18:51
Status Success
Total duration 44s
Artifacts

cicd.yml

on: pull_request
Build & Test
36s
Build & Test
Create Release
0s
Create Release
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.
Build & Test: 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.