paseto-dotnet icon indicating copy to clipboard operation
paseto-dotnet copied to clipboard

🔑 Paseto.NET, a Paseto (Platform-Agnostic Security Tokens) implementation for .NET

Results 40 paseto-dotnet issues
Sort by recently updated
recently updated
newest added

Bumps xunit.assert from 2.8.1 to 2.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit.assert&package-manager=nuget&previous-version=2.8.1&new-version=2.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
minor

Bumps xunit.runner.visualstudio from 2.8.1 to 2.8.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit.runner.visualstudio&package-manager=nuget&previous-version=2.8.1&new-version=2.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
patch

Bumps [xunit](https://github.com/xunit/xunit) from 2.8.1 to 2.9.2. Commits 82543a6 v2.9.2 0f8f156 #3031: Changes to TheoryData break tests with arrays of objects 502f6d1 Bump up to v2.9.2-pre bb7c3e4 v2.9.1 5d70d25 #3028: Support...

dependencies
minor

Bumps [xunit.runner.console](https://github.com/xunit/xunit) from 2.8.1 to 2.9.2. Commits 82543a6 v2.9.2 0f8f156 #3031: Changes to TheoryData break tests with arrays of objects 502f6d1 Bump up to v2.9.2-pre bb7c3e4 v2.9.1 5d70d25 #3028: Support...

dependencies
minor

Bumps [xunit.assert](https://github.com/xunit/xunit) from 2.8.1 to 2.9.2. Commits 82543a6 v2.9.2 0f8f156 #3031: Changes to TheoryData break tests with arrays of objects 502f6d1 Bump up to v2.9.2-pre bb7c3e4 v2.9.1 5d70d25 #3028: Support...

dependencies
minor

Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.12.0 to 6.12.1. Release notes Sourced from FluentAssertions's releases. 6.12.1 What's Changed Improvements Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item -...

dependencies
patch

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.11.1 What's Changed [rel/17.11] Forward error output from testhost as info by @​nohwnd in microsoft/vstest#5193 Full Changelog: https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1...

dependencies
minor

Bumps [MinVer](https://github.com/adamralph/minver) from 5.0.0 to 6.0.0. Changelog Sourced from MinVer's changelog. 6.0.0 Enhancements #983: Bump McMaster.Extensions.CommandLineUtils from 4.1.0 to 4.1.1 #999: [BREAKING] Tagged version wins even if MinVerMinimumMajorMinor is higher...

dependencies
major

Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.12 to 0.14.0. Release notes Sourced from BenchmarkDotNet's releases. 0.14.0 Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html Highlights Introduce BenchmarkDotNet.Diagnostics.dotMemory #2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser...

dependencies
minor

When I decode the token, I get back a payload that's a Dictionary. When would the value ever not be of type `JsonElement`?

question