Eduardo Cáceres

Results 37 issues of Eduardo Cáceres

Some exceptions cannot be parsed by `Spectre.Console`, which then throws an `System.InvalidOperationException` that remains unhandled.

bug

I have an NUnit test project with a dependency on `coverlet.collector v3.0.3` which becomes unusable when `dotnet test` is invoked with `--collect:"XPlat Code Coverage"`. Repro steps: ```bash git clone https://github.com/lynx-chess/Lynx...

tenet-performance
untriaged
Known Issue

## Output of `cutechess-cli --version` / `cutechess --version` 1.2.0 ## How did you run Cute Chess exactly? Cute Chess Windows Uapp. ## Expected behavior A game is adjudicated and, if...

**Product and Version Used**: Roslynator 2019 VS Extension, v3.2.0 **Steps to Reproduce**: ```csharp var key = "key_1"; var value = "false"; switch (key) { case "key_1": { bool.TryParse(value, out var...

Bug
Area-Analyzers

**Product and Version Used**: * Roslynator 2019 3.0.1 (VS 2019 extension) * .NET 5.0 **Steps to Reproduce**: ```csharp public record Foo(int A) { public virtual bool Equals(Foo? other) { if...

Area-Analyzers

In [my project](https://github.com/lynx-chess/Lynx) I have a list of category names: ```csharp public static class Categories { // .... public const string LongRunning = "LongRunning"; // .... } ``` I have...

In [MelvinSnijders/AdventOfCode2022](https://github.com/MelvinSnijders/AdventOfCode2022) (more specifically in [this commit]( https://github.com/MelvinSnijders/AdventOfCode2022)) the table seems to be rendered twice. User screenshot (from #140): ![](https://i.imgur.com/qj4BNnl.png) Validated locally as well ![image](https://user-images.githubusercontent.com/11148519/206935150-551a2cc4-52cb-4826-8899-328eec98e6b6.png)

bug

* Chess Tuning Tools version: 0.9.5 * Python version: 3.9.18 * Operating System: Windows ### Description Runtime error when trying to tune some parameters of my engine for the first...

**Information** - OS: Windows - Version: 0.47.0, 0.48.0 - Terminal: VSCode debug console **Describe the bug** Unable to debug in in VSCode a console app that renders a table via...

bug
needs triage