-
In Visual Basic, something like this:
Return txtB.Text.Split(**vbCr**.ToCharArray()).Length
it's converted to C#:
return txtB.Text.Split(**Constants.vbCr**.ToCharArray()).Length;
or
'''vbne…
-
Per my issue reported in https://developercommunity.visualstudio.com/content/problem/70314/vbnet-create-unit-tests.html VS 2017 does not support Create Unit Tests. Requesting an enhancement to include…
-
If we want to push our code-coverage up to SonarQube we will be not able to push the VB results.
In that specific case there is no existing Property:
"sonar.cs.vscoveragexml.reportsPaths" becomes …
-
### Description
When doing the merge of SonarVB into this repository we mainly copy-pasted the code. It would be nice (it would simplify maintenance + future work) to refactor the code to extract m…
-
### Description
The rule raises on the last two lines in the following code snippet:
```
CloudDrizzleImage.ReplaceStringMap.Add("currentColor", "#FFFF0000");
CloudLightningImage.ReplaceStringM…
-
Hi
Is there any version of the cheatsheets in a json format please? If not, i believe it would be a good addition in order to retrieve the relevant cheatsheets for the desired technology
-
I'm on macOS High Sierra 10.13.6 and have zim installed via homebrew.
`❯ brew info zim`
`
zim: stable 0.69 (bottled), HEAD
Graphical text editor used to maintain a collection of wiki pages
ht…
-
### Description
OS: Mac OS 10.13.6
SonarQube:7.4.0.18908 with builtin database
SonarC#:7.9.1
SonarScanner:3.2.0.1227
sonarqube page always shows "This Project Is Empty"
### Repro steps
Co…
-
I am trying to create GIST with the following Object.
Getting error but it was working fine in previous versions.
```
private GIST_JSON_EMPTY: GitHubApi.GistsCreateParams = {
description: "…
-
Add the Exercism Windows projects to this account, then delete my kytrinyx one. Make sure all the projects have the right badge URL.
- typescript
- windows-installer
- csharp
- fsharp
- vbnet