Skip to content

Merge pull request #1 from GCollins994/tests/new-unit-tests #58

Merge pull request #1 from GCollins994/tests/new-unit-tests

Merge pull request #1 from GCollins994/tests/new-unit-tests #58

Triggered via push May 11, 2024 15:04
Status Success
Total duration 34s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@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: src/Nucs.Optimization/PyGbrtOptimization.cs#L60
Cannot convert null literal to non-nullable reference type.
build: src/Nucs.Optimization/PyOptimization.cs#L43
Converting method group 'UnboxParametersScoreMethod' to non-delegate type 'object'. Did you intend to invoke the method?
build: src/Nucs.Optimization/Callbacks/PyOptCallback.cs#L17
Non-nullable field 'This' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Nucs.Optimization/Helper/EmbeddedResourceHelper.cs#L12
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
build: src/Nucs.Optimization/Callbacks/IterationCallback.cs#L21
Converting method group 'UnboxResults' to non-delegate type 'object'. Did you intend to invoke the method?
build: src/Nucs.Optimization/Callbacks/FastIterationCallback.cs#L17
Converting method group 'UnboxResults' to non-delegate type 'object'. Did you intend to invoke the method?
build: src/Nucs.Optimization/Attributes/NumericalSpace.cs#L53
Possible null reference return.
build: src/Nucs.Optimization/Attributes/NumericalSpace.cs#L66
Possible null reference return.
build: src/Nucs.Optimization/Callbacks/EarlyStopper.cs#L21
Converting method group 'UnboxResults' to non-delegate type 'object'. Did you intend to invoke the method?
build: src/Nucs.Optimization/Analyzer/ParametersAnalyzer.cs#L59
Dereference of a possibly null reference.