@@ -13,7 +13,7 @@ The package targets `netstandard2.0` and is designed to support the following ru
1313 * ` uap10 `
1414
1515
16- ** API count: 921 ** <!-- include: apiCount. path: /apiCount.include.md -->
16+ ** API count: 922 ** <!-- include: apiCount. path: /apiCount.include.md -->
1717
1818### Per Target Framework
1919
@@ -107,8 +107,8 @@ This project uses features from the current stable SDK and C# language. As such
107107| net481 | 8.5KB | 295.0KB | +286.5KB | +9.0KB | +6.5KB | +9.0KB | +14.0KB |
108108| netcoreapp2.0 | 9.0KB | 271.5KB | +262.5KB | +9.0KB | +6.5KB | +9.0KB | +13.5KB |
109109| netcoreapp2.1 | 9.0KB | 250.5KB | +241.5KB | +9.0KB | +7.0KB | +9.5KB | +14.0KB |
110- | netcoreapp2.2 | 9.0KB | 250.5KB | +241.5KB | +9.0KB | +7.0KB | +9.5KB | +14.0KB |
111- | netcoreapp3.0 | 9.5KB | 241.5KB | +232.0KB | +9.0KB | +6.5KB | +9.5KB | +14.0KB |
110+ | netcoreapp2.2 | 9.0KB | 251.0KB | +242.0KB | +8.5KB | +6.5KB | +9.0KB | +13.5KB |
111+ | netcoreapp3.0 | 9.5KB | 241.5KB | +232.0KB | +9.5KB | +6.5KB | +9.5KB | +14.0KB |
112112| netcoreapp3.1 | 9.5KB | 240.0KB | +230.5KB | +9.0KB | +6.5KB | +9.0KB | +14.0KB |
113113| net5.0 | 9.5KB | 204.5KB | +195.0KB | +9.0KB | +6.5KB | +9.0KB | +14.0KB |
114114| net6.0 | 10.0KB | 149.0KB | +139.0KB | +9.5KB | +7.0KB | +512bytes | +3.5KB |
@@ -134,8 +134,8 @@ This project uses features from the current stable SDK and C# language. As such
134134| net481 | 8.5KB | 430.1KB | +421.6KB | +16.7KB | +8.2KB | +13.9KB | +19.4KB |
135135| netcoreapp2.0 | 9.0KB | 397.4KB | +388.4KB | +16.7KB | +8.2KB | +13.9KB | +18.9KB |
136136| netcoreapp2.1 | 9.0KB | 365.2KB | +356.2KB | +16.7KB | +8.7KB | +14.4KB | +19.4KB |
137- | netcoreapp2.2 | 9.0KB | 365.2KB | +356.2KB | +16.7KB | +8.7KB | +14.4KB | +19.4KB |
138- | netcoreapp3.0 | 9.5KB | 346.9KB | +337.4KB | +16.7KB | +8.2KB | +14.4KB | +19.4KB |
137+ | netcoreapp2.2 | 9.0KB | 365.7KB | +356.7KB | +16.2KB | +8.2KB | +13.9KB | +18.9KB |
138+ | netcoreapp3.0 | 9.5KB | 346.9KB | +337.4KB | +17.2KB | +8.2KB | +14.4KB | +19.4KB |
139139| netcoreapp3.1 | 9.5KB | 345.4KB | +335.9KB | +16.7KB | +8.2KB | +13.9KB | +19.4KB |
140140| net5.0 | 9.5KB | 292.3KB | +282.8KB | +16.7KB | +8.2KB | +13.9KB | +19.4KB |
141141| net6.0 | 10.0KB | 219.4KB | +209.4KB | +17.2KB | +8.7KB | +1.1KB | +4.2KB |
@@ -2067,7 +2067,7 @@ void ObjectDisposedExceptionExample(bool isDisposed)
20672067 ObjectDisposedException .ThrowIf (isDisposed , typeof (Consume ));
20682068}
20692069```
2070- <sup ><a href =' /src/Consume/Consume.cs#L594-L618 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ArgumentExceptionUsage ' title =' Start of snippet ' >anchor</a ></sup >
2070+ <sup ><a href =' /src/Consume/Consume.cs#L595-L619 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ArgumentExceptionUsage ' title =' Start of snippet ' >anchor</a ></sup >
20712071<!-- endSnippet -->
20722072
20732073
@@ -2086,7 +2086,7 @@ void EnsureExample(Order order, Customer customer, string customerId, string ema
20862086 this .quantity = Ensure .NotNegativeOrZero (quantity );
20872087}
20882088```
2089- <sup ><a href =' /src/Consume/Consume.cs#L624-L636 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-EnsureUsage ' title =' Start of snippet ' >anchor</a ></sup >
2089+ <sup ><a href =' /src/Consume/Consume.cs#L625-L637 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-EnsureUsage ' title =' Start of snippet ' >anchor</a ></sup >
20902090<!-- endSnippet -->
20912091
20922092
0 commit comments