CsUtil
CsUtil
Could you add to the main readme why this library is needed? So what can I do with it that I can't (or that is much harder) without it. I...
Would it be the correct approach to use MemoryFileSystem if I want to create a virtual file system that is persisted to disk in a single file? At some point...
Currently when running all xUnit tests at once not all tests run through successfully Some tests fail since they depend on internal singleton constructs, testing generic interfaces that internally use...
Using the IAppFlow interface a fully generic and reusable net promoter score UI can be created that shows after a specified time and collects reports the users feedback - This...
### The new idea: * Recording the state changes of the application is much easier to achieve on the redux store level by just storing the json of each dispatched...
The easiest way to find performance problems is to test with realistic data or even better testing with data models that are much larger than whatever will be used in...
Implement the Compare method using the ErrorMetric.MeanSquared in pure C# or Unity to be able to get rid of the ImageMagick dependency On http://www.imagemagick.org/Usage/compare/ the different compare methods are explained...
### The problem: Currently the json structure that has to be used is not conform with the I18n standard, see the https://github.com/cs-util-com/cscore/blob/master/CsCore/xUnitTests/src/Plugins/CsCoreXUnitTests/com/csutil/tests/system/I18nTests.cs examples. ### Todos: Use the following example I18n...
Not fully sure yet if that's necessary, I would be happy if someone could comment on this disposing all the values in the dictionary might make sense, or at least...
Improve the https://github.com/cs-util-com/cscore/blob/master/README.md to include more of the features of cscore. The readme was not updated regularly with all the new features, only the unit tests that serve also as...