Skip to content

Commit

Permalink
Add HtmlAgilityPack (#263)
Browse files Browse the repository at this point in the history
* Add HtmlAgilityPack

* Add System.Xml.XPath.XmlDocument

* Ignore System.Xml.XPath.XmlDocument in RegistryTests

* Drop System.Xml.XPath.XmlDocument, up minimum version of HtmlAgilityPack, exclude it in RegistryTests
  • Loading branch information
TapioRantala authored Nov 6, 2023
1 parent 84dc2ed commit 17e2c62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,10 @@
"UNITY_EDITOR"
]
},
"HtmlAgilityPack": {
"listed": true,
"version": "1.11.24"
},
"IDisposableAnalyzers": {
"listed": true,
"version": "1.0.0",
Expand Down
2 changes: 2 additions & 0 deletions src/UnityNuGet.Tests/RegistryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ public async Task Ensure_Min_Version_Is_Correct_Ignoring_Analyzers_And_Native_Li
@"AWSSDK.S3",
// All versions target "Any" and not .netstandard2.0 / 2.1
@"AWSSDK.SecurityToken",
// Versions prior to 1.11.24 depend on System.Xml.XPath.XmlDocument which does not target .netstandard2.0
@"HtmlAgilityPack",
// Although 2.x targets .netstandard2.0 it has an abandoned dependency (Remotion.Linq) that does not target .netstandard2.0.
// 3.1.0 is set because 3.0.x only targets .netstandard2.1.
@"Microsoft.EntityFrameworkCore.*",
Expand Down

0 comments on commit 17e2c62

Please sign in to comment.