336 Commits

Author SHA1 Message Date
Michael Ganss
e709a525f3 Remove beta label 2020-02-28 17:01:21 +01:00
Michael Ganss
146d5e4f60 Fix #206 2020-02-28 16:50:59 +01:00
Michael Ganss
3a1c6f73ef Merge pull request #208 from mganss/dependabot/nuget/Microsoft.NET.Test.Sdk-16.5.0
Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0
2020-02-06 11:38:12 +01:00
dependabot-preview[bot]
f3988f9bbe Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.4.0 to 16.5.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.4.0...v16.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-06 04:35:11 +00:00
Michael Ganss
4afaf4bd57 Fix/ignore code analysis issues 2020-01-24 13:40:13 +01:00
Michael Ganss
088a429ff4 Target netcoreapp2.2 in test project 2020-01-24 12:41:21 +01:00
Michael Ganss
60e35106c1 Include framework in coverage file name
Target netcoreapp2.2 in test project
2020-01-24 12:37:32 +01:00
Michael Ganss
db8012157c Merge pull request #204 from mganss/dependabot/nuget/coverlet.msbuild-2.8.0
Bump coverlet.msbuild from 2.7.0 to 2.8.0
2020-01-06 11:34:51 +01:00
dependabot-preview[bot]
970b963de0 Bump coverlet.msbuild from 2.7.0 to 2.8.0
Bumps [coverlet.msbuild](https://github.com/tonerdo/coverlet) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/tonerdo/coverlet/releases)
- [Commits](https://github.com/tonerdo/coverlet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 04:34:51 +00:00
Michael Ganss
81d967943e Merge pull request #201 from mganss/dependabot/nuget/System.Text.Encoding.CodePages-4.7.0
Bump System.Text.Encoding.CodePages from 4.6.0 to 4.7.0
2019-12-04 11:53:14 +01:00
dependabot-preview[bot]
f275182881 Bump System.Text.Encoding.CodePages from 4.6.0 to 4.7.0
Bumps [System.Text.Encoding.CodePages](https://github.com/dotnet/corefx) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-04 04:31:56 +00:00
Michael Ganss
216e8bbb16 Merge pull request #200 from mganss/dependabot/nuget/Microsoft.SourceLink.GitHub-1.0.0
Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19554-01 to 1.0.0
2019-11-27 11:19:54 +01:00
dependabot-preview[bot]
c82ee01e0a Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19554-01 to 1.0.0
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0-beta2-19554-01 to 1.0.0.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0-beta2-19554-01...1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-27 04:40:09 +00:00
Michael Ganss
5dc15d06d0 Merge pull request #198 from mganss/dependabot/nuget/Microsoft.NET.Test.Sdk-16.4.0
Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0
2019-11-07 11:07:17 +01:00
dependabot-preview[bot]
3102318bc2 Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.3.0 to 16.4.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.3...v16.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-07 04:40:31 +00:00
Michael Ganss
9085f4df6a Merge pull request #197 from mganss/dependabot/nuget/Microsoft.SourceLink.GitHub-1.0.0-beta2-19554-01
Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19367-01 to 1.0.0-beta2-19554-01
2019-11-05 11:31:33 +01:00
dependabot-preview[bot]
d2ed6dafad Bump Microsoft.SourceLink.GitHub
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0-beta2-19367-01 to 1.0.0-beta2-19554-01.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0-beta2-19367-01...1.0.0-beta2-19554-01)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-05 09:05:53 +00:00
Michael Ganss
8af548e770 Merge pull request #194 from bjornri/fix_cast_error
Fixed classcast error in post processing of nodes
2019-10-03 17:41:23 +02:00
Bjørn Olav Ringstad
5d10d3b07e Fixed classcast error in post processing of nodes
When you use SanitizeDocument the 'context' parameter of DoPostProcess and RemoveComments is set to be the HTML document itself. The post processing require the context to be an IElement which isn't the case for AngleSharps HtmlDocument. Changed signatures of methods in post processing to use an INode instead. This allows the PostProcessNode event to be called when using SanitizeDocument.
2019-10-03 07:32:44 +02:00
Michael Ganss
f5933c2f9e Merge pull request #188 from mganss/dependabot/nuget/System.Text.Encoding.CodePages-4.6.0
Bump System.Text.Encoding.CodePages from 4.5.1 to 4.6.0
2019-09-24 12:36:27 +03:00
dependabot-preview[bot]
7d5c9ffd94 Bump System.Text.Encoding.CodePages from 4.5.1 to 4.6.0
Bumps [System.Text.Encoding.CodePages](https://github.com/dotnet/corefx) from 4.5.1 to 4.6.0.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 04:45:05 +00:00
Michael Ganss
78c54489bd Merge pull request #186 from mganss/dependabot/nuget/coverlet.msbuild-2.7.0
Bump coverlet.msbuild from 2.6.3 to 2.7.0
2019-09-23 09:14:39 +02:00
dependabot-preview[bot]
94fb3f62ca Bump coverlet.msbuild from 2.6.3 to 2.7.0
Bumps [coverlet.msbuild](https://github.com/tonerdo/coverlet) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/tonerdo/coverlet/releases)
- [Commits](https://github.com/tonerdo/coverlet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 04:35:17 +00:00
Michael Ganss
89c0a00da2 Merge pull request #185 from mganss/dependabot/nuget/Microsoft.NET.Test.Sdk-16.3.0
Bump Microsoft.NET.Test.Sdk from 16.2.0 to 16.3.0
2019-09-20 13:12:54 +02:00
dependabot-preview[bot]
683e683b01 Bump Microsoft.NET.Test.Sdk from 16.2.0 to 16.3.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.2.0 to 16.3.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.2.0...v16.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-20 04:36:23 +00:00
Michael Ganss
0d6c25af80 Merge pull request #183 from mganss/dependabot/nuget/AngleSharp.Xml-0.13.0
Bump AngleSharp.Xml from 0.12.1 to 0.13.0
2019-09-09 13:34:22 +02:00
dependabot-preview[bot]
3af7db6b37 Bump AngleSharp.Xml from 0.12.1 to 0.13.0
Bumps [AngleSharp.Xml](https://github.com/AngleSharp/AngleSharp.Xml) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/AngleSharp/AngleSharp.Xml/releases)
- [Changelog](https://github.com/AngleSharp/AngleSharp.Xml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AngleSharp/AngleSharp.Xml/compare/v0.12.1...v0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-09 11:13:25 +00:00
Michael Ganss
48f1b5d2b5 Merge pull request #184 from mganss/dependabot/nuget/AngleSharp.Css-0.13.0
Bump AngleSharp.Css from 0.12.1 to 0.13.0
2019-09-09 12:13:57 +02:00
dependabot-preview[bot]
be7241c019 Bump AngleSharp.Css from 0.12.1 to 0.13.0
Bumps [AngleSharp.Css](https://github.com/AngleSharp/AngleSharp.Css) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/AngleSharp/AngleSharp.Css/releases)
- [Changelog](https://github.com/AngleSharp/AngleSharp.Css/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AngleSharp/AngleSharp.Css/compare/v0.12.1...v0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-09 10:06:41 +00:00
Michael Ganss
e4110e8bf5 Merge pull request #182 from mganss/dependabot/nuget/AngleSharp-0.13.0
Bump AngleSharp from 0.12.1 to 0.13.0
2019-09-09 12:05:29 +02:00
dependabot-preview[bot]
6c75dad599 Bump AngleSharp from 0.12.1 to 0.13.0
Bumps [AngleSharp](https://github.com/AngleSharp/AngleSharp) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/AngleSharp/AngleSharp/releases)
- [Changelog](https://github.com/AngleSharp/AngleSharp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AngleSharp/AngleSharp/compare/v0.12.1...v0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-09 04:36:00 +00:00
Michael Ganss
7f849a16e5 Add missing longhand CSS property names 2019-07-22 17:12:45 +02:00
Michael Ganss
e114c6f4e1 Add missing longhand CSS property names to default configuration (fixes #178) 2019-07-22 17:04:44 +02:00
Michael Ganss
8d54d1cf2d Merge pull request #177 from mganss/dependabot/nuget/Microsoft.SourceLink.GitHub-1.0.0-beta2-19367-01
Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19351-01 to 1.0.0-beta2-19367-01
2019-07-17 12:36:23 +02:00
dependabot-preview[bot]
68592afcee Bump Microsoft.SourceLink.GitHub
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0-beta2-19351-01 to 1.0.0-beta2-19367-01.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0-beta2-19351-01...1.0.0-beta2-19367-01)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-17 04:43:34 +00:00
Michael Ganss
d703900fa1 Merge pull request #174 from mganss/dependabot/nuget/coverlet.msbuild-2.6.3
Bump coverlet.msbuild from 2.6.2 to 2.6.3
2019-07-02 13:04:38 +02:00
Michael Ganss
01608eba09 Merge pull request #175 from mganss/dependabot/nuget/Microsoft.SourceLink.GitHub-1.0.0-beta2-19351-01
Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19324-01 to 1.0.0-beta2-19351-01
2019-07-02 13:04:27 +02:00
dependabot-preview[bot]
d20f5c686c Bump Microsoft.SourceLink.GitHub
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0-beta2-19324-01 to 1.0.0-beta2-19351-01.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0-beta2-19324-01...1.0.0-beta2-19351-01)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-02 04:40:39 +00:00
dependabot-preview[bot]
b5ffe4f01d Bump coverlet.msbuild from 2.6.2 to 2.6.3
Bumps [coverlet.msbuild](https://github.com/tonerdo/coverlet) from 2.6.2 to 2.6.3.
- [Release notes](https://github.com/tonerdo/coverlet/releases)
- [Commits](https://github.com/tonerdo/coverlet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-02 04:40:09 +00:00
Michael Ganss
68c446ed15 Merge pull request #173 from mganss/dependabot/nuget/Microsoft.NET.Test.Sdk-16.2.0
Bump Microsoft.NET.Test.Sdk from 16.1.1 to 16.2.0
2019-06-28 13:34:43 +02:00
dependabot-preview[bot]
f68de8eb37 Bump Microsoft.NET.Test.Sdk from 16.1.1 to 16.2.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.1.1 to 16.2.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.1.1...v16.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-28 04:42:46 +00:00
Michael Ganss
7aee16bee1 Merge pull request #172 from mganss/dependabot/nuget/System.Text.Encoding.CodePages-4.5.1
Bump System.Text.Encoding.CodePages from 4.5.0 to 4.5.1
2019-06-27 11:50:34 +02:00
dependabot-preview[bot]
e075161ff7 Bump System.Text.Encoding.CodePages from 4.5.0 to 4.5.1
Bumps [System.Text.Encoding.CodePages](https://github.com/dotnet/corefx) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-27 04:39:03 +00:00
Michael Ganss
6273ebb899 Clean up csproj 2019-06-26 16:01:59 +02:00
Michael Ganss
8be095675b Merge branch 'AngleSharp_0_10' 2019-06-26 13:20:16 +02:00
Michael Ganss
a41d8a7ca0 Merge pull request #168 from mganss/dependabot/nuget/coverlet.msbuild-2.6.2
Bump coverlet.msbuild from 2.5.1 to 2.6.2
2019-06-26 13:00:46 +02:00
Michael Ganss
1801b5b68f Merge pull request #169 from mganss/dependabot/nuget/Microsoft.SourceLink.GitHub-1.0.0-beta2-19324-01
Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-18618-05 to 1.0.0-beta2-19324-01
2019-06-26 13:00:32 +02:00
Michael Ganss
af3a957e73 Merge pull request #170 from mganss/dependabot/nuget/Microsoft.NET.Test.Sdk-16.1.1
Bump Microsoft.NET.Test.Sdk from 15.9.0 to 16.1.1
2019-06-26 13:00:22 +02:00
dependabot-preview[bot]
2d2c545293 Bump Microsoft.NET.Test.Sdk from 15.9.0 to 16.1.1
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 15.9.0 to 16.1.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v15.9.0...v16.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-25 15:32:50 +00:00
dependabot-preview[bot]
f5f0775203 Bump Microsoft.SourceLink.GitHub
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0-beta2-18618-05 to 1.0.0-beta2-19324-01.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](https://github.com/dotnet/sourcelink/commits/1.0.0-beta2-19324-01)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-25 15:32:26 +00:00