.NET Core request - make everything mockable, please #6712
Unanswered
pelletburner
asked this question in
General
Replies: 3 comments 6 replies
-
To the next level... of mockery of programming. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Def not a csharplang request. Consider dotnet/runtime? |
Beta Was this translation helpful? Give feedback.
1 reply
-
There are already plenty of products doing it without the extra needed work you listed, including MS Fakes which comes with Visual Studio. But in my experience, they are only necessary when the code is not properly designed thus hard to test. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not 100% sure if this is the right place to ask for additions to .NET Core, but one thing that really bothers me for many years now is that most classes in .NET are not mockable.
My request has two aspects:
This would really take .NET Core to the next level.
Beta Was this translation helpful? Give feedback.
All reactions