bert2
bert2
### Reproduction steps Call `Repository.Init(path)` where `path` is an existing empty directory. ### Expected behavior `path` will contain a directory named `.git` and nothing else. ### Actual behavior There is...
The analyzer that should warn about default constructed structs doesn't seem to work. ```csharp namespace ClassLibrary1 { using System; public class Class1 { public void Foo() { var s =...
When following the [lesson on mix](https://elixirschool.com/en/lessons/basics/mix#interactive-1) I get left with an iex session I can't type anything into except [Return] and [Ctrl]+[C]. Repro: ``` > mix new example ... >...
# Repro Steps 1. Clone FParsec, 2. Open `FParsec-LowTrust.sln`, 3. In `Test-LowTrust.fsproj` change the target framework from `net6` to `net481`, - Fix the compiler error in `Test.fs` with `open System.Reflection`,...