Skip to content

Change how the bool to int was working. #49

Change how the bool to int was working.

Change how the bool to int was working. #49

Triggered via push October 3, 2024 12:49
Status Failure
Total duration 22s
Artifacts

nuget.yml

on: push
Build, test, pack & publish
13s
Build, test, pack & publish
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
Build, test, pack & publish: Wororo.Utilities.UnitTests/ValueExtensionsTests.cs#L25
'bool' does not contain a definition for 'ToOneOrZeroString' and the best extension method overload 'ValueExtensions.ToOneOrZeroString(bool?)' requires a receiver of type 'bool?'
Build, test, pack & publish: Wororo.Utilities.UnitTests/ValueExtensionsTests.cs#L26
'bool' does not contain a definition for 'ToOneOrZeroString' and the best extension method overload 'ValueExtensions.ToOneOrZeroString(bool?)' requires a receiver of type 'bool?'
Build, test, pack & publish: Wororo.Utilities.UnitTests/ValueExtensionsTests.cs#L25
'bool' does not contain a definition for 'ToOneOrZeroString' and the best extension method overload 'ValueExtensions.ToOneOrZeroString(bool?)' requires a receiver of type 'bool?'
Build, test, pack & publish: Wororo.Utilities.UnitTests/ValueExtensionsTests.cs#L26
'bool' does not contain a definition for 'ToOneOrZeroString' and the best extension method overload 'ValueExtensions.ToOneOrZeroString(bool?)' requires a receiver of type 'bool?'
Build, test, pack & publish
Process completed with exit code 1.
Build, test, pack & publish
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, test, pack & publish: Wororo.Utilities/EnumerableExtensions.cs#L32
Cannot convert null literal to non-nullable reference type.
Build, test, pack & publish: Wororo.Utilities/EnumerableExtensions.cs#L33
Cannot convert null literal to non-nullable reference type.
Build, test, pack & publish: Wororo.Utilities/XmlSerialization.cs#L23
Possible null reference return.
Build, test, pack & publish: Wororo.Utilities/XmlSerialization.cs#L27
Possible null reference return.
Build, test, pack & publish: Wororo.Utilities/EnumerableExtensions.cs#L60
Possible null reference argument for parameter 'filterBy' in 'IEnumerable<TNode> EnumerableExtensions.Flatten<TNode>(IEnumerable<TNode> nodes, Func<TNode, bool> filterBy = null, Func<TNode, IEnumerable<TNode>> selectChildren = null)'.
Build, test, pack & publish: Wororo.Utilities/EnumerableExtensions.cs#L60
Possible null reference argument for parameter 'selectChildren' in 'IEnumerable<TNode> EnumerableExtensions.Flatten<TNode>(IEnumerable<TNode> nodes, Func<TNode, bool> filterBy = null, Func<TNode, IEnumerable<TNode>> selectChildren = null)'.
Build, test, pack & publish: Wororo.Utilities/ExportSheet.cs#L18
Non-nullable property 'Rows' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, test, pack & publish: Wororo.Utilities/EnumerableExtensions.cs#L32
Cannot convert null literal to non-nullable reference type.
Build, test, pack & publish: Wororo.Utilities/EnumerableExtensions.cs#L33
Cannot convert null literal to non-nullable reference type.
Build, test, pack & publish: Wororo.Utilities/XmlSerialization.cs#L23
Possible null reference return.