-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Generating Report - Not able to parse file #106
Comments
Can u check what the report contains?
…On Thu, Aug 18, 2022, 12:53 Roque ***@***.***> wrote:
*Describe the bug*
10:12:54.256 INFO: Write output xml to file
C:\src\.sonarqube\out\.sonar\mod27\fs-analysis-output.xml 10:12:54.318
ERROR: Not able to parse file : {0} After writing output.xml
*To Reproduce*
Steps to reproduce the behavior:
` dotnet sonarscanner begin /k:"Proj" /d:sonar.host.url="
http://localhost:9000"
/d:sonar.login="sqp_1b0f5426c6c858c18ec117b868232020cb404f031"
/d:sonar.verbose=true
dotnet build
dotnet sonarscanner end
/d:sonar.login="sqp_1b0f5426c6c858c18ec117b868232020cb404f031"
`
Using Nunit and SonarQube 9.6
*Expected behavior*
Generate Sonarqube for F# & C#
*Actual behavior*
Only generates for C#
*Screenshots*
If applicable, add screenshots to help explain your problem.
[image: image]
<https://user-images.githubusercontent.com/32566150/185366728-cf846c67-0f58-40e1-b65d-a5e5af6a893c.png>
*Related information:*
- Plugin Version: latest
- Sonarqube Version: 9.6 Community Edition
- OS of Sonarqube server: Windows 11
—
Reply to this email directly, view it on GitHub
<#106>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH6HSCPQ4K2FJYIPWYL7JTVZYBZJANCNFSM564RWXLQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sorry, here are the files |
Sorry, didn't saw your post. Yes, the plugin is currently only for SonarQube 7.9.x and SonarQube 8.x. SonarQube changes they API with breaking changes, in the past it was always valid for 2 majors. Now they changed and it is only for the current major, see API Deprecation Strategy. That said, there is an update of the plugin required which implements the new |
@jmecosta Is there any workaround for this issue |
@jrk94 Were you able to find any workaround ? |
i dont think so, apologies |
As to my understanding, there exists no workaround.
As in our corporate group F# is not in main direction of development and step by step replaced with C#/Typescript. Personally, I will not upgrade the plugin to an updated SonarQube API and haven't it installed since we upgraded to SonarQube 9 in 2021/22. @sidhantkumar187 please feel free to give it a try, a PR would propably be willingly reviewed. |
Describe the bug
10:12:54.256 INFO: Write output xml to file C:\src\.sonarqube\out\.sonar\mod27\fs-analysis-output.xml 10:12:54.318 ERROR: Not able to parse file : {0}
After writing output.xmlTo Reproduce
Steps to reproduce the behavior:
` dotnet sonarscanner begin /k:"Proj" /d:sonar.host.url="http://localhost:9000" /d:sonar.login="sqp_1b0f5426c6c858c18ec117b868232020cb404f031" /d:sonar.verbose=true
Using Nunit and SonarQube 9.6
Expected behavior
Generate Sonarqube for F# & C#
Actual behavior
Only generates for C#
Screenshots

If applicable, add screenshots to help explain your problem.
Related information:
The text was updated successfully, but these errors were encountered: