Hafner.Compatibility.CallerInformationAttributes.G1
1.0.1
dotnet add package Hafner.Compatibility.CallerInformationAttributes.G1 --version 1.0.1
NuGet\Install-Package Hafner.Compatibility.CallerInformationAttributes.G1 -Version 1.0.1
<PackageReference Include="Hafner.Compatibility.CallerInformationAttributes.G1" Version="1.0.1" />
<PackageVersion Include="Hafner.Compatibility.CallerInformationAttributes.G1" Version="1.0.1" />
<PackageReference Include="Hafner.Compatibility.CallerInformationAttributes.G1" />
paket add Hafner.Compatibility.CallerInformationAttributes.G1 --version 1.0.1
#r "nuget: Hafner.Compatibility.CallerInformationAttributes.G1, 1.0.1"
#addin nuget:?package=Hafner.Compatibility.CallerInformationAttributes.G1&version=1.0.1
#tool nuget:?package=Hafner.Compatibility.CallerInformationAttributes.G1&version=1.0.1
Hafner.Compatibility.CallerInformationAttributes.G1
This package provides the following types:
Type | .Net 2.0 | 3.0 | 3.5 | 4.0 | 4.0.3 | 4.5 | 4.5.1 | 4.5.2 | 4.6 | 4.6.1 | 4.6.2 | 4.7 | 4.7.1 | 4.7.2 | 4.8 | 4.8.1 | .NETCore 1.0 | 1.1 | 2.0 | 2.1 | 2.2 | 3.0 | 3.1 | .Net 5.0 | 6.0 | 7.0 | 8.0 | 9.0 | 10.0 | .NET Standard 1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 2.0 | 2.1 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
System.Runtime.CompilerService.CallerFilePathAttribute |
X | X | X | X | X | |||||||||||||||||||||||||||||||||
System.Runtime.CompilerService.CallerLineNumberAttribute |
X | X | X | X | X | |||||||||||||||||||||||||||||||||
System.Runtime.CompilerService.CallerMemberNameAttribute |
X | X | X | X | X |
It is recommended to reference Hafner.Compatibility.MetaPackage
instead of referencing this package directly.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net30 is compatible. net35 is compatible. net40 is compatible. net403 is compatible. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.0.3
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Hafner.Compatibility.CallerInformationAttributes.G1:
Package | Downloads |
---|---|
Hafner.Compatibility.MetaPackage
Meta-package that includes Hafner.Compatibility.* packages (see https://github.com/HugoRoss/Hafner.Compatibility.Packages) as required. See 'PackageReadMe.md' for an overview with the exact types that are currently supported and for which framework they are imported. |
|
Hafner.Extensions.Object.CheckNull
Package "Hafner.Extension.Object.CheckNull" contains an extension method for reference type objects that checks whether the object is null and if it is, throws an ArgumentNullException, otherwise just returns the object. Behavior and edge cases: <li /> If the object is a System.ValueType it cannot be called (compile error). <li /> If the parameter name is null, empty or white-space, an ArgumentNullException with a generic message is thrown ("The argument cannot be null!") <li /> If the parameter name is recognized as an expression, an ArgumentNullException with an according message is thrown ("The expression '{paramName}' cannot be null!") <li /> If the parameter name is recognized as a parameter name, an ArgumentNullException with an according message is thrown ("The argument for parameter '{paramName}' cannot be null!") This package supports <br /><li /> .NET framework versions 2.0, 3.0, 3.5, 4.0, 4.0.3, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1<br /><li /> .NET core versions 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0<br /><li /> .NET standard versions 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1<br /> |
GitHub repositories
This package is not used by any popular GitHub repositories.
Package tags improved, ProductVersion tag added.