olstakh

Results 6 issues of olstakh

I feel like it's something trivial, but can't put my finger on it ``` dotnet new console --language "f#" --name dummy code -r dummy ``` Output -> F# Language server...

## Describe the Bug Assuming AutoMock should support Mock's functionalities - AutoMock fails to create a mock object for a delegate type ## Steps to Reproduce ```c# public interface MyInterface...

Hi. I'm trying to test performance of some `ILogger` extensions that use a lot of lambdas. Benchmarks has the following structure ``` [HtmlExporter] [MarkdownExporter] [MemoryDiagnoser] [MaxColumn, MinColumn, MeanColumn] public class...

Steps to reproduce 1. Follow https://benchmarkdotnet.org/articles/features/vstest.html (console project + `TestAdapter` package + `Test.Sdk`) 2. Define 2 benchmarks with different `[BenchmarkCategory("MyTest1")]` and `[BenchmarkCategory("MyTest2")]` attributes 3. Run `dotnet test -c Release --filter...

up-for-grabs

Silly question (for the life of me, couldn't find definitive answer reading through other issues). Setting `` property in csproj file only has effect with `dotnet test`, not by running...

External

```csharp public class TestClass { [CustomFact] public void Test1() { } [Fact] public void Test2() { } } [XunitTestCaseDiscoverer(typeof(FactDiscoverer))] [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] public class CustomFact( [CallerFilePath] string? sourceFilePath =...

Bug
Analyzers