-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create UseLocalCompiler.Directory.Build.props #17396
Conversation
Added props file, which will point to locally build compiler (Debug configuration), which can simply be included in contributor's project (via ` <Import Project="UseLocalCompiler.Directory.Build.props"/>`) to test changes.
Caution Repository is on lockdown for maintenance, all merges are on hold. |
✅ No release notes required |
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
This should be somehow mentioned in the docs, and also explained how's this better than or different from this tip: https://github.com/dotnet/fsharp/blob/main/DEVGUIDE.md#using-your-custom-compiler-to-build-other-projects |
Sure, feel free to add it |
Gonna merge it as is and add docs if needed |
Thanks |
Added props file, which will point to locally build compiler (Debug configuration), which can simply be included in contributor's project (via
<Import Project="UseLocalCompiler.Directory.Build.props"/>
) to test changes easier.