-
**Version Used**: VS 15.8.0 Preview 1.1, .Net Core SDK 2.1.4
**Steps to Reproduce**:
1. `dotnet new classlib`
2. `dotnet add package Microsoft.CodeQuality.Analyzers`
3. Change code in Class1.c…
svick updated
6 years ago
-
#### Analyzer package
Microsoft.CodeQuality.Analyzers
#### Analyzer
DefineAccessorsForAttributeArgumentsAnalyzer
#### Repro Steps
Open https://github.com/dotnet/project-system/blob/mast…
-
**Version Used**:
29004.99
**Steps to Reproduce**:
1. Create a new C# .net core Console app
2. Add a new class file
3. Adjust the code for the class to include:
```
public class Class1
…
-
```
Because makeComputingMap is deprecated in favour of CacheBuilder going forwards
```
Original issue reported on code.google.com by `mccu...@gmail.com` on 8 Aug 2013 at 10:39
-
Hello,
First of all, I wanted to say thank you for this project.
I just wanted to reach out, as I am facing an issue with the CodeClimate Docker image, as part of the GitLab CI/CD pipeline.
Wha…
-
## Leftovers from the previous week
* [x] A version tagged `A-CodeQuality` is in the repo(:heavy_check_mark: well done!)
* [ ] At least 2 PRs are in your fork (:exclamation: try to do by next mile…
-
```
ERROR [2017-03-10 09:53:34Z]: Exception in diagnostic analyzer AD0001:Analyzer 'RefactoringEssentials.CSharp.Diagnostics.FunctionNeverReturnsAnalyzer' threw an exception of type 'System.NotSuppor…
-
This is all just a spare-time idea, but I thought I'd share it.
I have this idea of patching MsBuild to accept an alternate syntax, mainly because I believe that the power and flexibility in MsBuild …
-
#### Analyzer package
Could go into Microsoft.CodeQuality.Analyzers
#### Analyzer
Bringing this up for discussion, as I don't know what the best implementation would be.
`ICollection` deri…
-
I've tried to compile the project several times with not success. Seems plugin requires java 1.7 but lambdas cannot compile with that version, have you experienced something similar? I'm using gradle …