Found 12 packages
Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. This packages represents the core package, and provides the minimal set of types required to build a managed application. Commonly Used Types: System.Object System.Exception System.Int16 System.Int32 System.Int64 System.Enum System.String System.Char System.Boolean System.SByte System.Byte System.DateTime System.DateTimeOffset System.Single System.Double System.UInt16 System.UInt32 System.UInt64 System.IDisposable System.Uri When using NuGet 3.x this package requires at least version 3.4.
Provides the numeric types System.Numerics.BigInteger and System.Numerics.Complex, which complement the numeric primitives, such as System.Byte, System.Double and System.Int32. Commonly Used Types: System.Numerics.BigInteger System.Numerics.Complex When using NuGet 3.x this package requires at least version 3.4.
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types. Commonly Used Types: System.ComponentModel.TypeConverter System.ComponentModel.TypeConverterAttribute System.ComponentModel.PropertyDescriptor System.ComponentModel.StringConverter System.ComponentModel.ITypeDescriptorContext System.ComponentModel.EnumConverter System.ComponentModel.TypeDescriptor System.ComponentModel.Int32Converter System.ComponentModel.BooleanConverter System.ComponentModel.DoubleConverter When using NuGet 3.x this package requires at least version 3.4.
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. This packages represents the core package, and provides the minimal set of types required to build a managed application. Commonly Used Types: System.Object System.Exception System.Int16 System.Int32 System.Int64 System.Enum System.String System.Char System.Boolean System.SByte System.Byte System.DateTime System.DateTimeOffset System.Single System.Double System.UInt16 System.UInt32 System.UInt64 System.IDisposable System.Uri When using NuGet 3.x this package requires at least version 3.4.
This portable class library provides Mersenne Twister PRNGs; Mersenne Twister (MT): - MT19937ar, MT19937ar-cok, MT19937ar-cok-opt - MT19937-64, MT19937-64-opt SIMD-oriented Fast MT (SFMT): - SFMT-19937, SFMT-opt-19937 Double precision SFMT (dSFMT): - dSFMT-19937, dSFMT-opt-19937 - dSFMT-opt-gen-* (Generics version for many Mersenne Exponents) -- 521, 1279, 2203, 4253, 11213, 19937, 44497, 86243, 132049, 216091 You can use any PRNG via a corresponding System.Random derived wrapping class: - MTRandom - MT64Random - SfmtRandom - DsfmtRandom and also we provide Randoms class for convenience that has; - Create(RandomType type) to get the suitable implementaiton such as fastest for Random.Next() - Thread-local default object propreties: -- WellBalanced for general purpose -- FastestInt32 for Random.Next() -- FastestDouble for Random.Next(int) or Next(int,int) or NextDouble() Further more, AccurateRandom class provides accurate results of Random.Next(int maxValue) and Next(int minValue, int maxValue).
Helps read/write and convert between legacy IBM System formats and .NET types. Includes IbmConverter class as well as BinaryReader & BinaryWriter extensions for EBCDIC string, Big Endian Int16, Big Endian Int32 and IBM System/360 single precision floating point format.
Catharsis.Commons is a library of extensions for many common .NET types. It can significantly speedup your daily .NET development tasks, relieving you of writing boilerplate code time and again. Do more by writing less code; write less code using a popular fluent-kind interface approach; safely perform many tasks in a single line of code with joined methods calls. The list of extended structures, classes and interfaces includes: - System.Array - System.Reflection.Assembly - System.Boolean - System.DateTime - System.Delegate - System.Enum - System.Reflection.FieldInfo - System.IO.FileInfo - System.Collections.Generic.ICollection<T> - System.Collections.Generic.IEnumerable<T> - System.Linq.IQueryable<T> - System.Reflection.MemberInfo - System.Reflection.MethodInfo - Numeric Types (System.Byte, System.Int16, System.Int32, System.Long, System.Decimal, System.Single, System.Double, etc.) - System.Object - System.Reflection.PropertyInfo - System.Random - System.IO.Stream - System.String - System.Security.Cryptography.SymmetricAlgorithm - System.IO.TextReader - System.IO.TextWriter - System.Type - System.Uri - System.Xml.Linq.XDocument - System.Xml.Linq.XElement - System.Xml.XmlDocument - System.Xml.XmlReader - System.Xml.XmlWriter
Squared Infinity ▪ Maths ▪ Extensions Extension Methods: System.Decimal System.Double System.Int32
Nukepayload2.Csv is a cross-platform Csv String <==> .NET Object converter. Commonly Used members: Nukepayload2.Csv.CsvConvert.SerializeObject Nukepayload2.Csv.CsvConvert.DeserializeObject Supported types in csv columns: System.String System.DateTime System.Int32 System.Int64 System.Single System.Double System.Boolean NOTE: Please don't forget to add the "Code Generation" capability if you are using this package in a UWP project. If JIT is not allowed, both serialization and deserialization could be much slower than expected.
Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. This packages represents the core package, and provides the minimal set of types required to build a managed application. Commonly Used Types: System.Object<br>System.Exception<br>System.Int16<br>System.Int32<br>System.Int64 System.Enum System.String System.Char System.Boolean System.SByte System.Byte System.DateTime System.DateTimeOffset System.Single System.Double System.UInt16 System.UInt32 System.UInt64 System.IDisposable System.Uri
Removes the .pdb file before the Fody task is invoked because Fody crashes with: MSBUILD : error : Fody: An unhandled exception occurred: MSBUILD : error : Exception: MSBUILD : error : Out of memory MSBUILD : error : StackTrace: MSBUILD : error : at (wrapper alloc) System.Object:AllocVector (intptr,intptr) MSBUILD : error : at Microsoft.Cci.Pdb.MsfDirectory..ctor (Microsoft.Cci.Pdb.PdbReader reader, Microsoft.Cci.Pdb.PdbFileHeader head, Microsoft.Cci.Pdb.BitAccess bits) [0x000a5] in d39e61ae2787473a851567b860d13696:0 MSBUILD : error : at Microsoft.Cci.Pdb.PdbFile.LoadFunctions (System.IO.Stream read, System.Collections.Generic.Dictionary`2[System.UInt32,Microsoft.Cci.Pdb.PdbTokenLine] tokenToSourceMapping, System.String sourceServerData, System.Int32 age, System.Guid guid) [0x00027] in d39e61ae2787473a851567b860d13696:0 MSBUILD : error : at Mono.Cecil.Pdb.PdbReader.PopulateFunctions () [0x00008] in d39e61ae2787473a851567b860d13696:0 MSBUILD : error : at Mono.Cecil.Pdb.PdbReader.ProcessDebugHeader (Mono.Cecil.Cil.ImageDebugDirectory directory, System.Byte[] header) [0x00048] in d39e61ae2787473a851567b860d13696:0 MSBUILD : error : at Mono.Cecil.ModuleDefinition.ProcessDebugHeader () [0x00012] in b5a52cab1f0046ce9f68342127787868:0 MSBUILD : error : at Mono.Cecil.ModuleDefinition.ReadSymbols (Mono.Cecil.Cil.ISymbolReader reader) [0x00015] in b5a52cab1f0046ce9f68342127787868:0 MSBUILD : error : at Mono.Cecil.ModuleReader.ReadSymbols (Mono.Cecil.ModuleDefinition module, Mono.Cecil.ReaderParameters parameters) [0x00047] in b5a52cab1f0046ce9f68342127787868:0 MSBUILD : error : at Mono.Cecil.ModuleReader.CreateModuleFrom (Mono.Cecil.PE.Image image, Mono.Cecil.ReaderParameters parameters) [0x00076] in b5a52cab1f0046ce9f68342127787868:0 MSBUILD : error : at Mono.Cecil.ModuleDefinition.ReadModule (System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) [0x00028] in b5a52cab1f0046ce9f68342127787868:0 MSBUILD : error : at Mono.Cecil.ModuleDefinition.ReadModule (System.String fileName, Mono.Cecil.ReaderParameters parameters) [0x0000a] in b5a52cab1f0046ce9f68342127787868:0 MSBUILD : error : at InnerWeaver.ReadModule () [0x00052] in f6f9069078364b4db60945017a527c4a:0 MSBUILD : error : at InnerWeaver.Execute () [0x00019] in f6f9069078364b4db60945017a527c4a:0 MSBUILD : error :