Skip to content

fix json progressbar value (now reaches 100%), #BUILD beta #101

fix json progressbar value (now reaches 100%), #BUILD beta

fix json progressbar value (now reaches 100%), #BUILD beta #101

Triggered via push September 16, 2024 16:51
Status Success
Total duration 2m 29s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.
build: Interfaces/Log.cs#L8
Cannot convert null literal to non-nullable reference type.
build: Interfaces/Log.cs#L7
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Interfaces/Log.cs#L7
Field 'Log.logger' is never assigned to, and will always have its default value null
build: libs/laszip.net-develop/ArithmeticDecoder.cs#L121
Cannot convert null literal to non-nullable reference type.
build: libs/laszip.net-develop/ArithmeticEncoder.cs#L146
Cannot convert null literal to non-nullable reference type.
build: libs/laszip.net-develop/ArithmeticModel.cs#L78
Cannot convert null literal to non-nullable reference type.
build: libs/laszip.net-develop/LASattribute.cs#L120
Cannot convert null literal to non-nullable reference type.
build: Structs/ImportSettings.cs#L31
The type 'int?' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'int?' doesn't match 'notnull' constraint.
build: Structs/ImportSettings.cs#L26
The type 'int?' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'int?' doesn't match 'notnull' constraint.