ijw.Next.Net.Utils
by: Jaren Duan
- 2 total downloads
- Latest version: 0.1.9
What's New:
0.1.9(2024.11.20):
*fix bug: update chinaz html ip parsing
*update ijw.next.net.http => 0.1.7
0.1.7(2022.4.24):
*update pkgs
0.1.6(2021.1.7):
*update pkgs
0.1.5(2020.5.28):
*GetExternalIPByIpIp, ipip.net website has changed its content, fix and match the changes.
*fix bug: throw exception when ip invalid.
0.1.3(2020.4.17):
*GetExternalIPByIpIp, ipip.net website has changed its content, fix and match the changes.
Introduction:
This package includes a few net tool classes.
ijw.Next.Reflection
by: Jaren Duan
- 13 total downloads
- Latest version: 0.3.15
What's New:
0.3.14(2024.12.4):
*update dep, fix warning of old packages.
0.3.14(2023.5.27):
*ReflectionHelper.LoadAssembly method , use logger
0.3.11(2023.5.26):
*ReflectionHelper.LoadAssembly method
0.3.10(2023.4.27):
+AssemblyLoader
0.3.9(2023.4.25):
+ReflectionHelper.LoadAssembly method
0.3.8(2023.4.16):
+net60 net70 support
0.3.(2022.9.19):
*update dep
0.3.6(2020.12.1):
*Fix bug: FillPropertiesOfBasicType when value is DBNull
0.3.5(2020.9.22):
*FirstAttributeOrDefault comments fix.
0.3.4(2020.6.29):
*Obj.FillPropertyOfBasicType: do nothing for null value when setting not-nullable property.
+PropertyInfo.FirstAttributeOrDefault extension method.
0.3.0(2020.6.18):
+Object.FindAttribute method.
0.2.7(2020.6.16):
*Fix nullable fill bug in net472
0.2.6(2020.5.1):
+Set from JsonElement overload.
0.2.5(2020.4.28):
+IEnumerable ToGenericList() method.
0.2.4(2020.4.27):
+obj.Set() method overload.
0.2.3(2020.4.26):
+obj.Set() method.
0.2.2(2020.1.3):
*obj.Get() method, add net35/net40 support.
0.2.1(2019.12.21):
*obj.FillPropertiesOfBasicType() method, add enum support.
0.1.7(2019.12.20):
+class IgnoreFillingAttribute.
ijw.Next.Reflection.CodeGen
by: Jaren Duan
- 6 total downloads
- Latest version: 0.1.2
What's New:
0.1.2(2022.4.16):
+clean code.
*Fix bug for loading dynamic assembly
0.1.1(2020.4.30):
+clean code.
*Fix bug for loading dynamic assembly
0.1.0(2019.12.20):
+First release.
ijw.Next.Serialization.Binary
by: Jaren Duan
- 8 total downloads
- Latest version: 0.1.3
Package Description
ijw.Next.Serialization.Json
by: Jaren Duan
- 9 total downloads
- Latest version: 0.3.3
What's New:
0.3.3(2024.11.20):
*update Newtonsoft.Json => 13.0.3
0.3.2(2023.4.19):
*update pkg
0.3.1(2020.2.8):
*update pkg
0.3.0(2020.11.16):
+net50.
ijw.Next.Socket.BinaryObject
by: Jaren Duan
- 4 total downloads
- Latest version: 0.1.0
Package Description
ijw.Next.Windows
by: Jaren Duan
- 4 total downloads
- Latest version: 0.3.1
What's new:
0.3.1 (2024.12.4):
*update pkgs.
0.3.0 (2023.7.9):
*update pkgs.
0.2.0 (2022.5.18):
*add net5.0 and net 6.0 support
0.1.8 (2021.9.14):
*Fix bug: AutoStartHelper.UnsetAutoStart, filename adding quote.
0.1.7 (2021.8.17):
+LockScreenHelper and wts related apis
+Win32 apis from ijw.Next.Windows.Win32
+WinConsole apis from ijw.Next.Windows.WinConsole
0.1.6 (2021.8.13):
+AutoStartHelper
0.1.5 (2020.6.19):
+netcoreapp3.1 support
0.1.4 (2020.6.9):
+AppConfig[settig].set method now is ok for adding new setting.
0.1.2 (2020.1.6):
+AppConfig.Refresh()
0.1.1 (2019.12.28):
+AppConfig.Refresh()
0.1.0 (not sure):
+First release.
ijw.Threading.Tasks
by: ijw.Threading.Tasks
- 8 total downloads
- Latest version: 1.0.0
Package Description
ImpromptuInterface
by: jbtule
- 63 total downloads
- Latest version: 8.0.6
A Lightweight Duck Casting Framework for dynamic C#
IndexRange
by: Bradley Grainger
- 24 total downloads
- Latest version: 1.1.0
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
IPAddressRange
by: J.Sakamoto
- 120 total downloads
- Latest version: 6.2.0
This library allows you to parse range of IP address string such as "192.168.0.0/24" and "192.168.0.0/255.255.255.0" and "192.168.0.0-192.168.0.255", and can contains check. This library supports both IPv4 and IPv6.
IronCompress
by: Ivan Gavryliuk
- 145 total downloads
- Latest version: 1.6.3
Buffer compresison library supporting all the major compression algorithms (gzip, brotli, snappy, zstd etc.)
IronSnappy
by: Ivan Gavryliuk (@aloneguid)
- 20 total downloads
- Latest version: 1.3.1
This is a native .NET port of Google Snappy compression/decompression library. The only implementation that is stable, fast, up to date with latest Snappy improvements, and most importantly does not depend on native Snappy binaries. Works everywhere .NET Core runs.
Irony.NetCore
by: daxnet
- 19 total downloads
- Latest version: 1.1.11
Irony.NetCore is a .NET Core compatible version of the Irony framework initially developed and maintained by Roman Ivantsov. Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.