-
Notifications
You must be signed in to change notification settings - Fork 653
Support for FSharp 4.3.1 #1036
Comments
Would you be able to share a sample repo that demonstrates the issue (e.g. on GitHub)? For reference, this is the test repo we use, which works in Azure Web Sites: https://github.com/KuduApps/WebAppWithFSharpLibrary. If you look in |
Hello David, Thanks for looking into this. I have a sample repo at: https://github.com/JohnDoeKyrgyz/AzureTest Thanks, |
Yes, it does look like an issue on our side. I wonder if you could workaround by using a hint path going to where the assembly is (path above). |
Hello David, Tried to set the HintPath, and I am still getting deploy errors Command: D:\home\site\deployments\tools\deploy.cmd Handling .NET Web Application deployment. All packages listed in packages.config are already installed. Project file contains ToolsVersion="12.0". This toolset may be unknown Project file contains ToolsVersion="12.0". This toolset may be unknown D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): D:\home\site\repository\AzureTest.WebApp\Configuration.fs(5,17): error D:\home\site\repository\AzureTest.WebApp\Configuration.fs(17,14): D:\home\site\repository\AzureTest.WebApp\Configuration.fs(17,14): Failed exitCode=1, An error has occurred during web site deployment. Handling .NET Web Application deployment. https://manage.windowsazure.com/@johnacu.onmicrosoft.com# On Tue, Feb 25, 2014 at 11:49 AM, David Ebbo notifications@git.luolix.topwrote:
|
F# 3.1 should work on Azure now. Feel free to reopen if there are more issues. |
I am trying to git deploy an ASP.NET MVC website where all the controllers and business logic are written in F#. I am using the latest version of F# (4.3.1) unfortunately it does not look like this version is supported. Here is the deploy log:
I can successfully deploy this site using the publish feature from visual studio, but I have to add a reference to FSharp.Core to the web project, and set Copy Local to true.
The text was updated successfully, but these errors were encountered: