Peter Palotas

Results 40 comments of Peter Palotas

_Comment by **[alphaleonis](https://github.com/alphaleonis)** from Sunday Jan 11, 2015 at 12:17 GMT_ --- Well, it's not a bad idea. Although it would probably need some rewriting to make it more generally...

_Comment by **[alphaleonis](https://github.com/alphaleonis)** from Monday Jan 12, 2015 at 14:12 GMT_ --- This issue was moved to alphaleonis/AlphaFS.Temp#1

_Comment by **[Yomodo](https://github.com/Yomodo)** from Tuesday Jan 13, 2015 at 10:42 GMT_ --- Similar in Host class: ``` using (Host.DriveConnection connection = new Host.DriveConnection(share)) {} ```

I think the only way to work around it is if we'd use reflection to set the `_fileName` field of the `FileStream` instance after creating it. It could be a...

That sounds like complete French to me. 🤣 But no, unfortunately .NET 5.0 is not (yet) supported.

No, unfortunately I don't think we have a roadmap yet. I haven't had time to investigate this personally yet, so don't quite know the scope of it. @Yomodo, do you...

Original title: **Add builds targetting .NET 4.6, 4.6.1 and 4.6.2.** Determine which target frameworks to actually build for. Is there any advantage to create spearate versions for all the various...

@Yomodo is there still work to do on this or how are things looking?

_Comment by **[alphaleonis](https://github.com/alphaleonis)** from Friday Jan 02, 2015 at 19:32 GMT_ --- Copied from CodePlex. Comments: So I guess we are talking about the following function http://msdn.microsoft.com/en-us/library/windows/desktop/aa364417(v=vs.85).aspx FindFirstChangeNotification and subsequent...