-
### Description
When Paket pulls a git repo, runs `build:` script on it, and the build fails, Paket will report the error, but the next time Paket runs, it will not re-fetch or re-build the depende…
-
## Issue Description ##
When using azure artefacts with a PAT stored in an environment variable the msbuild restore fails to find the env var
## Steps to Reproduce ##
setup dependencies using pak…
-
Hello @baronfel,
this is an issue created from our discussion on F# slack.
Currently, if the changelog file is not found there is no indication for the user. The `dotnet pack` command succeed as i…
-
### Describe the bug
cannot debug tests in Ionide, and no tests are run for the project.
```
The test explorer might be out of sync. Try running a higher test or refreshing the test explorer
`…
-
Related: https://github.com/fsharp/FsAutoComplete/issues/883
FsAutoComplete now encourage users to manage FSAC via dotnet tool: `dotnet tool install fsautocomplete` for project-local install and `dot…
-
I'd like to be able to switch between Debug and Release mode, to, for instance, see errors in branches guarded by `#if DEBUG` guards.
**Describe alternatives you've considered**
I tried setting …
-
Originally reported to ionide. Please see https://github.com/ionide/ionide-vscode-fsharp/issues/997
forki updated
4 years ago
-
Whenever I try to run FAKE Build with a local `.ionide` file using `build.ps1`, I see the following banner:
![image](https://cloud.githubusercontent.com/assets/8803/24379001/b4f53d12-130a-11e7-8e76-b…
-
### Describe the bug
When a method is called, the part that precedes it is incorrectly highlighted by the method's color
### sample reproduction
```fs
value.Replace("{","{{").Replace("}","}}")
…
-
When trying an interpolated string, I don't get auto complete while typing out a variable or type name. Even once a valid token is entered, I don't get autocomplete of properties/functions/types etc.
…