13 Commits

Author SHA1 Message Date
lionsoul
728c04d633 Merge pull request #138 from RocherKong/master
add data result availability checking
2019-12-11 17:20:05 +08:00
rocher
23609e81f5 test result data right 2019-12-11 16:59:44 +08:00
stulzq
d83e20c99c add use stream method 2018-08-19 16:47:01 +08:00
Rocher
176081fcc7 Update README.md
Use the synchronization method as the first choice.
2018-07-31 11:37:25 +08:00
Rocher
cc629102e5 Update README.md
Use the synchronization method as the first choice.
2018-07-31 11:36:14 +08:00
MaleDong
09dda2c211 [Fix] Fix csharp formations
1) In `README.md`, we shouldn't use `c#` but `csharp` to make md
recoginize it's the C# formation of codes.

2) Add 'ConfigureAwait(false)' as for the MSDN magazine usage.

3) Don't need Contribution History in README.md, because we can see the
change logs in GitHub instead.
2018-07-30 14:44:47 +08:00
MaleDong
fb564c79e5 [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
614ced34e4 [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
d1c443f934 Fix the conflicts 2018-07-30 10:39:15 +08:00
MaleDong
09a6d60620 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
11f527b207 1.CodeStandardized 2.Support Netfx4.5 3.TestStandardized 2018-07-30 00:31:49 +08:00
MaleDong
23dbb5ab2c 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
1258a74064 add support for C# 2018-02-09 22:04:01 +08:00