olstakh
Results
2
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...