{"id":19257008,"url":"https://github.com/laedit/vika","last_synced_at":"2025-04-21T15:31:09.210Z","repository":{"id":26984553,"uuid":"30448328","full_name":"laedit/vika","owner":"laedit","description":"Visual Interpreter of Kooky Analysis","archived":false,"fork":false,"pushed_at":"2025-04-01T19:06:36.000Z","size":3938,"stargazers_count":8,"open_issues_count":8,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T18:03:41.335Z","etag":null,"topics":["analysis","appveyor","c-sharp"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laedit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-07T07:03:15.000Z","updated_at":"2025-04-01T19:06:39.000Z","dependencies_parsed_at":"2023-02-19T00:00:53.289Z","dependency_job_id":"dfd84d05-a3fe-4c80-94f0-601660c46a08","html_url":"https://github.com/laedit/vika","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laedit%2Fvika","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laedit%2Fvika/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laedit%2Fvika/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laedit%2Fvika/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laedit","download_url":"https://codeload.github.com/laedit/vika/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250080573,"owners_count":21371531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","appveyor","c-sharp"],"created_at":"2024-11-09T19:07:57.456Z","updated_at":"2025-04-21T15:31:08.770Z","avatar_url":"https://github.com/laedit.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Project icon](resources/icon.png) vika\n\nVisual Interpreter of Kooky Analysis.\nAlso means 'bug' in Finnish.\n\n[![Licence Apache 2](https://img.shields.io/badge/licence-Apache%202-blue.svg)](https://github.com/laedit/vika/blob/master/LICENSE) \n![Build](https://github.com/laedit/vika/workflows/Build/badge.svg)\n[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=laedit_vika\u0026metric=alert_status)](https://sonarcloud.io/project/overview?id=laedit_vika) \n\n## What it is\nRight now it's just a tiny tool which parse analysis reports and send messages to the build server, or in console if it's not executed on a build server.\n\n## Installation\n\n- [Zip netcore](https://github.com/laedit/SemanticReleaseNotesParser/releases): download and extract\n- [Zip win-x64](https://github.com/laedit/SemanticReleaseNotesParser/releases): download and extract\n- [Chocolatey (win-x64)](https://chocolatey.org/packages/nvika/): `choco install nvika`\n- [Dotnet tool](https://www.nuget.org/packages/NVika/):  `dotnet tool install NVika`\n- [MSBuild](https://www.nuget.org/packages/NVika.MSBuild/):  `Install-Package NVika.MSBuild`\n\n## Usage\n\nYou can use it like this: `NVika parsereport \"inspectcodereport.xml\"`\n\nIt is possible to process several reports at the same time: `NVika parsereport report1.xml report2.xml`\n\n### additional params:\n - `--debug`: active the debug category on logger, useful for debugging\n - `--includesource`: include the report source name in messages\n - `--treatwarningsaserrors`: treat all warnings as errors\n\n### exit codes:\n - 0: OK\n - 1: unknown error\n - 2: report not found\n - 3: exception during report loading\n - 4: no parser found for the current report\n - 5: issue(s) with error severity was found\n\n## Analysis tools\n### Supported\n - [InspectCode](https://chocolatey.org/packages/resharper-clt): example of usage `inspectcode /o=\"inspectcodereport.json\" \"Vika.sln\"`\n - Analyzers producing [SARIF](http://sarifweb.azurewebsites.net) format, like Roslyn analyzers: for those you need to add an `ErrorLog` node in your `csproj` containing the path of the report followed by `;version=2` in order to produce a SARIF 2.1 version report, or an `/errorlog:\u003creportPath\u003e;version=2` switch for `csc`; See [NVika.csproj](https://github.com/laedit/vika/blob/master/src/NVika/NVika.csproj)\n - [FxCop](https://msdn.microsoft.com/en-us/library/bb429476(v=vs.80).aspx): example of usage `fxcopcmd /file:NVika.dll /out:FxCopResults.xml`. Or activate Code Analysis in the corresponding tab of your project properties in Visual Studio.\n - [Mono.Gendarme](http://www.mono-project.com/docs/tools+libraries/tools/gendarme/): example of usafe `gendarme --xml GendarmeReport.xml \"\\GendarmeTest.exe\"`\n\n### To come\n - [StyleCop](https://github.com/laedit/vika/issues/7)\n - NDepend?\n - DupFinder (if someone wants it reaaaally bad)\n - [CPD](https://github.com/laedit/vika/issues/27)\n - [CPPCheck](https://github.com/laedit/vika/issues/26)\n \n## Build servers\n### Supported\n  - Local build: output in console\n  - [AppVeyor](https://appveyor.com)\n![AppVeyor example](resources/AppVeyor.png)\n  - [GitHub actions](https://github.com)\n\n### To come\n - [TeamCity](https://github.com/laedit/vika/issues/4)?\n - [ContinuaCI](https://github.com/laedit/vika/issues/3)?\n - [MyGet](https://github.com/laedit/vika/issues/5)?\n\nI am really wondering if there is any value to supporting these three, because there doesn't support to add build message like AppVeyor but only log message.\nAnd they support custom HTML report, so an xslt transformation is enough.\n\n## Contributing\nAll contributions are welcome, please read our [contributing guide](CONTRIBUTING.md).\n\n## Attribution\nIcon: [Report](https://thenounproject.com/term/report/84881/) designed by [Nataliia Lytvyn](https://thenounproject.com/natashenkalitvin/) from [The Noun Project](https://thenounproject.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaedit%2Fvika","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaedit%2Fvika","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaedit%2Fvika/lists"}