Tags: lightman21/buck
Tags
Introduce basic .net support Summary: This comes in the form of two new rules: `csharp_library` and `prebuilt_dotnet_library`. Test Plan: * buck test test/com/facebook/buck/dotnet/... * Check out trunk of selenium * Add BUCK file in dotnet/src/webdriver * Build a non-trivial library with these rules
Ensure the directory exists before writing a file Summary: This fixes experimental project generation for IntelliJ on Windows by ensuring that we've actually created the destination folder prior to writing out the temporary file to it. Test Plan: `buck project --experimental-ij-generation` in https://github.com/sdwilsh/xplat-buck-demo