ValueGetter 1.0.4
Install-Package ValueGetter -Version 1.0.4
dotnet add package ValueGetter --version 1.0.4
<PackageReference Include="ValueGetter" Version="1.0.4" />
paket add ValueGetter --version 1.0.4
#r "nuget: ValueGetter, 1.0.4"
// Install ValueGetter as a Cake Addin
#addin nuget:?package=ValueGetter&version=1.0.4
// Install ValueGetter as a Cake Tool
#tool nuget:?package=ValueGetter&version=1.0.4
Mini/Easy Object Property Value Getter. More Details in Github Link : ValueGetter: Mini/Faster Object Property Value Getter.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.5.1
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ValueGetter:
Package | Downloads |
---|---|
DBSearch
More Details in Github Link : [DBSearch : Mini/Fast Multiple DBMS Search](https://github.com/shps951023/DBSearch) |
|
DbSqlHelper
More Details in Github Link : [DbSqlHelper : Mini/Easy RDBMS SQL Helper. ](https://github.com/shps951023/DbSqlHelper) |
GitHub repositories
This package is not used by any popular GitHub repositories.
### version 1.0.4
- [X] Add GetPropertiesDictionaryFromCache Method : Support IDictionary<string, PropertyInfo>
### version 1.0.3
- [X] Fix GetPropertiesFromCache : Filter Can Not Read or Static Property
### version 1.0.2
- [X] Remove .netstandard 2.0 third party package reference
### version 1.0.1
- [X] Fix [If Property Value Is Null GetToStringValue will get System.NullReferenceException · Issue #1 ](https://github.com/shps951023/ValueGetter/issues/1)