Bump the dotnet group with 13 updates#7
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps AsmResolver.DotNet from 6.0.0-beta.5 to 6.0.0-rc.1 Bumps AssetRipper.CIL from 1.2.2 to 1.3.1 Bumps AssetRipper.Cpp2IL.Core from 1.0.1 to 1.0.2 Bumps AssetRipper.SourceGenerated from 1.3.11.1 to 1.3.14.1 Bumps AssetRipper.Tpk from 1.1.0 to 1.2.0 Bumps AssetsTools.NET from 3.0.3 to 3.0.4 Bumps InfiniLore.InfiniFrame from 0.8.1 to 0.10.0 Bumps InfiniLore.InfiniFrame.WebServer from 0.8.1 to 0.10.0 Bumps NAudio.Core from 2.2.1 to 2.3.0 Bumps SharpCompress from 0.47.1 to 0.47.4 Bumps System.CommandLine from 2.0.5 to 2.0.7 Bumps System.Reflection.MetadataLoadContext from 10.0.6 to 10.0.7 Bumps System.Text.Json from 8.0.5 to 8.0.6 --- updated-dependencies: - dependency-name: AsmResolver.DotNet dependency-version: 6.0.0-rc.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: AssetRipper.CIL dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: AssetRipper.Cpp2IL.Core dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: AssetRipper.SourceGenerated dependency-version: 1.3.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: AssetRipper.Tpk dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: AssetsTools.NET dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: InfiniLore.InfiniFrame dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: InfiniLore.InfiniFrame.WebServer dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: NAudio.Core dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: SharpCompress dependency-version: 0.47.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: System.CommandLine dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: System.Reflection.MetadataLoadContext dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: System.Text.Json dependency-version: 8.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Closing — dependabot was scanning vendored AssetRipper csproj files ( |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated AsmResolver.DotNet from 6.0.0-beta.5 to 6.0.0-rc.1.
Release notes
Sourced from AsmResolver.DotNet's releases.
6.0.0-rc.1
This is the release candidate for 6.0.0, addressing some important regressions/shortcomings found in beta.6. Note that with this release the API design will be frozen, and only improvements/bug fixes will be implemented until full release.
Improvements
NullAssemblyResolverandPathAssemblyResolver(#721, thanks @js6pak)CorLibTypeFactory.FromTypeto avoid many unnecessary string allocations (#717, thanks @wondercrash).ImportWithmethods with more specific return types (#720, thanks @js6pak).IMemberDescriptorequality checks inSignatureComparer(#722, thanks @js6pak).TryResolvemethods (e2bf223392c433e27b1ae2455da864a384601176).CorLibTypeFactory, making it easier to create one yourself (367968a73ab33e4fed98812c2f7662bbd8c96e9a)paramsoverloads in favor of using more explicit collection expressions for parameter types.Bug Fixes
TargetRuntimeProberwould crash with anArgumentNullExceptionwhen using AsmResolver in a .NET FX host (#723).TypeSignature::IsAssignableToand friends did not use the signature comparer of the providedRuntimeContext(0484a392827493a4c6d6db2b20ed4e7a48034be9)MetadataTable::TryGetRidByKeywould not respect the sorted flag, causing someFieldRvato not select the appropriateClassLayoutrow properly (#724, #728).FieldRvaDataReaderwould not always select the correct metadata stream in EnC situations (#724, #728).6.0.0-beta.6
This release brings the long-needed metadata resolution revamp. The previous system often caused incorrect, duplicated, or silent failed assembly resolutions, which sometimes resulted in bad metadata to be emitted in output binaries. The new system makes
RuntimeContextact more like anAppDomain/AssemblyLoadContext, centralizing assembly management and requiring all metadata resolution to go through it. Resolution is now also much more explicit, by always requiring aRuntimeContextinstance. This ensures more reliable, predictable behavior when creating and processing .NET metadata.Check out the updated documentation on RuntimeContexts on how to use the new APIs.
Full change log below:
New Features
RuntimeContexts (#704).IAssemblyResolveris drastically simplified and is no longer responsible for caching anymore.IMetadataResolverand friends are removed.RuntimeContextconstruction is drastically simplified.RuntimeContextis now responsible for resolving and maintaining assembly and metadata caches.RuntimeContext::LoadAssemblymethods to load assemblies into the context (similar toAssemblyDefinition::FromX, but using the context for reader parameters, cache and automatic wiring of dependencies).Resolvemethods in favor of aResolveandTryResolvemethod taking aRuntimeContext. Additionally, all properties and methods that may have implicitly required resolution will now take aRuntimeContextas well.SignatureComparercan now take aRuntimeContextin its constructor. When none is provided, the comparer will no longer try to resolve forwarder types and compare signatures as-is.TargetRuntimeProberto detect the target runtime of a PE image without loading it as a fullModuleDefinition(#704).MetadataDirectory::GetImpliedStreamSelection()(#704).S_TRAMPOLINEandS_GTHREAD32andS_LTHREAD32PDB symbols (#711, thanks @dongle-the-gadget).Improvements
UnmanagedPEFileBuildertoTemplatedPEFileBuilderto more accurately reflect its behavior (727c554571a848f2e09a1d7aa4365c287bd90934)KnownCorLibs) (#702, 55c847fd7617755ef09fffdf3512d454151bc7df).BinaryStreamWriterfor .NET 10+ targets (#695, thanks @Sergio0694).Utf8StringimplementISpanFormattableandIUtf8SpanFormattable(#699, thanks @Sergio0694).Utf8String::CreateUnsafefactory method (#709, thanks @Windows10CE)TypeAttributes::WindowsRuntime(#710, thanks @Sergio0694).ModuleDefinition::CreateConstructoroverload takingCorLibTypeFactory(#712, thanks @Sergio0694).Class2,Structure2,Union2andInterface2PDB leaf record types (#714, thanks @ds5678).Bug Fixes
Commits viewable in compare view.
Updated AssetRipper.CIL from 1.2.2 to 1.3.1.
Release notes
Sourced from AssetRipper.CIL's releases.
1.3.1
Full Changelog: AssetRipper/AssetRipper.CIL@1.3.0...1.3.1
1.3.0
Full Changelog: AssetRipper/AssetRipper.CIL@1.2.2...1.3.0
Commits viewable in compare view.
Updated AssetRipper.Cpp2IL.Core from 1.0.1 to 1.0.2.
Release notes
Sourced from AssetRipper.Cpp2IL.Core's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated AssetRipper.SourceGenerated from 1.3.11.1 to 1.3.14.1.
Release notes
Sourced from AssetRipper.SourceGenerated's releases.
1.3.12
Premium Edition
The corresponding premium release is here.
What's Changed
Path.GetTempPath()when the AssetRipper directory is not writable by @UlyssesZh in UsePath.GetTempPath()when the AssetRipper directory is not writable AssetRipper/AssetRipper#2153Full Changelog: AssetRipper/AssetRipper@1.3.11...1.3.12
Commits viewable in compare view.
Updated AssetRipper.Tpk from 1.1.0 to 1.2.0.
Release notes
Sourced from AssetRipper.Tpk's releases.
1.2.0
What's Changed
New Contributors
Full Changelog: AssetRipper/Tpk@1.1.0...1.2.0
Commits viewable in compare view.
Updated AssetsTools.NET from 3.0.3 to 3.0.4.
Release notes
Sourced from AssetsTools.NET's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated InfiniLore.InfiniFrame from 0.8.1 to 0.10.0.
Release notes
Sourced from InfiniLore.InfiniFrame's releases.
0.10.0
What's Changed
Full Changelog: InfiniLore/InfiniFrame@v0.9.0...v0.10.0
0.9.0
What's Changed
StaticWebAssetsRuntimeFileProviderfor BlazorWebView by @AnnaSasDev in Feat: defaultStaticWebAssetsRuntimeFileProviderfor BlazorWebView InfiniLore/InfiniFrame#248Full Changelog: InfiniLore/InfiniFrame@v0.8.1...v0.9.0
Commits viewable in compare view.
Updated InfiniLore.InfiniFrame.WebServer from 0.8.1 to 0.10.0.
Release notes
Sourced from InfiniLore.InfiniFrame.WebServer's releases.
0.10.0
What's Changed
Full Changelog: InfiniLore/InfiniFrame@v0.9.0...v0.10.0
0.9.0
What's Changed
StaticWebAssetsRuntimeFileProviderfor BlazorWebView by @AnnaSasDev in Feat: defaultStaticWebAssetsRuntimeFileProviderfor BlazorWebView InfiniLore/InfiniFrame#248Full Changelog: InfiniLore/InfiniFrame@v0.8.1...v0.9.0
Commits viewable in compare view.
Updated NAudio.Core from 2.2.1 to 2.3.0.
Release notes
Sourced from NAudio.Core's releases.
2.3.0
PropertyStoreand Core Audio property access (#1206)WasapiCapturefrom using exclusive mode (#1122)WaveFileChunkReader.ReadWaveHeader(#1231)PropVariantnow supportsVT_EMPTYby returningnull(#1071)AcmStream.Convert(#1108)AcmStreamHeaderfinalizer crash with corrupted data (#1199)net6.0targets forNAudio.AsioandNAudio.WinMMto remove registry dependency (#1139)Commits viewable in compare view.
Updated SharpCompress from 0.47.1 to 0.47.4.
Release notes
Sourced from SharpCompress's releases.
0.47.4
What's Changed
Full Changelog: adamhathcock/sharpcompress@0.47.3...0.47.4
0.47.3
What's Changed
Full Changelog: adamhathcock/sharpcompress@0.47.2...0.47.3
0.47.2
Making the default experience better with a larger buffer size.
What's Changed
Full Changelog: adamhathcock/sharpcompress@0.47.1...0.47.2
Commits viewable in compare view.
Updated System.CommandLine from 2.0.5 to 2.0.7.
Release notes
Sourced from System.CommandLine's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated System.Reflection.MetadataLoadContext from 10.0.6 to 10.0.7.
Release notes
Sourced from System.Reflection.MetadataLoadContext's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated System.Text.Json from 8.0.5 to 8.0.6.
Release notes
Sourced from System.Text.Json's releases.
8.0.6
Release
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions