Skip to content

v9.4.1

v9.4.1 #41

Triggered via release March 2, 2024 17:10
@bfrenbfren
published v9.4.1
Status Success
Total duration 1m 11s
Artifacts

publish.yml

on: release
restore-build-test-pack-push
1m 2s
restore-build-test-pack-push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
restore-build-test-pack-push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
restore-build-test-pack-push: tests/Tests.MaybeF/_/MaybeExtensions/Switch/SwitchIfAsync_Tests.cs#L92
Null should not be used for type parameter 'input' of type 'MaybeF.Maybe<int>'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
restore-build-test-pack-push: tests/Tests.MaybeF/Linq/DictionaryExtensions/GetValueOrNone_Tests.cs#L15
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
restore-build-test-pack-push: tests/Tests.MaybeF/- Test Abstracts -/Enumerable/FilterBind_Tests.cs#L67
Do not use Assert.Collection if there is one element in the collection. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2023)
restore-build-test-pack-push: tests/Tests.MaybeF/Functions/Parse/ParseUIntPtr_Tests.cs#L15
The member referenced by the MemberData attribute returns untyped data rows, such as object[]. Consider using TheoryData<> as the return type to provide better type safety. (https://xunit.net/xunit.analyzers/rules/xUnit1042)
restore-build-test-pack-push: tests/Tests.MaybeF/Functions/Parse/ParseUIntPtr_Tests.cs#L23
The member referenced by the MemberData attribute returns untyped data rows, such as object[]. Consider using TheoryData<> as the return type to provide better type safety. (https://xunit.net/xunit.analyzers/rules/xUnit1042)
restore-build-test-pack-push: tests/Tests.MaybeF/Functions/Parse/ParseUIntPtr_Tests.cs#L16
The member referenced by the MemberData attribute returns untyped data rows, such as object[]. Consider using TheoryData<> as the return type to provide better type safety. (https://xunit.net/xunit.analyzers/rules/xUnit1042)
restore-build-test-pack-push: tests/Tests.MaybeF/- Test Abstracts -/Enumerable/Filter_Tests.cs#L52
Do not use Assert.Collection if there is one element in the collection. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2023)
restore-build-test-pack-push: tests/Tests.MaybeF/Functions/Parse/ParseUInt64_Tests.cs#L15
The member referenced by the MemberData attribute returns untyped data rows, such as object[]. Consider using TheoryData<> as the return type to provide better type safety. (https://xunit.net/xunit.analyzers/rules/xUnit1042)
restore-build-test-pack-push: tests/Tests.MaybeF/Functions/Parse/ParseUInt64_Tests.cs#L16
The member referenced by the MemberData attribute returns untyped data rows, such as object[]. Consider using TheoryData<> as the return type to provide better type safety. (https://xunit.net/xunit.analyzers/rules/xUnit1042)
restore-build-test-pack-push: tests/Tests.MaybeF/Functions/Parse/ParseUInt64_Tests.cs#L23
The member referenced by the MemberData attribute returns untyped data rows, such as object[]. Consider using TheoryData<> as the return type to provide better type safety. (https://xunit.net/xunit.analyzers/rules/xUnit1042)