Framework
Framework copied to clipboard
.NET Core Extensions and Helper NuGet packages.
Bumps [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) from 17.7.30 to 17.8.14. Commits See full diff in compare view [](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...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.8.0 What's Changed Full Changelog: https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0 v17.8.0-release-23468-02 What's Changed Upgrade Newtonsoft.Json from 13.0.1 to 13.0.3 by @mthalman in...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. Release notes Sourced from actions/checkout's releases. v4.1.1 What's Changed Update CODEOWNERS to Launch team by @joshmgross in actions/checkout#1510 Correct link to GitHub Docs by...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.24.0 to 5.25.0. Release notes Sourced from release-drafter/release-drafter's releases. v5.25.0 What's Changed New add prerelease increment behavior (#1303) @neilime add latest input (#1348) @o-mago Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.24.0...v5.25.0...
### Describe the feature I want to use Boxed.Mapping in my Unity project, but it uses Expression.Lambda.Compile from System.Linq.Expressions [here](https://github.com/Dotnet-Boxed/Framework/blob/main/Source/Boxed.Mapping/Factory.cs). Since compiling the game to mobile platforms requires AOT compiling,...
### Describe the bug Just found this and was trying out the resource integrity helper in a local dev environment, but was getting an error about the local file not...
### Describe the feature Currently the Boxed.Mapping.MapperExtensions.Map method specifically checks whether source == null and throws an ArgumentNullException if so. It would be nice if it instead followed .NET nullable...