Any mocking library that works with .NET Standard 2.0? [closed]
up vote
0
down vote
favorite
as per title I'm looking for a moking library that support .net Standard 2.0.
I checked
- Moq
- FakeItEasy
- NSubstitute
- RhinoMocks
also in pre-realease.
Them are all not supported.
By not supported I mean "using" does not find these libraries and in VS there is a warning icon on the libraries shown under References.
Suggestion?
[Update 2018-11-23]
FakeItEasy is OK.
Moq is OK. (tested on F# netcoreapp2.1 with Moq 4.10)
mocking .net-standard-2.0
closed as off-topic by Suraj Rao, NathanOliver, Stephen Kennedy, Michael Dodd, Matthieu Brucher Nov 19 at 15:35
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Suraj Rao, NathanOliver, Stephen Kennedy, Michael Dodd, Matthieu Brucher
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
as per title I'm looking for a moking library that support .net Standard 2.0.
I checked
- Moq
- FakeItEasy
- NSubstitute
- RhinoMocks
also in pre-realease.
Them are all not supported.
By not supported I mean "using" does not find these libraries and in VS there is a warning icon on the libraries shown under References.
Suggestion?
[Update 2018-11-23]
FakeItEasy is OK.
Moq is OK. (tested on F# netcoreapp2.1 with Moq 4.10)
mocking .net-standard-2.0
closed as off-topic by Suraj Rao, NathanOliver, Stephen Kennedy, Michael Dodd, Matthieu Brucher Nov 19 at 15:35
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Suraj Rao, NathanOliver, Stephen Kennedy, Michael Dodd, Matthieu Brucher
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
as per title I'm looking for a moking library that support .net Standard 2.0.
I checked
- Moq
- FakeItEasy
- NSubstitute
- RhinoMocks
also in pre-realease.
Them are all not supported.
By not supported I mean "using" does not find these libraries and in VS there is a warning icon on the libraries shown under References.
Suggestion?
[Update 2018-11-23]
FakeItEasy is OK.
Moq is OK. (tested on F# netcoreapp2.1 with Moq 4.10)
mocking .net-standard-2.0
as per title I'm looking for a moking library that support .net Standard 2.0.
I checked
- Moq
- FakeItEasy
- NSubstitute
- RhinoMocks
also in pre-realease.
Them are all not supported.
By not supported I mean "using" does not find these libraries and in VS there is a warning icon on the libraries shown under References.
Suggestion?
[Update 2018-11-23]
FakeItEasy is OK.
Moq is OK. (tested on F# netcoreapp2.1 with Moq 4.10)
mocking .net-standard-2.0
mocking .net-standard-2.0
edited Nov 23 at 11:36
asked Aug 25 at 9:04
Alex 75
361317
361317
closed as off-topic by Suraj Rao, NathanOliver, Stephen Kennedy, Michael Dodd, Matthieu Brucher Nov 19 at 15:35
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Suraj Rao, NathanOliver, Stephen Kennedy, Michael Dodd, Matthieu Brucher
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by Suraj Rao, NathanOliver, Stephen Kennedy, Michael Dodd, Matthieu Brucher Nov 19 at 15:35
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Suraj Rao, NathanOliver, Stephen Kennedy, Michael Dodd, Matthieu Brucher
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
FakeItEasy contains a .NET Standard 2.0 implementation now.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
FakeItEasy contains a .NET Standard 2.0 implementation now.
add a comment |
up vote
1
down vote
accepted
FakeItEasy contains a .NET Standard 2.0 implementation now.
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
FakeItEasy contains a .NET Standard 2.0 implementation now.
FakeItEasy contains a .NET Standard 2.0 implementation now.
answered Nov 19 at 15:12
Dibran
807720
807720
add a comment |
add a comment |