forked from SonarSource/sonar-update-center-properties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
csharp.properties
383 lines (320 loc) · 21.1 KB
/
csharp.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
category=Languages
description=Code Analyzer for C#
supportedBySonarSource=true
devVersion=
name=SonarC#
publicVersions=8.0
privateVersions=
archivedVersions=3.2,3.2.1,3.3,3.4,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,5.3.1,5.3.2,5.4,5.5,5.5.1,5.5.2,5.6,5.7,5.8,5.9,5.10,5.10.1,5.11,6.0,6.1,6.2,6.3,6.4,6.4.1,6.5,6.6,6.7,6.7.1,6.8,6.8.1,6.8.2,7.0,7.0.1,7.1,7.2,7.3,7.3.2,7.4,7.5,7.6,7.7,7.8,7.9,7.9.1,7.10,7.11,7.12,7.13,7.14,7.15,7.16,7.17
defaults.mavenGroupId=org.sonarsource.sonar-plugins.dotnet.csharp
defaults.mavenArtifactId=sonar-csharp-plugin
8.0.description=5 new code quality rules (2 Bugs, 3 Code Smells)
8.0.sqVersions=[7.9,LATEST]
8.0.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-8.0.0.9566.jar
8.0.date=2019-10-23
8.0.changelogUrl=https://github.com/SonarSource/sonar-dotnet/releases/tag/8.0.0.9566
7.17.description=7 new rules (2 Bugs, 5 Code Smells)
7.17.sqVersions=[7.9,8.0]
7.17.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.17.0.9346.jar
7.17.date=2019-10-02
7.17.changelogUrl=https://github.com/SonarSource/sonar-dotnet/releases/tag/7.17.0.9346
7.16.description=Fix 26 false positives
7.16.sqVersions=[7.9,7.9.1]
7.16.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.16.0.8981.jar
7.16.date=2019-08-14
7.16.changelogUrl=https://github.com/SonarSource/sonar-dotnet/releases/tag/7.16.0.8981
7.15.description=Add an option to analyze generated code. Few improvements and bug fixes.
7.15.sqVersions=[6.7,6.7.*],[7.3,7.9.1]
7.15.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.15.0.8572.jar
7.15.date=2019-06-18
7.15.changelogUrl=https://github.com/SonarSource/sonar-dotnet/releases/tag/7.15.0.8572
7.14.description=Adjust Security Hotspot rules
7.14.sqVersions=[6.7,6.7.*],[7.3,7.8]
7.14.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.14.0.8411.jar
7.14.date=2019-05-07
7.14.changelogUrl=https://github.com/SonarSource/sonar-dotnet/releases/tag/7.14.0.8411
7.13.description=Fix a few false positives
7.13.sqVersions=[6.7,6.7.*],[7.3,7.7]
7.13.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.13.0.8313.jar
7.13.date=2019-04-15
7.13.changelogUrl=https://github.com/SonarSource/sonar-dotnet/releases/tag/7.13.0.8313
7.12.description=Few improvements and bug fixes
7.12.sqVersions=[6.7,6.7.*],[7.3,7.7]
7.12.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.12.0.8217.jar
7.12.date=2019-03-26
7.12.changelogUrl=https://github.com/SonarSource/sonar-dotnet/releases/tag/7.12.0.8217
7.11.description=Few improvements and fix a False Positive
7.11.sqVersions=[6.7,6.7.*],[7.3,7.7]
7.11.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.11.0.8083.jar
7.11.date=2019-02-13
7.11.changelogUrl=https://github.com/SonarSource/sonar-dotnet/releases/tag/7.11.0.8083
7.10.description=Few improvements and bug fixes
7.10.sqVersions=[6.7,6.7.*],[7.3,7.6]
7.10.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.10.0.7896.jar
7.10.date=2019-01-09
7.10.changelogUrl=https://github.com/SonarSource/sonar-dotnet/releases/tag/7.10.0.7896
7.9.1.description=Fix bug reporting security hotspot on pull requests and short lived branches
7.9.1.sqVersions=[6.7,6.7.*],[7.3,7.5]
7.9.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.9.1.7622.jar
7.9.1.date=2018-12-05
7.9.1.changelogUrl=https://github.com/SonarSource/sonar-dotnet/releases/tag/7.9.1.7622
7.9.description=17 new Security Hotspot rules
7.9.sqVersions=[6.7,6.7.*],[7.3,7.4]
7.9.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.9.0.7583.jar
7.9.date=2018-11-26
7.9.changelogUrl=https://github.com/SonarSource/sonar-dotnet/releases/tag/7.9.0.7583
7.8.description=Few improvements and bug fixes
7.8.sqVersions=[6.7,6.7.*],[7.3,7.4]
7.8.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.8.0.7320.jar
7.8.date=2018-10-30
7.8.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/37?closed=1
7.7.description=Compatibility with Vulnerability Analysis feature of SonarQube Developer Edition 7.4
7.7.sqVersions=[6.7,6.7.*],[7.3]
7.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.7.0.7192.jar
7.7.date=2018-10-11
7.7.changelogUrl=https://github.com/SonarSource/sonar-csharp/releases/tag/7.7.0.7192
7.6.description=Compatibility with SonarQube 7.4 (import of Roslyn analyzers issues) and bug fixes
7.6.sqVersions=[6.7,6.7.*],[7.3]
7.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.6.0.7024.jar
7.6.date=2018-10-03
7.6.changelogUrl=https://github.com/SonarSource/sonar-csharp/releases/tag/7.6.0.7024
7.5.description=Support of C# 7
7.5.sqVersions=[6.7,6.7.*],[7.3]
7.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.5.0.6605.jar
7.5.date=2018-09-03
7.5.changelogUrl=https://github.com/SonarSource/sonar-csharp/releases/tag/7.5.0.6605
7.4.description=Major effort to fix many False-Positives and False-Negatives
7.4.sqVersions=[6.7,6.7.*],[7.3]
7.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.4.0.6452.jar
7.4.date=2018-08-30
7.4.changelogUrl=https://github.com/SonarSource/sonar-csharp/releases/tag/7.4.0.6452
7.3.2.description=Compatibility with SonarQube 7.3 and bug fixes
7.3.2.sqVersions=[6.7,6.7.*],[7.3]
7.3.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.3.2.6129.jar
7.3.2.date=2018-08-10
7.3.2.changelogUrl=https://github.com/SonarSource/sonar-csharp/releases/tag/7.3.2.6129
7.3.description=4 new rules and many improvements on existing rules
7.3.sqVersions=[6.7,7.2.*]
7.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.3.0.5690.jar
7.3.date=2018-06-22
7.3.changelogUrl=https://github.com/SonarSource/sonar-csharp/releases/tag/7.3.0.5690
7.2.description=Compatibility with SonarQube 7.2, 2 FPs
7.2.sqVersions=[6.7,7.2.1]
7.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.2.0.5463.jar
7.2.date=2018-06-07
7.2.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/22?closed=1
7.1.description=20 new rules and multiple improvements
7.1.sqVersions=[6.7,7.1]
7.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.1.0.5212.jar
7.1.date=2018-05-11
7.1.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/20?closed=1
7.0.1.description=Fix bug on paths comparison
7.0.1.sqVersions=[6.7,7.1]
7.0.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.0.1.4822.jar
7.0.1.date=2018-03-15
7.0.1.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/21?closed=1
7.0.description=6 new rules, drop compatibility with any version of Visual Studio 2015 strictly older than Update 3
7.0.sqVersions=[6.7,7.0]
7.0.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-7.0.0.4787.jar
7.0.date=2018-03-08
7.0.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/17?closed=1
6.8.2.description=Fix bug on paths comparison
6.8.2.sqVersions=[6.7,7.0]
6.8.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.8.2.4717.jar
6.8.2.date=2018-02-26
6.8.2.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/19?closed=1
6.8.1.description=Fix compatibility with old version of VS2015
6.8.1.sqVersions=[6.7,7.0]
6.8.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.8.1.4648.jar
6.8.1.date=2018-02-09
6.8.1.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/18?closed=1
6.8.description=14 new rules and many improvements
6.8.sqVersions=[6.7,6.7.1]
6.8.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.8.0.4636.jar
6.8.date=2018-02-08
6.8.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/15?closed=1
6.7.1.description=Bug fix release for Exceptions during analysis
6.7.1.sqVersions=[6.7,6.7.1]
6.7.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.7.1.4347.jar
6.7.1.date=2018-01-02
6.7.1.changelogUrl=https://github.com/SonarSource/sonar-csharp/releases/tag/6.7.1.4347
6.7.description=Support for Linux and MacOS, support for analysis of shared files
6.7.sqVersions=[6.7,6.7.1]
6.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.7.0.4267.jar
6.7.date=2017-12-11
6.7.changelogUrl=https://github.com/SonarSource/sonar-csharp/releases/tag/6.7.0.4267
6.6.description=Executable lines metric, Detection of auto-generated files
6.6.sqVersions=[5.6,6.7]
6.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.6.0.3969.jar
6.6.date=2017-11-08
6.6.changelogUrl=https://github.com/SonarSource/sonar-csharp/releases/tag/6.6.0.3969
6.5.description=5 new rules
6.5.sqVersions=[5.6,6.7]
6.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.5.0.3766.jar
6.5.date=2017-10-20
6.5.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/11?closed=1
6.4.1.description=Bug fix release for parametrized rules
6.4.1.sqVersions=[5.6,6.5]
6.4.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.4.1.3596.jar
6.4.1.date=2017-09-22
6.4.1.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/12?closed=1
6.4.description=12 new rules, Support for NUnit 3
6.4.sqVersions=[5.6,6.5]
6.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.4.0.3347.jar
6.4.date=2017-09-05
6.4.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/10?closed=1&page=1
6.3.description=5 new rules
6.3.sqVersions=[5.6,6.5]
6.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.3.0.2862.jar
6.3.date=2017-08-07
6.3.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/9?closed=1
6.2.description=21 new rules
6.2.sqVersions=[5.6,6.4]
6.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.2.0.2536.jar
6.2.date=2017-07-31
6.2.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/8?closed=1
6.1.description=try-catch-finally support, 5 new rules
6.1.sqVersions=[5.6,6.4]
6.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.1.0.2359.jar
6.1.date=2017-07-05
6.1.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/7?closed=1
6.0.description=15 new rules, kill the noise
6.0.sqVersions=[5.6,6.4]
6.0.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-6.0.0.2033.jar
6.0.date=2017-06-20
6.0.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/5?closed=1
5.11.description=14 new rules
5.11.sqVersions=[5.6,6.4]
5.11.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.11.0.1761.jar
5.11.date=2017-06-01
5.11.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/2?closed=1
5.10.1.description=Bug fix release for SonarLint connected mode
5.10.1.sqVersions=[5.6,6.3]
5.10.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.10.1.1411.jar
5.10.1.date=2017-05-09
5.10.1.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/4?closed=1
5.10.description=Kill the Noise, 10 new rules
5.10.sqVersions=[5.6,6.3]
5.10.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.10.0.1344.jar
5.10.date=2017-05-04
5.10.changelogUrl=https://github.com/SonarSource/sonar-csharp/milestone/1?closed=1
5.9.description=32 new rules, many fixes and improvements
5.9.sqVersions=[5.6,6.3]
5.9.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.9.0.1001.jar
5.9.date=2017-04-11
5.9.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=13728
5.8.description=Support for Cognitive Complexity. 1 new rule.
5.8.sqVersions=[5.6,6.3]
5.8.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.8.0.660.jar
5.8.date=2017-03-02
5.8.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=13714
3.2.description=Support FxCop custom rules and ASP.NET projects. Fix support of Visual Studio code coverage.
3.2.sqVersions=[4.5.1,5.1]
3.2.downloadUrl=http://downloads.sonarsource.com/plugins/org/codehaus/sonar-plugins/dotnet/csharp/sonar-csharp-plugin/3.2/sonar-csharp-plugin-3.2.jar
3.2.date=2014-07-11
3.2.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10935&version=11693
3.2.1.description=Bug fix release to support import of unit test results on SQ 4.3+
3.2.1.sqVersions=[4.5.1,5.1]
3.2.1.downloadUrl=http://downloads.sonarsource.com/plugins/org/codehaus/sonar-plugins/dotnet/csharp/sonar-csharp-plugin/3.2.1/sonar-csharp-plugin-3.2.1.jar
3.2.1.date=2014-08-07
3.2.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10935&version=11694
3.3.description=Support NUnit test results & FxCop "/reference" + "/directory" options
3.3.sqVersions=[4.5.1]
3.3.downloadUrl=http://downloads.sonarsource.com/plugins/org/codehaus/sonar-plugins/dotnet/csharp/sonar-csharp-plugin/3.3/sonar-csharp-plugin-3.3.jar
3.3.date=2014-11-07
3.3.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10935&version=11695
3.4.description=Technical release: Rewrite the plugin in C# using Roslyn .NET compiler. The old Java-based C# parser has been dropped
3.4.sqVersions=[4.5.2,5.1]
3.4.downloadUrl=http://downloads.sonarsource.com/plugins/org/codehaus/sonar-plugins/dotnet/csharp/sonar-csharp-plugin/3.4/sonar-csharp-plugin-3.4.jar
3.4.date=2015-01-29
3.4.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10935&version=11696
4.0.description=Provide seamless integration with MSBuild and Team Foundation Server 2013 when the plugin is used along with the SonarQube MSBuild Runner
4.0.sqVersions=[4.5.2,5.1]
4.0.downloadUrl=http://downloads.sonarsource.com/plugins/org/codehaus/sonar-plugins/dotnet/csharp/sonar-csharp-plugin/4.0/sonar-csharp-plugin-4.0.jar
4.0.date=2015-04-25
4.0.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10935&version=11697
4.1.description=All C# projects can and should now be analyzed using the MSBuild SonarQube Runner 1.0. Usage of sonar-runner to analyse .Net projects is now deprecated.
4.1.sqVersions=[4.5.2,5.1]
4.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-4.1.jar
4.1.date=2015-07-24
4.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10935&version=12443
4.2.description=15 new rules and upgrade to the MSBuild SonarQube Runner 1.0.1 maintenance release
4.2.sqVersions=[4.5.2,5.1]
4.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-4.2.jar
4.2.date=2015-09-09
4.2.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=12481
4.3.description=11 new rules and ability to generate a Visual Studio ruleset for SonarLint from a C# Quality Profile
4.3.sqVersions=[4.5.2,5.2]
4.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-4.3.jar
4.3.date=2015-10-28
4.3.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=12755
4.4.description=22 new rules and provide the same issues in SonarQube as in SonarLint for VS2015 by running analyzers as part of the build, taking all dependencies into account
4.4.sqVersions=[4.5.2,5.3]
4.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-4.4.jar
4.4.date=2015-12-17
4.4.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=12845
4.5.description=Add support for 3rd party & custom Roslyn analyzers (required MSBuild 14) and add 5 new rules
4.5.sqVersions=[4.5.2,5.4]
4.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-4.5.jar
4.5.date=2016-02-17
4.5.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=12878
5.0.description=Add the support for the connected mode of SonarLint for Visual Studio 2.0 and 17 new rules
5.0.sqVersions=[4.5.2,5.4]
5.0.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.0.jar
5.0.date=2016-03-09
5.0.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=12970
5.1.description=Support Visual Studio 2015 Update 2, integration test code coverage and xUnit reports import and speed-up the processing of code coverage reports
5.1.sqVersions=[4.5.2,5.5]
5.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.1.jar
5.1.date=2016-04-06
5.1.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=12999
5.2.description=Import all FxCop issues, support [SuppressMessage] attribute to disable issues in the code and add 6 new rules
5.2.sqVersions=[4.5.2,5.5]
5.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.2.jar
5.2.date=2016-05-04
5.2.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=13051
5.3.description=Provides 9 new rules
5.3.sqVersions=[4.5.2,5.6]
5.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.3.jar
5.3.date=2016-06-01
5.3.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=13238
5.3.1.description=Support SARIF format 1.0 used by Visual Studio 2015 Update 3
5.3.1.sqVersions=[4.5.6,5.6]
5.3.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.3.1.jar
5.3.1.date=2016-07-01
5.3.1.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=13318
5.3.2.description=Bug fix in the support of SARIF 1.0 format used by VS2015 Update 3
5.3.2.sqVersions=[5.6,6.1]
5.3.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.3.2.jar
5.3.2.date=2016-07-27
5.3.2.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=13330
5.4.description=Support SonarQube precise issue location mechanism and symbol reference highlighting. Support of FXCop is now provided by an external community plugin.
5.4.sqVersions=[5.6,6.1]
5.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.4.0.464.jar
5.4.date=2016-10-24
5.4.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=13301
5.5.description=Dataflow analyzer able to learn constraints based on transitive relationships, fix a bug introduced in 5.4 and leading few rules to fail the analysis
5.5.sqVersions=[5.6,6.1]
5.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.5.0.479.jar
5.5.date=2016-11-14
5.5.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=13439
5.5.1.description=Bug fix to stop failing the analysis when encountering a source file not encoded in UTF-8
5.5.1.sqVersions=[5.6,6.2]
5.5.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.5.1.522.jar
5.5.1.date=2016-12-06
5.5.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10935&version=13487
5.5.2.description=Bug fix for 0-length issue parsing
5.5.2.sqVersions=[5.6,6.2]
5.5.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.5.2.537.jar
5.5.2.date=2017-01-03
5.5.2.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=13647
5.6.description=7 new rules and multiple bug fixes
5.6.sqVersions=[5.6,6.2]
5.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.6.0.586.jar
5.6.date=2017-01-30
5.6.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=13475
5.7.description=Support for class fields in dataflow analysis
5.7.sqVersions=[5.6,6.2]
5.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/sonar-csharp-plugin-5.7.0.612.jar
5.7.date=2017-02-06
5.7.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10935&version=13712