-
Notifications
You must be signed in to change notification settings - Fork 157
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
.NET Core #224
Merged
Merged
.NET Core #224
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 tasks
1bec035
to
a727982
Compare
Closed
@Krzysztof-Cieslak on .net core fsac (on travis, on windows works), i get these test failure (ref log) - "Kind": "errors",
- "Data": {
- "File": "<absolute path removed>/FsAutoComplete.IntegrationTests/Colorizations/Script.fsx",
- "Errors": []
- }
+ "Kind": "info",
+ "Data": "Request cancelled" pratically lots and lots of request get cancelled. Any hint? is the recent |
added fsprojects/Paket#2868 to track the paket include script issue |
enricosada
added a commit
to enricosada/ionide-vscode-fsharp
that referenced
this pull request
Oct 27, 2017
This reverts commit a592a78.
…uild tools version 4 is not installed like in appveyor VS2017
This reverts commit 5c9f0cb.
…4.8 (xbuild vs msbuild) error after at second test: Running fsi 'fsharpi --define:FSAC_TEST_HTTP --define:FSAC_TEST_EXE_NETCORE /home/travis/build/fsharp/FsAutoComplete/test/FsAutoComplete.IntegrationTests/DotNetCore/NotRestoredRunner.fsx' (from dir '/home/travis/build/fsharp/FsAutoComplete/test/FsAutoComplete.IntegrationTests/DotNetCore') fsharpi --define:FSAC_TEST_HTTP --define:FSAC_TEST_EXE_NETCORE /home/travis/build/fsharp/FsAutoComplete/test/FsAutoComplete.IntegrationTests/DotNetCore/NotRestoredRunner.fsx Server crashing error - Address already in use at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName) at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at [email protected](Unit unitVar0) at Suave.Tcp.run@85[a](FSharpFunc`2 f, UInt16 _arg1) at Suave.Tcp.run@85[a](FSharpFunc`2 f, UInt16 _arg1) at [email protected](Socket _arg1) at [email protected](AsyncParams`1 args) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.FSharp.Control.AsyncBuilderImpl.commit[a](AsyncImplResult`1 res) at Microsoft.FSharp.Control.CancellationTokenOps.RunSynchronouslyInCurrentThread[a](CancellationToken token, FSharpAsync`1 computation) at Microsoft.FSharp.Control.CancellationTokenOps.RunSynchronously[a](CancellationToken token, FSharpAsync`1 computation, FSharpOption`1 timeout) at Microsoft.FSharp.Control.FSharpAsync.RunSynchronously[T](FSharpAsync`1 computation, FSharpOption`1 timeout, FSharpOption`1 cancellationToken) at Suave.Web.startWebServer(SuaveConfig config, FSharpFunc`2 webpart) at FsAutoComplete.Suave.start(Commands commands, ParseResults`1 args) in /home/travis/build/fsharp/FsAutoComplete/src/FsAutoComplete/FsAutoComplete.Suave.fs:line 175 at FsAutoComplete.Program.entry(String[] args) in /home/travis/build/fsharp/FsAutoComplete/src/FsAutoComplete/Program.fs:line 43
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #231
new fsproj are added in parallel to current, with some ifdef to disable unsupported feature/api changes
Some limitations:
NOTES:
Result
type instead of custom FSACResult
typeTODO:
FSharpLinter
netstandardFSharpLing.Core
package ( ref WIP add .net standard 2.0 support fsprojects/FSharpLint#241 )MAYBE (mean probably another PR):
net45
tfm, so like now but with new sdknet45
Example: Ionide running FSAC .net core, during a debugging session from another vscode