SimpleHelpers.Net icon indicating copy to clipboard operation
SimpleHelpers.Net copied to clipboard

Micro-libraries (pieces of utility code) for .Net that are safe and simple to use

Results 11 SimpleHelpers.Net issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

Hi, i like the DiffPatch Generator, makes a lot of work for me. As for a Simple Helper i use many times: ```C# using System; using System.Linq; using System.Reflection; using...

I think you need add clause ``` else if (rawData[start + 1] == 0xfe && rawData[start] == 0xff) { // Encoding.Unicode (Little-Endian) return true; } ``` to CheckForByteOrderMark function.

I'm not sure if it's correct to report this as an issue, but I ran into a problem with the CheckForTextualData function, in particular this check: ` else if (rawData[i...