2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated libraries More... over 6 years ago
Assembly information attrs are now read from files again More... over 6 years ago
Added some comments on how the test initialization was changed More... almost 7 years ago
updated libraries More... almost 7 years ago
Changed polling logic for PollingClient2 More... about 7 years ago
updated the test libraries and fixed some test intialization in MSTest More... about 7 years ago
added a script to restore .net packages for when it's used as a submodule dependency More... about 7 years ago
added the XUNIT compilation constant to run the test in .NET Framework 4 version More... about 7 years ago
migrated all the tests to .net core MSTest More... about 7 years ago
WIP: unstable, migrated more test to .net core / MSTest More... about 7 years ago
WIP: fixed the MSTest framework references, more tests fixed, still unstable More... about 7 years ago
WIP: still unstable, added the .net core NEventStore tests More... about 7 years ago
added .net core gzip serialization tests More... about 7 years ago
added .net core bson serialization tests More... about 7 years ago
fixed the .net core tests (run under MSTest) for NEventStore.Serialiation.Json More... about 7 years ago
changes to the base class for MSTest, everything runs in isolation, should change all the intiializations More... about 7 years ago
Attempt to add MSTest to the mix, had to change the tests projects to console app, otherwise no test would have benn listed More... about 7 years ago
changed the test projects to dot core class libraries (from net standard class libraries) in order to try MSTest More... about 7 years ago
Added some NUnit tests, unfortunately the test runners does not work well with .net core yet More... about 7 years ago
missed file More... about 7 years ago
added NEventStore.Serialization.Json .NET Core support More... about 7 years ago
WIP: let's see if we can replace XUnit with NUnit and FluentAssertions More... about 7 years ago
Better logging in pollingClient2 More... about 7 years ago
WIP: started to migrate tests to xUnit 2.. will be a pain in the a** More... about 7 years ago
Removed unneeded resx, duplicated the other resx file because .net core generates a different .designer.cs file More... about 7 years ago
added some more conditional compilations so it's easier to also compilet the .net 4.0 solution. we still have a problem on the generated resx .designer.cs files that have different output More... about 7 years ago
made the code NEventStore library compile for .NET Standard 1.6 More... about 7 years ago
WIP: replaced System.Timers.Timer with System.ThreadingTimer More... about 7 years ago
WIP: excluded other features not supported by .net core More... about 7 years ago
fixed Resx handling More... about 7 years ago