-
Rule [SA1515: Single-line comments should be preceded by blank line](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md) does not recognize the following marker c…
-
```
Not implemented ExploreSolution in Resharper so I cannot run my not
assembly based tests with Resharper.
My adapter for Gallio works in Icarus but not in Resharper!
```
Original issue reported on…
-
```
Not implemented ExploreSolution in Resharper so I cannot run my not
assembly based tests with Resharper.
My adapter for Gallio works in Icarus but not in Resharper!
```
Original issue reported on…
-
```
Not implemented ExploreSolution in Resharper so I cannot run my not
assembly based tests with Resharper.
My adapter for Gallio works in Icarus but not in Resharper!
```
Original issue reported on…
-
```
Not implemented ExploreSolution in Resharper so I cannot run my not
assembly based tests with Resharper.
My adapter for Gallio works in Icarus but not in Resharper!
```
Original issue reported on…
-
```
I'm currently using Resharper 6 EAP and I guess the beta will be released in a
couple of weeks I just want to know if you will port agentsmith to Resharper 6.
```
Original issue reported on cod…
-
```
Not implemented ExploreSolution in Resharper so I cannot run my not
assembly based tests with Resharper.
My adapter for Gallio works in Icarus but not in Resharper!
```
Original issue reported on…
-
Currently, the build process for the ReSharper extension happens as part of the (internal) TeamCity CI build. It will create artifacts for both the Rider (bundled) plugin and the `.nupkg` file to uplo…
-
Customer Request Copying Here
>Show unused non-private type members when solution-wide analysis is off. See how Resharper highlights the field UnusedMember but Visual Studio does not.
**Expecte…
-
Hi
Given the following code:
```
public static class ForEachExtensions
{
public static void ForEach(this IEnumerable enumerable, Action action)
{
Guard.That(() => enumerable).IsNotNul…