xzxzxc

Results 6 issues of xzxzxc

When I try to process the next code `void a(){}` with command line arguments `-cs input.cs output.asm output.il` I have the next error in the _output.il_ file > System.IndexOutOfRangeException: Index...

### Description In the case of using `AssertionScope` with the `CompleteWithinAsync` method over the delegate that returns a task with a result (`Task`), the method will wait until the task...

1. Install extension on VS 2017 15.9. 2. Tools -> Options -> InheritDoc -> Set "Run When" to Automatic -> Ok. 3. Restart VS 4. "Run When" is set to...

### Problem Not all elastic images are compatible with the `ingest.geoip.downloader.enabled` environment. We use a custom image which produces the following error > unknown setting [ingest.geoip.downloader.enabled] please check that any...

enhancement
module

### Problem Consider the following code ```charp using Cathei.LinqGen; int[] array = new int[] { 1, 2, 3, 4, 5 }; int upperLimit = 3; int result = array.Gen() .Where(x...

The following code ```c# MiniValidator.TryValidate(new TestOptions(), out _); public class TestOptions { public Func SomeFunc { get; set; } = () => null; } ``` Throws ```c# System.InvalidOperationException Method may...

bug