-
Running Rider 2019.1.1 on Ubuntu 18.04.2, with Unity 2017.4.25f1.
The mono-sgen process has a consistently high CPU usage when both Unity and Rider are open.
Strace shows it's continually logging …
-
**Question**
I have the version of devexpress 19.1.3
The Xpand version 1.2.64
And I have the error BC13091, Error when importing 'XafModule' from the 'Xpand.XAF.Modules.Reactive.dll' assembly
…
-
Don Syme asked me to move this bug from [fsharp/fsharp issue 886](https://github.com/fsharp/fsharp/issues/886#issue-389212461) to here. I describe a failure mode where F# interactive running under .Ne…
-
Implementation and verification of the following features:
- Execute in Interactive.
- Send to Interactive (Alt-Enter).
- Debug in Interactive.
-
From #2400
>Properly handle the model for how .dlls are laid out on disk with .NET Core, thus fixing #r
Establish a good working model for how to do the above
Prompt to re-load an FSI session wh…
-
I am getting the below error ever since I updated to VS 2019 on mac.
I am on specflow and specflow nunit version 2.3.2
and Nunit 3.0.0
Error: Generation error: Message: Error deserializing conf…
-
When running the .Net Core version of the F# Interactive Service we get a security exception on any invocation of a PInvoke call that was generated in the script itself.
1. Start .Net Core version …
-
**Submitted by Howard Mansell on 3/24/2014 12:00:00 AM**
**215 votes on UserVoice prior to migration**
Commonly I want to return some named values, or sequence of named values, in some express…
-
The following fails on mono under FSI, but is perfectly valid F# code, compiles with fsharpc+mono and fsc+netcore:
```
type test = { dest : int };;
seq { 1..5 } |> Seq.collect (fun _ -> [|{dest=1…
ghost updated
5 years ago
-
## Summary
Trying to run a very simple SQLite connection throws a `Exception has been thrown by the target of an invocation.` error. Without additional details about the cause of the exception, I am …