{"id":13602995,"url":"https://github.com/dotnet/try","last_synced_at":"2025-05-11T05:48:34.605Z","repository":{"id":37318641,"uuid":"104407534","full_name":"dotnet/try","owner":"dotnet","description":"Try .NET provides developers and content authors with tools to create interactive experiences.","archived":false,"fork":false,"pushed_at":"2025-05-07T19:10:44.000Z","size":79449,"stargazers_count":2965,"open_issues_count":188,"forks_count":545,"subscribers_count":338,"default_branch":"main","last_synced_at":"2025-05-11T05:48:10.135Z","etag":null,"topics":["blazor","csharp","documentation","dotnet","interactive-programming","interactive-tutorial"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/dotnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2017-09-21T23:11:36.000Z","updated_at":"2025-05-08T14:13:10.000Z","dependencies_parsed_at":"2023-02-08T12:00:41.216Z","dependency_job_id":"b17a0e75-fbca-4ccf-9908-933c5de46b2f","html_url":"https://github.com/dotnet/try","commit_stats":{"total_commits":1352,"total_committers":57,"mean_commits":"23.719298245614034","dds":0.5140532544378698,"last_synced_commit":"3e4bcf2c719d332f1472d07b6524d61ec5dd9b08"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Ftry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Ftry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Ftry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2Ftry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotnet","download_url":"https://codeload.github.com/dotnet/try/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253523733,"owners_count":21921818,"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":["blazor","csharp","documentation","dotnet","interactive-programming","interactive-tutorial"],"created_at":"2024-08-01T18:01:45.948Z","updated_at":"2025-05-11T05:48:34.559Z","avatar_url":"https://github.com/dotnet.png","language":"TypeScript","readme":"# Try .NET \u003cimg src =\"https://user-images.githubusercontent.com/2546640/56708992-deee8780-66ec-11e9-9991-eb85abb1d10a.png\" width=\"80px\" alt=\"dotnet bot in space\" align =\"right\"\u003e\n|| [**Contribution Guidelines**](#contribution-guidelines) || [**Table of contents**](#table-of-contents) || [**Customers \u0026 Partners**](#customers--partners) ||\n\n![Try_.NET Enabled](https://img.shields.io/badge/Try_.NET-Enabled-501078.svg)\n\n\n[![Build Status](https://dev.azure.com/dnceng-public/public/_apis/build/status/dotnet/try/try-ci?branchName=main)](https://dev.azure.com/dnceng-public/public/_build?definitionId=62\u0026branchName=main)\n\n## Welcome to the Try .NET repo.\n\nTry .NET provides developers and content authors with tools to create interactive experiences.\n\nThere are two different Try .NET interactive experiences:\n* The web experience powered by Blazor (as seen on [Microsoft Learn](https://learn.microsoft.com/dotnet/csharp/tour-of-csharp/tutorials/hello-world))\n* Interactive documentation with Markdown for .NET Core with the [dotnet try global tool](DotNetTry.md).\n\n### Online, powered by Blazor\n\nMicrosoft Learn uses Try .NET to create interactive documentation. Users can run and edit code all in the browser.\n\n_**Please Note**: At the moment, the Try .NET online (`trydotnet.js API`) is currently only used internally at Microsoft as seen on Learn and [.NET page](https://dotnet.microsoft.com/learn/dotnet/in-browser-tutorial/1)._\n\n\u003cimg src =\"https://user-images.githubusercontent.com/2546640/57144765-c850cc00-6d8f-11e9-982d-50d2b6dc3591.gif\" width = \"80%\"\u003e\n\n### Interactive .NET Core documentation with the `dotnet try` global tool\n\nTry .NET enables .NET developers to create interactive markdown files.\nTo make your markdown files interactive, you will need the [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0), the `dotnet try` global tool and [Visual Studio](https://visualstudio.microsoft.com/) / [VS Code](https://code.visualstudio.com/) (or any other editor of your choice).\n\n\u003cimg src =\"https://user-images.githubusercontent.com/2546640/57158389-47a2c780-6db1-11e9-96ad-8c6e9ab52853.png\" width = \"80%\"\u003e\n\n## Table of Contents\n- [Getting Started with Try .NET](DotNetTryLocal.md): Interactive documentation generator for .NET Core.\n\n\n## Contribution Guidelines\n\nAs we are still in the early stages of our development, we are unable to take any feature PRs at the moment, but we intend to do so in the future.\nIf you find an issue or have a feature suggestion, please open an [issue](https://github.com/dotnet/try/issues/new/choose). And if you have any feature suggestions, please submit them using the \"community suggestions\" label.\n\n## Customers \u0026 Partners\n\n**Microsoft Learn**\n\nMicrosoft Learn uses [Try .NET](https://learn.microsoft.com/dotnet/csharp/tour-of-csharp/tutorials/hello-world) to create interactive documentation. Users can run and edit .NET code in the browser.\n\n## Community Showcase\n\n**NCache Live by Alachisoft**\n\n[NCache Live](https://www.alachisoft.com/blogs/try-ncache-anywhere-anytime-with-ncache-live/) uses [Try .NET](https://learn.microsoft.com/dotnet/csharp/tour-of-csharp/tutorials/hello-world) to let the user experience NCache APIs with the help of executable and editable .NET code in the browser.","funding_links":[],"categories":["Uncategorized","TypeScript","Tools","Real-World applications","dotnet","blazor","csharp"],"sub_categories":["Uncategorized","Others"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnet%2Ftry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnet%2Ftry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnet%2Ftry/lists"}