MaleDong
ee5c05d321
[Fix] Add "Disposible" interface for final release of resouces
...
`_search` should release resouces because the file state is still open.
2018-07-30 11:21:31 +08:00
MaleDong
c6721af1ec
[Update] Refactor codes according to RocherHong's changes
...
1) Considering using xUnit for UnitTest, remove my unit tests.
2) Remove useless `async`, because `async` is just the wrapper of `Task`.
3) Modify unit tests to be sure that the values MUST BE equal to each other when the IP is the same.
2018-07-30 10:48:30 +08:00
lionsoul
d51db48721
Fix the conflicts
2018-07-30 10:39:15 +08:00
MaleDong
8a6ac1cdc6
Change from `async Task` to `Task`
...
Because the async is the wrapper of Task, we don't need to use async
again.
2018-07-30 09:56:25 +08:00
RocherKong
55db35b6f4
1.CodeStandardized 2.Support Netfx4.5 3.TestStandardized
2018-07-30 00:31:49 +08:00
MaleDong
33570612bc
Refactor of CSharp:
...
1) Add `Async` methods.
2) Remove uesless variables, codes.
3) Remove ConsoleApp and use UnitTest instead.
4) Add README.md instead.
2018-07-20 13:57:32 +08:00
RocherKong
b65d8206ba
add support for C#
2018-02-09 22:04:01 +08:00