resharper-to-codeclimate 1.0.15

dotnet tool install --global resharper-to-codeclimate --version 1.0.15
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local resharper-to-codeclimate --version 1.0.15
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=resharper-to-codeclimate&version=1.0.15
                    
nuke :add-package resharper-to-codeclimate --version 1.0.15
                    

resharper-to-codeclimate

converts an xml file containing resharper inspectcode results to a json file that follows the code climate spec.

note, currently only converts to the subset of the code climate spec required for gitlab-ci.

usage

dotnet tool install -g resharper-to-codeclimate
resharper-to-codeclimate results.xml results.json

example .gitlab-ci.yml

variables:
  DOTNET_PACKAGES: '$CI_PROJECT_DIR\.nuget\packages'
  DOTNET_CLI_HOME: '$CI_PROJECT_DIR\.dotnet'
  DOTNET_NOLOGO: 'true'

codequality:
  stage: codequality
  script:
    - dotnet tools restore
    - jb inspectcode Project.sln -o=results.xml
    - resharper-to-codeclimate results.xml results.json
  cache:
    key:
      files: 
        - .config/dotnet-tools.json
    paths:
      - .nuget/
  artifacts:
    when: always
    reports:
      codequality:
        - results.json
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.15 6,055 7/16/2026
1.0.14 6,765 7/15/2026
1.0.13 96,262 5/23/2025
1.0.12 29,471 12/16/2024
1.0.11 87,091 11/16/2023
1.0.10 7,597 9/19/2023
1.0.9 389 9/19/2023
1.0.8 28,753 11/11/2022
1.0.7 18,308 1/25/2022
1.0.6 5,197 11/8/2021
1.0.5 9,312 4/9/2021
1.0.4 611 4/9/2021
1.0.3 2,694 2/8/2021
1.0.2 3,571 11/26/2020
1.0.1 3,003 9/25/2020

Removed deprecated dotnet versions