sharpzilla
Results
2
issues of
sharpzilla
### Describe the bug 🐞 There is an issue when I'm trying to use the file `Directory.Build.props` with **PropertyGroup**: ``` $(SolutionName).$(MSBuildProjectName) ``` It's crucial that the building process from the...
bug
**Input:** ``` public Controller(IQueryHandler handler) { _handler = handler; } ``` **Output:** ``` public Controller( IQueryHandler handler ) { _handler = handler; } ``` **Expected behavior:** ``` public Controller( IQueryHandler...