Skip to content

Commit 8405bcf

Browse files
authored
Corrections to docs (#323)
* Removed reference to custom `ValidatedNotNullAttribute` as it isn't present (`NotNull` does that now).
1 parent 441db8e commit 8405bcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docfx/extensions/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ but not actually part of multiple other Ubiquity.NET projects.
1212
package.
1313
* StringNormalizer extensions to support converting line endings of strings
1414
for interoperability.
15-
* A custom ValidatedNotNullAttribute to allow compiler to assume a parameter
16-
value is validated as not null.
1715
* Fluent style parameter value validation extensions.
1816
- These are useful when passing parameters to a function that produces a
1917
result that is fed to the base constructor. These are also useful in body

0 commit comments

Comments
 (0)