{"id":13591946,"url":"https://github.com/microsoft/accessibility-insights-windows","last_synced_at":"2025-04-08T18:31:15.161Z","repository":{"id":37561824,"uuid":"160750843","full_name":"microsoft/accessibility-insights-windows","owner":"microsoft","description":"Accessibility Insights for Windows","archived":false,"fork":false,"pushed_at":"2025-04-03T10:30:52.000Z","size":9238,"stargazers_count":448,"open_issues_count":21,"forks_count":103,"subscribers_count":30,"default_branch":"main","last_synced_at":"2025-04-08T10:11:25.596Z","etag":null,"topics":["accessibility","accessibility-insights","hacktoberfest","microsoft","tool","windows"],"latest_commit_sha":null,"homepage":"https://accessibilityinsights.io","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"Contributing.md","funding":null,"license":"license.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-07T00:48:10.000Z","updated_at":"2025-04-07T17:06:57.000Z","dependencies_parsed_at":"2023-10-16T18:49:12.320Z","dependency_job_id":"ac70011c-6545-4c61-aee0-20bf65aa4fca","html_url":"https://github.com/microsoft/accessibility-insights-windows","commit_stats":{"total_commits":1524,"total_committers":43,"mean_commits":35.44186046511628,"dds":0.7329396325459318,"last_synced_commit":"f30987ed9b0177a970fdc5c08952e0042adaed04"},"previous_names":[],"tags_count":219,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Faccessibility-insights-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Faccessibility-insights-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Faccessibility-insights-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Faccessibility-insights-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/accessibility-insights-windows/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247902055,"owners_count":21015386,"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":["accessibility","accessibility-insights","hacktoberfest","microsoft","tool","windows"],"created_at":"2024-08-01T16:01:04.016Z","updated_at":"2025-04-08T18:31:15.155Z","avatar_url":"https://github.com/microsoft.png","language":"C#","funding_links":[],"categories":["C#","C\\#"],"sub_categories":[],"readme":"\u003c!-- Copyright (c) Microsoft Corporation. All rights reserved.\r\n     Licensed under the MIT License. --\u003e\r\n## ![Product Logo](./brand/brand-blue-48px.png) Accessibility Insights for Windows\r\n\r\n[![Build Status](https://dev.azure.com/accessibility-insights/Accessibility%20Insights/_apis/build/status/Microsoft.accessibility-insights-windows-CI?branchName=main)](https://dev.azure.com/accessibility-insights/Accessibility%20Insights/_build/latest?definitionId=3\u0026branchName=main)\r\n[![Downloads](https://img.shields.io/github/downloads/microsoft/accessibility-insights-windows/total.svg)](https://github.com/Microsoft/accessibility-insights-windows/releases/latest)\r\n[![Release](https://img.shields.io/github/release/microsoft/accessibility-insights-windows.svg)](https://github.com/Microsoft/accessibility-insights-windows/releases/latest)\r\n\r\nAccessibility Insights for Windows is the project for Accessibility tools on the Windows platform.\r\n\r\n### Installing Accessibility Insights for Windows\r\nYou can download and install the application from https://accessibilityinsights.io.\r\n\r\n### Building the code\r\nYou can find more information on how to set up your development environment [here](./docs/SetUpDevEnv.md).\r\n\r\n#### 1. Clone the repository\r\n- Clone the repository using one of the following commands\r\n  ``` bash\r\n  git clone https://github.com/Microsoft/accessibility-insights-windows.git\r\n  ```\r\n  or\r\n  ``` bash\r\n  git clone git@github.com:Microsoft/accessibility-insights-windows.git\r\n  ```\r\n- Select the created directory\r\n  ``` bash\r\n  cd accessibility-insights-windows\r\n  ```\r\n\r\n#### 2. Open the solution in visual studio\r\n- Use the `src/AccessibilityInsights.sln` file to open the solution.\r\n\r\n#### 3. Build and run unit tests\r\n\r\n#### 4. Build the MSI project\r\nThe MSI project is used to package all the code into an installer that can be used to install Accessibility Insights for Windows. This is not a required step. By default the MSI project is not built in either configuration.\r\nNote: The MSI can only be built in the `Release` config.\r\n- The MSI project requires WIX. WiX is a modern SDK that restore will automatically download from NuGet. Learn about the Wix toolset from http://wixtoolset.org/.\r\n- To build the MSI locally, set build configuration to `Release`.\r\n- Find the MSI project in the solution explorer under the `packages` folder.\r\n- Right click on the MSI project and select `Build`.\r\n- Once the build is complete, the MSI can be found at `\\src\\MSI\\bin\\Release`.\r\n\r\n### More Information\r\nVisit the [Overview of Accessibility Insights for Windows](./docs/Overview.md) page.\r\n\r\n### Testing\r\nWe use the unit test framework from Visual Studio. Find more information in our [FAQ section](./docs/FAQ.md).\r\n\r\n## Contributing\r\nAll contributions are welcome! Please read through our guidelines on [contributions](./Contributing.md) to this project.\r\n\r\n## FAQ\r\nPlease visit our [FAQ section](./docs/FAQ.md) to get answers to common questions.\r\n\r\n## Data/Telemetry\r\nBy opting into telemetry, you [help the community](https://go.microsoft.com/fwlink/?linkid=2077765) develop inclusive software. We collect anonymized data to identify the top accessibility issues found by users. This will help focus the accessibility tools and standards community to improve guidelines, rules engines, and features.\r\n\r\nThis project collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](https://privacy.microsoft.com/en-us/privacystatement) to learn more.\r\n\r\n## Reporting security vulnerabilities\r\nIf you believe you have found a security vulnerability in this project, please follow [these steps](https://technet.microsoft.com/en-us/security/ff852094.aspx) to report it. For more information on how vulnerabilities are disclosed, see [Coordinated Vulnerability Disclosure](https://technet.microsoft.com/en-us/security/dn467923).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Faccessibility-insights-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Faccessibility-insights-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Faccessibility-insights-windows/lists"}