-
Hi I am running following script to run in my pipeline-
`dotnet-stryker --test-project "**/*Test.csproj" -m --with-baseline:$(System.PullRequest.TargetBranch) --version $(System.PullRequest.SourceBra…
-
I have a created a project with
```
dotnet new --install Fable.Sutil.Templates
dotnet new sutil-app
```
If I watch the output of the language server I get messages like:
```
Listening on st…
-
#### Describe the bug
Please provide as much information as you can.
#### Did this error occur while using `dotnet try` or online?
- [X] `dotnet-try`
- [ ] online
#### What kind of error was …
-
I followed all the instructions and run the app. I went to Linq Samples section and the first lesson in there called Restriction Operators
at this place I found this issue
https://localhost:56527/10…
-
### Description
It is related to https://github.com/fable-compiler/Fable/issues/3549.
Could we compile F# code using Fable in a library scenario?
Similar to how FCS works today. The things I wo…
-
Hello,
I tried running my first sample code and I was not able to see the output.
It shows red line at the output pane only and nothing is written in that.
Did this error occur while using `dot…
-
For a big solution with dozens of projects included, the command `dotnet build` for old projects may build with errors. As an option, you can build the projects using msbuild.exe directly and this wil…
-
## Story
When running user-defined console-only processes using `System.Diagnostics.Process` simultaneously in parallel threads and redirecting their outputs, in some cases you can get empty or non-f…
-
Stryker.NET always performs a 'restore'. CI/CD pipelines may have already performed this step. My specific context: I am trying to run stryker.net in a dockerized GitHub Action. Some projects' nuget…
-
**Describe the bug**
I'm currently attempting to run Stryker in one of our legacy solutions that utilizes a NuGet package called [MimeTypes](https://www.nuget.org/packages/MimeTypes). However, for so…