Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
15 packages returned for Tags:"notnull"
Sort by
Relevance
Downloads
Recently updated
JetBrains.
Annotations
by:
ControlFlow
jetbrains
180,628,079 total downloads
last updated
7/4/2023
Latest version:
2023.2.0
jetbrains
resharper
rider
annotations
canbenull
notnull
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML...
More information
Nullable
by:
manuel.roemer
1,813,963 total downloads
last updated
7/9/2022
Latest version:
1.3.1
source
compiletime
null
nullable
attributes
allownull
disallownull
doesnotreturn
doesnotreturnif
maybenull
More tags
A source code only package which allows you to use .NET's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework. This package does not contain any compiled...
More information
JetBrains.
Annotations.
Portable
by:
joep.beusenberg
34,530 total downloads
last updated
11/12/2016
Latest version:
10.2.3
jetbrains
resharper
annotations
canbenull
notnull
publicapi
usedimplicitly
pure
ReSharper Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML...
More information
NullCheckAnalyzer
by:
imanushin
6,009 total downloads
last updated
6/18/2015
Latest version:
1.0.0.3
NullCheckAnalyzer
analyzers
Roslyn
Resharper
NotNull
CanBeNull
This package is for projects on Microsoft Visual Studio 2015 to have design-time and compile-time warnings. It checks, that all reference parameters in methods and constructors have NotNull/CanBeNull...
More information
Amarok.
Contracts
by:
Amarok
10,353 total downloads
last updated
11/20/2022
Latest version:
5.0.0
Verify
Check
Contract
NotNull
NotEmpty
InRange
IsPositive
IsGreaterThan
IsLessThan
Simple helper methods for verifying argument values.
ResharperCodeContractNullability
by:
bkoelman
25,142 total downloads
last updated
3/14/2021
Latest version:
2.0.2
resharper
code
contracts
annotations
nullability
analyzer
canbenull
notnull
itemcanbenull
itemnotnull
More tags
Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes. See also: https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html You need...
More information
VerifyArgs
by:
AndriyKozachuk
10,438 total downloads
last updated
1/15/2012
Latest version:
1.0.2
method
parameters
arguments
assert
check
verify
NotNull
code
contracts
Contains Verify - fast and extensible class for simple method arguments asserts. Example: Verify.Args(new { param1, param2 }).NotNull()
NotNull
by:
BenMagyar
1,722 total downloads
last updated
1/29/2016
Latest version:
1.0.6
Null
NotNull
IfNotNull
NotNull is a small library to make working with null values easier.
ResharperCodeContractNullabilityFxCop
by:
bkoelman
6,490 total downloads
last updated
3/6/2016
Latest version:
1.0.3
resharper
code
contracts
annotations
nullability
fxcop
canbenull
notnull
itemcanbenull
itemnotnull
Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes. See also: https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html You need...
More information
MicroElements.
Collections.
Sources
by:
alexey.petriashev
MicroElements
5,726 total downloads
last updated
9/18/2023
Latest version:
1.9.0
MicroElements
collections
functional
NotNull
Materialize
Iterate
Wildcard
TwoLayerCache
MicroElements source only package: Collection extensions: NotNull, Iterate, Execute, WhereNotNull, Materialize, IncludeByWildcardPatterns, ExcludeByWildcardPatterns. Special collections:...
More information
MicroElements.
Collections.
Extensions.
Sources
by:
alexey.petriashev
MicroElements
Deprecated
802 total downloads
last updated
10/18/2021
Latest version:
1.1.0
MicroElements
NotNull
collections
functional
MicroElements source only package: Collection extensions. Main methods: NotNull.
ReSharper.
Annotations.
WindowsCE
by:
skarllot
2,291 total downloads
last updated
3/28/2018
Latest version:
11.1.1
jetbrains
resharper
annotations
canbenull
notnull
source
net35-cf
windowsce
wince
backport
ReSharper Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML...
More information
Baksteen.
Extensions.
WhereNotNull
by:
jpmikkers
629 total downloads
last updated
11/16/2022
Latest version:
1.0.1
nullable
notnull
wherenotnull
linq
extension
enumerable
This package contains two IEnumerable extension methods named WhereNotNull(). It skips all null elements from a sequence. This is useful for projects that have nullable reference types enabled because it...
More information
JsonOptional
by:
jorgestg
997 total downloads
last updated
1/5/2022
Latest version:
0.0.1
option
jsonoption
jsonoptional
optional
partial
patch
some
none
null
nullable
More tags
System.Text.Json-compatible Optionals.
Hafner.
Compatibility.
NullableReferenceTypeAttributes
by:
ChristophHafner
1,375 total downloads
last updated
5/5/2022
Latest version:
1.0.0
NullableReferenceTypeAttributes
NullableAttributes
Nullable
System.Diagnostics.CodeAnalysis
Hafner.Compatibility.NullableReferenceTypeAttributes
AllowNull
AllowNullAttribute
DisallowNull
DisallowNullAttribute
DoesNotReturn
More tags
Defines the nullable reference type attributes of namespace System.Diagnostics.CodeAnalysis for frameworks that do not include them, namely .NET Framework 2.0 to 4.8, .NET Core 1.0 to 2.2 and .NET Standard 1.0...
More information