I'm just wondering if anyone found a mocking library that can be used with the .NET compact framework.
I tried Moq, but it does not work, I quickly performed a Google search, but did not find anything useful.
Thanks.
Unfortunately, .Net CF does not support IL-radiation or compilation (via CSharpCodeProvider or such). The best mocking frameworks use IL, the older ones use CSharpCodeProvider - both of which are not in CF.
, CF ( - Cecil CF , ).
.
Source: https://habr.com/ru/post/1702345/More articles:K & R exercise: multidimensional array to an array of pointers - cИспользование MarkDown на динамических веб-сайтах? - markdownCreating a data layer using Spring JdbcTemplate - javaNon-Blocking Linux Mounts - chttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1702344/simplest-way-to-get-access-to-a-remote-server-for-computing-tasks&usg=ALkJrhgR0qHtXUKiGj7QiS_vVerV_1YRfgPolygon Filling: Fulfilling the Winding Rule Against the Even Rule - performanceFileNotFoundException error when a file exists - javaASP.NET MVC RC - creating a custom MVC control with codebehind - asp.net-mvcExplicit API methods and generic parameter-based API methods - apiC #: How to add a destructor to a custom class? - c #All Articles