NExpect.Matchers.Xml 2.0.30-2306091304.51d4d0b

Prefix Reserved
This is a prerelease version of NExpect.Matchers.Xml.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NExpect.Matchers.Xml --version 2.0.30-2306091304.51d4d0b
                    
NuGet\Install-Package NExpect.Matchers.Xml -Version 2.0.30-2306091304.51d4d0b
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NExpect.Matchers.Xml" Version="2.0.30-2306091304.51d4d0b" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NExpect.Matchers.Xml" Version="2.0.30-2306091304.51d4d0b" />
                    
Directory.Packages.props
<PackageReference Include="NExpect.Matchers.Xml" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NExpect.Matchers.Xml --version 2.0.30-2306091304.51d4d0b
                    
#r "nuget: NExpect.Matchers.Xml, 2.0.30-2306091304.51d4d0b"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NExpect.Matchers.Xml@2.0.30-2306091304.51d4d0b
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NExpect.Matchers.Xml&version=2.0.30-2306091304.51d4d0b&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NExpect.Matchers.Xml&version=2.0.30-2306091304.51d4d0b&prerelease
                    
Install as a Cake Tool

This library offers XML-specific assertions so you can, for instance:
     ```
     var doc = XDocument.Parse(someXml);
     Expect(doc)
       .To.Have.Element("//path/to/element")
       .With.Attribute("some-attribute")
       .Having.Value("expected-attribute-value");
     ```

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • NExpect (>= 2.0.30-2306091304.51d4d0b)
  • .NETStandard 2.0

    • NExpect (>= 2.0.30-2306091304.51d4d0b)

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.123 285 9/17/2025
2.0.122 279 9/16/2025
2.0.121 174 9/11/2025
2.0.120 184 9/9/2025
2.0.119 166 8/12/2025
2.0.118 233 8/6/2025
2.0.117 165 7/15/2025
2.0.116 1,824 3/24/2025
2.0.115 470 2/25/2025
2.0.114 195 2/13/2025
2.0.113 154 2/12/2025
2.0.112 159 2/12/2025
2.0.111 234 12/17/2024
2.0.110 224 11/13/2024
2.0.109 161 11/1/2024
2.0.108 156 10/23/2024
2.0.107 167 10/23/2024
2.0.106 142 10/22/2024
2.0.105 1,152 9/11/2024
2.0.104 603 8/30/2024
2.0.103 165 8/30/2024
2.0.102 965 6/19/2024
2.0.101 177 6/11/2024
2.0.100 155 6/10/2024
2.0.99 168 6/5/2024
2.0.98 150 6/3/2024
2.0.97 150 6/3/2024
2.0.96 152 6/3/2024
2.0.95 185 5/17/2024
2.0.94 569 5/17/2024
2.0.93 180 5/17/2024
2.0.92 168 4/29/2024
2.0.91 199 4/17/2024
2.0.90 189 4/15/2024
2.0.89 159 4/8/2024
2.0.88 169 4/5/2024
2.0.87 150 4/5/2024
2.0.86 158 4/5/2024
2.0.85 162 4/5/2024
2.0.84 172 4/4/2024
2.0.83 468 4/3/2024
2.0.82 193 4/2/2024
2.0.81 251 3/13/2024
2.0.80 164 3/13/2024
2.0.79 198 3/11/2024
2.0.78 184 3/5/2024
2.0.77 188 2/27/2024
2.0.76 177 2/26/2024
2.0.75 203 2/22/2024
2.0.74 180 2/22/2024
2.0.73 186 2/19/2024
2.0.72 184 2/15/2024
2.0.71 293 2/13/2024
2.0.70 150 2/13/2024
2.0.69 181 2/7/2024
2.0.68 163 2/6/2024
2.0.67 165 2/5/2024
2.0.66 164 2/2/2024
2.0.65 160 1/30/2024
2.0.64 199 1/18/2024
2.0.63 391 1/15/2024
2.0.62 179 1/12/2024
2.0.61 162 1/12/2024
2.0.60 173 1/10/2024
2.0.59 197 1/9/2024
2.0.58 275 12/13/2023
2.0.57 258 11/28/2023
2.0.56 161 11/28/2023
2.0.55 166 11/17/2023
2.0.54 148 11/17/2023
2.0.53 144 11/17/2023
2.0.52 203 10/30/2023
2.0.51 181 10/26/2023
2.0.50 312 10/12/2023
2.0.49 194 9/28/2023
2.0.48 159 9/22/2023
2.0.47 165 9/21/2023
2.0.46 188 9/20/2023
2.0.45 195 9/14/2023
2.0.44 173 9/14/2023
2.0.43 279 8/25/2023
2.0.42 209 8/25/2023
2.0.42-2308241227.f6c25ee 110 8/24/2023
2.0.42-2308161448.98b76da 114 8/16/2023
2.0.42-2308161446.ec7a107 111 8/16/2023
2.0.42-2308161429.74c00e2 111 8/16/2023
2.0.41 216 8/14/2023
2.0.40 220 8/4/2023
2.0.39 220 8/4/2023
2.0.38 204 8/4/2023
2.0.37 206 8/4/2023
2.0.36 197 8/4/2023
2.0.35 216 8/4/2023
2.0.34 262 6/22/2023
2.0.33 198 6/22/2023
2.0.32 216 6/22/2023
2.0.32-2306151149.332886a 132 6/15/2023
2.0.32-2306151140.93d85dc 133 6/15/2023
2.0.32-2306150947.3b80752 128 6/15/2023
2.0.31 239 6/12/2023
2.0.30 223 6/9/2023
2.0.30-2306091428.6fc0bd3 137 6/9/2023
2.0.30-2306091304.51d4d0b 137 6/9/2023
2.0.30-2306091204.1fe4d76 142 6/9/2023
2.0.30-2306090857.5be3155 130 6/9/2023
2.0.30-2306081701.3a525ef 131 6/8/2023
2.0.30-2306081646.5a15be2 134 6/8/2023
2.0.30-2306081628.68f2d91 136 6/8/2023
2.0.30-2306081611.3c4f19f 138 6/8/2023
2.0.30-2306081557.4fa2105 129 6/8/2023
2.0.30-2306081119.fdddf3b 135 6/8/2023
2.0.30-2306081053.68ba9f2 135 6/8/2023
2.0.30-2306080900.1b126b1 134 6/8/2023
2.0.29 236 5/23/2023
2.0.28 225 5/18/2023
2.0.27 221 5/12/2023
2.0.26 227 5/12/2023
2.0.25 269 4/26/2023
2.0.24 414 2/1/2023
2.0.23 372 1/30/2023
2.0.22 353 1/26/2023
2.0.21 360 1/25/2023
2.0.20 371 1/25/2023
2.0.19 418 11/30/2022
2.0.18 587 11/14/2022
2.0.17 704 10/19/2022
2.0.16 509 10/17/2022
2.0.15 475 10/17/2022
2.0.14 564 10/3/2022
2.0.13 478 10/3/2022
2.0.12 508 10/3/2022
2.0.11 569 9/27/2022
2.0.10 552 9/20/2022
2.0.9 551 9/19/2022
2.0.8 574 9/15/2022
2.0.7 577 9/14/2022
2.0.6 507 9/13/2022
2.0.5 525 9/13/2022
2.0.4 522 9/13/2022
2.0.3 559 9/9/2022
2.0.2 503 9/9/2022
2.0.1 505 9/9/2022
1.0.276 637 8/17/2022
1.0.275 549 8/17/2022
1.0.274 764 7/28/2022
1.0.273 576 7/14/2022
1.0.272 521 7/14/2022
1.0.271 558 7/13/2022
1.0.270 608 7/7/2022
1.0.269 536 7/7/2022
1.0.268 696 6/20/2022
1.0.267 638 6/14/2022
1.0.266 594 6/9/2022
1.0.265 608 5/27/2022
1.0.264 625 5/24/2022
1.0.263 564 5/23/2022
1.0.262 592 5/17/2022
1.0.261 535 5/16/2022
1.0.260 559 5/16/2022
1.0.259 584 5/6/2022
1.0.258 555 5/5/2022
1.0.257 535 5/5/2022
1.0.256 554 5/4/2022
1.0.255 571 5/4/2022
1.0.254 578 4/5/2022
1.0.253 581 4/5/2022
1.0.252 586 4/4/2022
1.0.251 549 3/22/2022
1.0.250 640 2/3/2022
1.0.249 602 1/28/2022
1.0.248 600 1/27/2022
1.0.247 602 1/26/2022
1.0.246 568 1/25/2022
1.0.245 589 1/18/2022
1.0.244 579 1/18/2022
1.0.243 572 1/12/2022
1.0.242 442 12/10/2021
1.0.241 461 12/10/2021
1.0.240 435 12/10/2021
1.0.239 446 12/6/2021
1.0.238 441 12/6/2021
1.0.237 435 12/2/2021
1.0.236 427 12/2/2021
1.0.235 446 12/2/2021
1.0.234 436 12/2/2021
1.0.233 471 11/18/2021
1.0.232 441 11/18/2021
1.0.231 446 11/9/2021
1.0.230 453 11/9/2021