switch to arg collections instead of tuples of args #45
Annotations
10 errors and 4 warnings
build_and_pack:
tests/MockMe.Tests.Overloads/ArgumentModifierTests.cs#L10
Argument 1: cannot convert from 'MockMe.Tests.Overloads.AllOverloads' to 'MockMe.DummyClass'
|
build_and_pack:
tests/MockMe.Tests.Overloads/ArgumentModifierTests.cs#L12
'Mock<AllOverloads>' does not contain a definition for 'Setup' and no accessible extension method 'Setup' accepting a first argument of type 'Mock<AllOverloads>' could be found (are you missing a using directive or an assembly reference?)
|
build_and_pack:
tests/MockMe.Tests.Overloads/ArgumentModifierTests.cs#L24
'Mock<AllOverloads>' does not contain a definition for 'Assert' and no accessible extension method 'Assert' accepting a first argument of type 'Mock<AllOverloads>' could be found (are you missing a using directive or an assembly reference?)
|
build_and_pack:
tests/MockMe.Tests.Overloads/ArgumentModifierTests.cs#L30
Argument 1: cannot convert from 'MockMe.Tests.Overloads.AllOverloads' to 'MockMe.DummyClass'
|
build_and_pack:
tests/MockMe.Tests.Overloads/ArgumentModifierTests.cs#L32
'Mock<AllOverloads>' does not contain a definition for 'Setup' and no accessible extension method 'Setup' accepting a first argument of type 'Mock<AllOverloads>' could be found (are you missing a using directive or an assembly reference?)
|
build_and_pack:
tests/MockMe.Tests.Overloads/ArgumentModifierTests.cs#L39
'Mock<AllOverloads>' does not contain a definition for 'Assert' and no accessible extension method 'Assert' accepting a first argument of type 'Mock<AllOverloads>' could be found (are you missing a using directive or an assembly reference?)
|
build_and_pack:
tests/MockMe.Tests.Overloads/AsyncMethodOverloadTests.cs#L31
The type 'MockMe.Tests.Overloads.AllOverloads' cannot be used as type parameter 'T' in the generic type or method 'Mock.Me<T>(DummyClass)'. There is no implicit reference conversion from 'MockMe.Tests.Overloads.AllOverloads' to 'MockMe.DummyClass'.
|
build_and_pack:
tests/MockMe.Tests.Overloads/AsyncMethodOverloadTests.cs#L41
'Mock<AllOverloads>' does not contain a definition for 'Setup' and no accessible extension method 'Setup' accepting a first argument of type 'Mock<AllOverloads>' could be found (are you missing a using directive or an assembly reference?)
|
build_and_pack:
tests/MockMe.Tests.Overloads/AsyncMethodOverloadTests.cs#L44
'Mock<AllOverloads>' does not contain a definition for 'Setup' and no accessible extension method 'Setup' accepting a first argument of type 'Mock<AllOverloads>' could be found (are you missing a using directive or an assembly reference?)
|
build_and_pack:
tests/MockMe.Tests.Overloads/AsyncMethodOverloadTests.cs#L57
'Mock<AllOverloads>' does not contain a definition for 'Assert' and no accessible extension method 'Assert' accepting a first argument of type 'Mock<AllOverloads>' could be found (are you missing a using directive or an assembly reference?)
|
build_and_pack
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_and_pack:
tests/MockMe.Tests.Runner/Program.cs#L8
Possible null reference argument for parameter 'paths' in 'string Path.Combine(params string[] paths)'.
|
build_and_pack:
tests/MockMe.Tests.Runner/Program.cs#L8
Possible null reference argument for parameter 'paths' in 'string Path.Combine(params string[] paths)'.
|
build_and_pack:
tests/MockMe.Tests.Runner/Program.cs#L8
Possible null reference argument for parameter 'paths' in 'string Path.Combine(params string[] paths)'.
|