ca138efdaa
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.66 to 1.11.70. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zzzprojects/html-agility-pack/releases">HtmlAgilityPack's releases</a>.</em></p> <blockquote> <h2>v1.11.70</h2> <h2>Download the library <strong><a href="https://www.nuget.org/packages/HtmlAgilityPack/">here</a></strong></h2> <ul> <li><strong>RENAMED:</strong> The option added in v1.11.67 from <code>OptionThreatCDataBlockAsComment</code> to <code>OptionTreatCDataBlockAsComment</code></li> </ul> <hr /> <h2>Library Sponsored By</h2> <p>This library is sponsored by <a href="https://entityframework-extensions.net/">Entity Framework Extensions</a></p> <!-- raw HTML omitted --> <h2>v1.11.69</h2> <h2>Download the library <strong><a href="https://www.nuget.org/packages/HtmlAgilityPack/">here</a></strong></h2> <ul> <li><strong>FIXED:</strong> Added the right dll, the v1.11.68 was still containing the dll from v1.11.67</li> </ul> <hr /> <h2>Library Sponsored By</h2> <p>This library is sponsored by <a href="https://entityframework-extensions.net/">Entity Framework Extensions</a></p> <!-- raw HTML omitted --> <h2>v1.11.68</h2> <h2>Download the library <strong><a href="https://www.nuget.org/packages/HtmlAgilityPack/">here</a></strong></h2> <ul> <li><strong>ADDED:</strong> <code>OptionThreatCDataBlockAsComment</code> to thread the whole "CDATA" block as a single comment (Issue <a href="https://redirect.github.com/zzzprojects/html-agility-pack/issues/571">#571</a>)</li> </ul> <hr /> <h2>Library Sponsored By</h2> <p>This library is sponsored by <a href="https://entityframework-extensions.net/">Entity Framework Extensions</a></p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.github | ||
brand | ||
build | ||
docs | ||
keys | ||
src | ||
tools | ||
.gitattributes | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
Contributing.md | ||
README.md | ||
SECURITY.md | ||
eula.rtf | ||
license.txt | ||
thirdpartynotices.html |
README.md
Accessibility Insights for Windows
Accessibility Insights for Windows is the project for Accessibility tools on the Windows platform.
Installing Accessibility Insights for Windows
You can download and install the application from https://accessibilityinsights.io.
Building the code
You can find more information on how to set up your development environment here.
1. Clone the repository
- Clone the repository using one of the following commands
orgit clone https://github.com/Microsoft/accessibility-insights-windows.git
git clone git@github.com:Microsoft/accessibility-insights-windows.git
- Select the created directory
cd accessibility-insights-windows
2. Open the solution in visual studio
- Use the
src/AccessibilityInsights.sln
file to open the solution.
3. Build and run unit tests
4. Build the MSI project
The 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.
Note: The MSI can only be built in the Release
config.
- 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/.
- To build the MSI locally, set build configuration to
Release
. - Find the MSI project in the solution explorer under the
packages
folder. - Right click on the MSI project and select
Build
. - Once the build is complete, the MSI can be found at
\src\MSI\bin\Release
.
More Information
Visit the Overview of Accessibility Insights for Windows page.
Testing
We use the unit test framework from Visual Studio. Find more information in our FAQ section.
Contributing
All contributions are welcome! Please read through our guidelines on contributions to this project.
FAQ
Please visit our FAQ section to get answers to common questions.
Data/Telemetry
By opting into telemetry, you help the community 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.
This project collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more.
Reporting security vulnerabilities
If you believe you have found a security vulnerability in this project, please follow these steps to report it. For more information on how vulnerabilities are disclosed, see Coordinated Vulnerability Disclosure.