ume05rw / SharpCifs.Std

SharpCifs.Std is a port from SharpCifs to .NET Standard. Original SharpCifs: https://github.com/zinkpad/SharpCifs
GNU Lesser General Public License v2.1
86 stars 34 forks source link

System.Threading.Threadの参照をTask変更できませんか? #1

Closed NewBLife closed 7 years ago

NewBLife commented 7 years ago

UWPアプリも使いたいです、でもUWPにSystem.Threading.Threadの参照ができないですよ。 System.Threading.ThreadをTask変更できませんか?

ume05rw commented 7 years ago

thanks for your contact. In China, programming is so active. I am envious a little.

I have never touched UWP, so I don't know the details. but Currently, this code has issues related to System.Threading.Thread.(ex: Thread.Abort(); not implement)

I try to deal with this problem, when spare time, and intarested. However, I'm not planning to deal with this problem in a hurry.

If you deal with it, I will discard my code and switch to yours! :-)

NewBLife commented 7 years ago

Thank you ! I have solved the problem. I use TPL replaced the Thread pacage. @ume05rw

NewBLife commented 7 years ago

I am in Japan now and develop uwp or xamarin applications in japanese company.

ume05rw commented 7 years ago

hi!

fixed this problem which was pending. (but, It seems that you solved it sooner...^^;)

Anyway, thank you for letting me know the problem.

Enjoying GW!