Geeks for your information
F# support for .NET Core and .NET Standard projects in Visual Studio - Printable Version

+- Geeks for your information (https://www.geeks.fyi)
+-- Forum: Programing/Development (https://www.geeks.fyi/forumdisplay.php?fid=52)
+--- Forum: Microsoft Technologies (https://www.geeks.fyi/forumdisplay.php?fid=54)
+--- Thread: F# support for .NET Core and .NET Standard projects in Visual Studio (/showthread.php?tid=1083)



F# support for .NET Core and .NET Standard projects in Visual Studio - krish - 29 November 17

Visual Studio 2017 15.5 Preview 4 now supports F# projects targeting .NET Core, .NET Standard, and .NET Framework through the .NET Core SDK.
[Image: YAhJ1ORl.png]

What’s new
There are several new features in this new project support, and if you’ve used it with C# and .NET Core or .NET Standard projects, you’ll likely know about all of them. Here are a few that I like:
  • Project files are significantly smaller, often by an order of magnitude.
  • Project files are editable without having to unload the project.
  • You can edit a project file (e.g., adding a package) and when it’s saved, the project system will automatically react to those changes (such as restoring an added package).
  • NuGet dependencies, the SDK reference, and project-to-project references are unified under the Dependencies node.
Read More