ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.15k stars 110 forks source link

Unix atomic file move not supported #472

Closed wasabii closed 5 months ago

wasabii commented 5 months ago

DotNetFileSystemProvider currently throws when attempting an atomic move on a non-Windows platform. We should have the native functionality available for this at this point.

wasabii commented 5 months ago

This is blocking latest Maven.