Skip to content

add get folders

add get folders #339

Triggered via push September 10, 2024 06:12
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: APSToolkit/Schema/ForceDefaultConverter.cs#L15
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
build: APSToolkit/Schema/ForceDefaultConverter.cs#L20
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: APSToolkit/BIM360/ObjectInfo.cs#L7
Non-nullable property 'BucketKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: APSToolkit/BIM360/ObjectInfo.cs#L8
Non-nullable property 'ObjectKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: APSToolkit/BIM360/AecLevel.cs#L7
Non-nullable property 'Guid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: APSToolkit/BIM360/AecLevel.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: APSToolkit/BIM360/AecLevel.cs#L11
Non-nullable property 'Extension' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: APSToolkit/BIM360/ObjectField.cs#L11
Non-nullable property 'key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: APSToolkit/BIM360/ObjectField.cs#L12
Non-nullable property 'category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: APSToolkit/BIM360/ObjectField.cs#L13
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.