Adding support for .NET 9.0 and 10.0 #139
Merged
Annotations
10 warnings
|
tests/Tests.MaybeF/Functions/Parse/ParseUInt32_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)
|
|
tests/Tests.MaybeF/Functions/Parse/ParseUInt32_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)
|
|
tests/Tests.MaybeF/Functions/Parse/ParseUInt32_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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
The logs for this run have expired and are no longer available.
Loading