wpfclassliblary_mtsttest 1.1.17
See the version list below for details.
dotnet add package wpfclassliblary_mtsttest --version 1.1.17
NuGet\Install-Package wpfclassliblary_mtsttest -Version 1.1.17
<PackageReference Include="wpfclassliblary_mtsttest" Version="1.1.17" />
paket add wpfclassliblary_mtsttest --version 1.1.17
#r "nuget: wpfclassliblary_mtsttest, 1.1.17"
// Install wpfclassliblary_mtsttest as a Cake Addin #addin nuget:?package=wpfclassliblary_mtsttest&version=1.1.17 // Install wpfclassliblary_mtsttest as a Cake Tool #tool nuget:?package=wpfclassliblary_mtsttest&version=1.1.17
// 2023.11.27 coding 変更 // public class ANGLESHARP_Utility : NotificationObject In // public static IDocument htmldocumentGet(string url, bool IsSelenium = false, int charset_enum = (int)charset_enum.utf_8) // IHtmlDocument 取得時、既存のcoding だと、EUC-JP が文字化けを起こしてしまう。 // parser.ParseDocument(htmlsource); 方式で 1cocument を得る coding とした
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- AngleSharp (>= 1.0.4)
- LivetCask (>= 4.0.1)
- Newtonsoft.Json (>= 13.0.1)
- Selenium.WebDriver (>= 4.11.0)
- System.Text.Json (>= 7.0.3)
-
net6.0-windows7.0
- AngleSharp (>= 1.0.4)
- LivetCask (>= 4.0.2)
- Newtonsoft.Json (>= 13.0.1)
- Selenium.WebDriver (>= 4.11.0)
- System.Text.Json (>= 7.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on wpfclassliblary_mtsttest:
Package | Downloads |
---|---|
installtest_NET_Framework
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 168 | 12/16/2023 |
1.1.22 | 142 | 12/15/2023 |
1.1.21 | 125 | 12/15/2023 |
1.1.20 | 147 | 12/15/2023 |
1.1.19 | 147 | 11/28/2023 |
1.1.18 | 138 | 11/27/2023 |
1.1.17 | 131 | 11/27/2023 |
1.1.16 | 158 | 11/26/2023 |
1.1.15 | 136 | 11/23/2023 |
1.1.14 | 135 | 11/23/2023 |
1.1.13 | 128 | 11/11/2023 |
1.1.12 | 142 | 10/30/2023 |
1.1.11.1 | 161 | 9/13/2023 |
1.1.11 | 157 | 9/12/2023 |
1.1.10 | 183 | 8/28/2023 |
1.1.9 | 167 | 8/27/2023 |
1.1.8 | 179 | 8/27/2023 |
1.1.7 | 168 | 8/27/2023 |
1.1.6 | 169 | 8/27/2023 |
1.1.4 | 155 | 8/23/2023 |
1.1.3 | 153 | 8/23/2023 |
1.1.2 | 180 | 8/21/2023 |
1.1.1 | 168 | 8/21/2023 |
1.0.0 | 177 | 8/21/2023 |
// 2023.11.27 coding 変更
// public class ANGLESHARP_Utility : NotificationObject In
// public static IDocument htmldocumentGet(string url, bool IsSelenium = false, int charset_enum = (int)charset_enum.utf_8)
// IHtmlDocument 取得時、既存のcoding だと、EUC-JP が文字化けを起こしてしまう。
// parser.ParseDocument(htmlsource); 方式で 1cocument を得る coding とした