{"id":18812685,"url":"https://github.com/jsreport/jsreport-dotnet","last_synced_at":"2025-10-15T14:47:38.410Z","repository":{"id":48167010,"uuid":"96523812","full_name":"jsreport/jsreport-dotnet","owner":"jsreport","description":"jsreport .NET sdk home repository","archived":false,"fork":false,"pushed_at":"2021-02-11T13:41:15.000Z","size":77,"stargazers_count":67,"open_issues_count":5,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-10T15:15:30.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jsreport.net","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsreport.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-07T09:38:55.000Z","updated_at":"2025-09-25T15:40:23.000Z","dependencies_parsed_at":"2022-09-23T03:10:20.534Z","dependency_job_id":null,"html_url":"https://github.com/jsreport/jsreport-dotnet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsreport/jsreport-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsreport","download_url":"https://codeload.github.com/jsreport/jsreport-dotnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport-dotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279085642,"owners_count":26100019,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-07T23:34:47.429Z","updated_at":"2025-10-15T14:47:38.387Z","avatar_url":"https://github.com/jsreport.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# jsreport sdk for .NET\n\n**Pdf rendering, Excel rendering and other reporting features right in the .NET core using [jsreport](https://jsreport.net).**\n\njsreport sdk for .net includes c# based rest client to the  reporting server as well as assemblies running local jsreport right from the .NET project. Please find the guides, documentation and get started examples in **[jsreport sdk documentation](https://jsreport.net/learn/dotnet)**.\n\n## Examples\n\n|   |   |   |\n|---|---|---|\n|[Console .net core](https://github.com/jsreport/jsreport-dotnet-example-consoleapp) | Example of integrating local jsreport into .net core console application |\n|[Web asp.net core](https://github.com/jsreport/jsreport-dotnet-example-webapp) | Example of integrating local jsreport into asp.net core mvc appliation |\n|[Web asp.net full](https://github.com/jsreport/jsreport-dotnet-example-net-webapp) | Example of integrating local jsreport into asp.net mvc application in full .net framework |\n|[.net core jsreport docker-compose](https://github.com/jsreport/jsreport-dotnet-example-docker-compose) | Example of run jsreport in one container, .net core app in another container and orchestrate them using docker-compose |\n|[.net core jsreport docker](https://github.com/jsreport/jsreport-dotnet-example-docker) | Example of integrating local jsreport into asp.net core application running in single docker container |\n|[jsreport in separate project](https://github.com/jsreport/jsreport-dotnet-example-multiple-projects) | Example of running jsreport studio in separate project and rendering its templates in an asp.net core application |\n\n\n\n## Repositories\nThe jsreport sdk for .NET consists of several repositories and nuget packages were each has its specific location and purpose.\n\n|   |   |   |  |\n|---|---|---|--|\n|[jsreport.Client](https://github.com/jsreport/jsreport-dotnet-client) | [![Build status](https://ci.appveyor.com/api/projects/status/81t7e9mcyvb1bfb5?svg=true)](https://ci.appveyor.com/project/pofider/jsreport-dotnet-client) | [![NuGet](https://img.shields.io/nuget/v/jsreport.Client.svg)](https://nuget.org/packages/jsreport.Client) |\n|[jsreport.Local](https://github.com/jsreport/jsreport-dotnet-local) | [![Build status](https://ci.appveyor.com/api/projects/status/10hxkffrxlywr3k1?svg=true)](https://ci.appveyor.com/project/pofider/jsreport-dotnet-local) | [![NuGet](https://img.shields.io/nuget/v/jsreport.Local.svg)](https://nuget.org/packages/jsreport.Local) |\n|[jsreport.AspNetCore](https://github.com/jsreport/jsreport-dotnet-aspnetcore) | [![Build status](https://ci.appveyor.com/api/projects/status/4vyvsocrvn3en7os?svg=true)](https://ci.appveyor.com/project/pofider/jsreport-dotnet-aspnetcore) | [![NuGet](https://img.shields.io/nuget/v/jsreport.AspNetCore.svg)](https://nuget.org/packages/jsreport.AspNetCore) |\n|[jsreport.MVC](https://github.com/jsreport/jsreport-dotnet-mvc) | [![Build status](https://ci.appveyor.com/api/projects/status/yubc0pf50u2o6o6a?svg=true)](https://ci.appveyor.com/project/pofider/jsreport-dotnet-mvc) | [![NuGet](https://img.shields.io/nuget/v/jsreport.MVC.svg)](https://nuget.org/packages/jsreport.MVC) |\n|[jsreport.Binary](https://github.com/jsreport/jsreport-dotnet-binary) | [![Build status](https://ci.appveyor.com/api/projects/status/o2xkoca4gtloxayx?svg=true)](https://ci.appveyor.com/project/pofider/jsreport-dotnet-binary) | [![NuGet](https://img.shields.io/nuget/v/jsreport.Binary.svg)](https://nuget.org/packages/jsreport.Binary) |\n|[jsreport.Binary.Linux](https://github.com/jsreport/jsreport-dotnet-binary-linux) | [![Build status](https://ci.appveyor.com/api/projects/status/vuo0fq883ubl40qy?svg=true)](https://ci.appveyor.com/project/pofider/jsreport-dotnet-binary-linux) | [![NuGet](https://img.shields.io/nuget/v/jsreport.Binary.Linux.svg)](https://nuget.org/packages/jsreport.Binary.Linux) |\n|[jsreport.Binary.OSX](https://github.com/jsreport/jsreport-dotnet-binary-osx) | [![Build status](https://ci.appveyor.com/api/projects/status/jcj5iisd409himqc?svg=true)](https://ci.appveyor.com/project/pofider/jsreport-dotnet-binary-osx) | [![NuGet](https://img.shields.io/nuget/v/jsreport.Binary.OSX.svg)](https://nuget.org/packages/jsreport.Binary.OSX) |\n|[jsreport.Types](https://github.com/jsreport/jsreport-dotnet-types) | [![Build status](https://ci.appveyor.com/api/projects/status/sx90dahobt3dhr2f?svg=true)](https://ci.appveyor.com/project/pofider/jsreport-dotnet-types) | [![NuGet](https://img.shields.io/nuget/v/jsreport.Types.svg)](https://nuget.org/packages/jsreport.Types) |\n|[jsreport.Shared](https://github.com/jsreport/jsreport-dotnet-shared) | [![Build status](https://ci.appveyor.com/api/projects/status/nl2evif6uho2y7ha?svg=true)](https://ci.appveyor.com/project/pofider/jsreport-dotnet-shared) | [![NuGet](https://img.shields.io/nuget/v/jsreport.Shared.svg)](https://nuget.org/packages/jsreport.Shared) |\n\n## Support\nWe provide free community as well as commercial support. See the details [here](https://jsreport.net/buy/support).\n\n## Development and contributions\n\n**We are looking forward every contribution!**  \nYou can follow these steps to startup your local environment:\n\n1. install [VS 2017.3](https://www.visualstudio.com/) \n2. clone this repository\n3. run `clone-all.bat`\n4. open `jsreport.development.sln`\n\nYou can of course also open each individual repository separately, but this approach is probably the most convenient.\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsreport%2Fjsreport-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsreport%2Fjsreport-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsreport%2Fjsreport-dotnet/lists"}