Updating copyright to 2025 #138
Merged
Annotations
10 warnings
|
tests/Tests.MaybeF/Functions/Parse/ParseDateTimeOffset_Tests.cs#L18
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)
|
|
tests/Tests.MaybeF/Functions/Parse/ParseDateTimeOffset_Tests.cs#L11
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)
|
|
tests/Tests.MaybeF/Functions/Parse/ParseDateTimeOffset_Tests.cs#L10
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)
|
|
tests/Tests.MaybeF/Functions/Parse/ParseDateTimeOffset_Tests.cs#L9
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)
|
|
tests/Tests.MaybeF/Functions/Parse/ParseByte_Tests.cs#L41
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)
|
|
tests/Tests.MaybeF/Functions/Parse/ParseByte_Tests.cs#L40
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)
|
|
tests/Tests.MaybeF/Functions/Parse/ParseByte_Tests.cs#L33
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)
|
|
tests/Tests.MaybeF/Functions/Switch/Switch_Tests.cs#L25
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)
|
|
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)
|
|
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)
|
The logs for this run have expired and are no longer available.
Loading