Jason Nelson

Results 23 issues of Jason Nelson

- Updates the tests to run on .NET6.0 - Updates the Test.Sdk to 17.3 - Adds a net6.0 target to the project - Limits the dependencies on modern targets -...

Posting for early feedback. - Introduces a Fido2ErrorCode to check for specific exception cases more easily - Update the Cbor namespace to use file-scoped namespaces - Eliminates linq usage in...

This PR introduces and uses the [ValueStringBuilder](https://github.com/dotnet/runtime/blob/e18a77feff92fe6cdf8b891aa3b44fb1acb972d1/src/libraries/Common/src/System/Text/ValueStringBuilder.cs) from the dotnet runtime to eliminate a few allocations.

This PR eliminates the use of Linq & changes PeakInfo to a struct to eliminate most allocations.

Tracking issue on work to cross target .NET8.0.

Surfacing this feature request again now that the path to JXR support in browsers has become hazy, and Apple has committed to shipping AVIF across 3 OS versions in Safari...

enhancement

A quick tidying utilizing .NET8.0 features. - Use HashSizeInBytes - Use .NET 8.0 throw helpers - Use FrozenDictionary to improve lookups - Use required properties - Use throw helpers -...

that’s odd. this line: .text, .remove, &::before { when processed/minified becomes .text, .text {

The update target frameworks include System.Numerics.BigInteger. We should consider using it, and dropping the custom implementation. NOTE: System.Numerics.BigInteger does not implement the following functions, which could be provided as extensions:...

**Describe the bug** NuGet.CommandLine has a critical vulnerability, and should not be included in the release build. **Expected behavior** Library does not reference unused libraries with a critical vulnerability.