Open
Conversation
c4026fc to
f6aa0b8
Compare
f6aa0b8 to
a350407
Compare
a350407 to
05e53cd
Compare
05e53cd to
222cf6c
Compare
222cf6c to
2df4d63
Compare
9457062 to
fe945b6
Compare
fe945b6 to
9da0af4
Compare
9da0af4 to
fb0077b
Compare
fb0077b to
c151109
Compare
c151109 to
8eeceff
Compare
8eeceff to
c56ad90
Compare
c56ad90 to
c559b19
Compare
c559b19 to
c2249fd
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
c2249fd to
32ae8fe
Compare
a7589fa to
eff57c0
Compare
eff57c0 to
87fdb61
Compare
9d6d0f1 to
e2010eb
Compare
e312d99 to
8190216
Compare
542c379 to
84b76ee
Compare
84b76ee to
e565aff
Compare
e565aff to
fdff1b7
Compare
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.
This PR contains the following updates:
1.0.4→1.4.00.13.9→0.15.86.11.0→6.12.217.6.3→17.14.12.5.0→2.9.22.5.0→2.8.2Release Notes
AngleSharp/AngleSharp (AngleSharp)
v1.4.0Released on Wednesday, November 12 2025.
ofsyntax in:nth-childfunctions within CSS selectorsselectedcontentto known elements (#1230):open,::checkmark,::picker-icon, and::picker(ident)to selector syntax (#1230)<select>(#1230)v1.3.1Compare Source
Released on Saturday, November 8 2025.
IReadOnlyList<T>interface toIHtmlCollection,IStringList,ITokenList,IHtmlFormControlsCollection(#1226, #1227) @weitzhandlerv1.3.0Compare Source
Released on Friday, April 18 2025.
HasChildNodes(#1219) @arekdygasNodeIteratorbehavior when nodes are removed (#1222)GetAttributeNodemethods toIElement(#1223) @arekdygasv1.2.0Compare Source
Released on Tuesday, December 31 2024.
Expiresrecognized as local time (#1212) @noobow34OnTokenevent for the tokenizer (#1153) @schaakverslaafdStringBuilderpooling (#1203) @micahbresettepropertyattribute to meta tags (#1195) @hflexgrigv1.1.2Released on Friday, March 8 2024.
v1.1.1Released on Friday, March 1 2024.
ISourceReferencenot usingHtmlTokenunderneath<template>in foreign elements (#1179)PostAsMultiparthelper for multipart/form-data toDocumentRequest(#1173)v1.1.0Compare Source
Released on Thursday, January 18 2024.
:whereand:isselectors using forgiving lists&)v1.0.7Released on Friday, November 17 2023.
IRangeusing offsets (#1147) @zukarusanNode.set_Owner(#1149) @campersaunet8.0as direct target frameworkv1.0.6Released on Saturday, November 11 2023.
InnerHtmlof<noscript>(#1139)PrettyMarkupFormatterto keep new lines on demand (#1131) @dramlianv1.0.5Released on Tuesday, October 3 2023.
descendants(#1136) @SimonCroppHtmlEntityProvider(#396)dotnet/BenchmarkDotNet (BenchmarkDotNet)
v0.15.8: BenchmarkDotNet v0.15.8This release adds OpenMetrics exporter support for Prometheus-compatible metrics export, improves the Roslyn analyzers with multi-target support and better type checking, and fixes several bugs including process deadlocks and WASM trimming issues.
Features
NO_COLORenvironment variable support for disabling console colors (#2870)Improvements
[DynamicallyAccessedMembers]attribute polyfill (#2883)AsyncProcessOutputReaderfor cleaner process output handling (#2878)Bug Fixes
BenchmarkRunner.Run<T>()with arguments on invalid benchmark type (#2880, fixes #2724)Internal
#if-#endifpreprocessor directives using PolySharp polyfills (#2881)Full Changelog: dotnet/BenchmarkDotNet@v0.15.7...v0.15.8
v0.15.7: BenchmarkDotNet v0.15.7This release introduces Roslyn analyzers to catch incorrect BenchmarkDotNet usage at compile time, improves .NET Framework version detection, and updates OS detection support.
Features
[Arguments],[Params], and[ParamsAllValues]attribute usage[GenericTypeArguments]requirementsBenchmarkRunner.RuninvocationsImprovements
TargetFrameworkAttribute(#2682)OsBrandHelperBug Fixes
TestCaseFilterfor the test adapterInternal
release.yamlFull Changelog: dotnet/BenchmarkDotNet@v0.15.6...v0.15.7
v0.15.6: BenchmarkDotNet v0.15.6v0.15.6
This release adds ref struct parameter support for
[ArgumentsSource], fixes Native AOT runtime moniker resolution, and upgrades to Perfolizer 0.6.0 with the new Pragmastat statistical engine.Features
[ArgumentsSource]attribute, enablingSpan<T>andReadOnlySpan<char>parameters (#2849)Bug Fixes
Improvements
Documentation
Internal
Full Changelog: dotnet/BenchmarkDotNet@v0.15.5...v0.15.6
v0.15.5: 0.15.5This release fixes job naming consistency when using
--runtimes, clamps histogram bin bounds to avoid confusing negative values, and reduces output directory clutter by filtering unnecessary runtime and satellite assembly files.Features
Bug Fixes
SimpleJobAttributeand--runtimesCLI option (#2841)Internal
workflow_dispatchfor test workflow (#2835)Full Changelog: dotnet/BenchmarkDotNet@v0.15.4...v0.15.5
v0.15.4: 0.15.4This release fixes issues with
ParamsSourceattribute resolution in inheritance scenarios and corrects a MSBuild syntax error in the TestAdapter.Bug Fixes
[ParamsSource]to resolve overridden methods and properties in derived classes (#2832)TestTfmsInParallelproperty that prevented Visual Studio from loading projects (#2831)Full Changelog: dotnet/BenchmarkDotNet@v0.15.3...v0.15.4
v0.15.3: 0.15.3This release brings .NET 10 NativeAOT instruction set support, improved CPU detection on Windows when WMIC is unavailable, test adapter filtering, and numerous bug fixes.
Breaking Changes
.WithNuget()job extension in favor of.WithMsBuildArguments()(#2812)Features
Improvements
IsNetCoreandIsNativeAOTdetection for single-file apps without AOT (#2799)--nodeReuse:falsefor dotnet CLI commands to improve build isolation (#2814)Bug Fixes
ArgumentsSourceon external types not working if the argument type is not primitive (#2820)EtwProfilerfor file paths slightly under 260 characters (#2808)EventProcessor.OnEndValidationStagenot being called when critical validation errors occur (#2816)XmlExceptionthrown whenTextReader.Nullis passed toAppConfigGenerator(#2817)NativeMemoryLogParserprogram name matching (#2795)BuildPlots.RInternal
MemoryDiagnosertests on macOS (#2813)TimeConsumingBenchmarkclass to reduce test timeBenchmarkDotNetDiagnoserspackage version (#2805)GenerateProgramFile(#2802)Full Changelog: dotnet/BenchmarkDotNet@v0.15.2...v0.15.3
v0.15.2: 0.15.2Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html
Highlights
v0.15.1: 0.15.1Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html
Highlights
v0.15.0: 0.15.0Full changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html
v0.14.0: 0.14.0Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html
Highlights
BenchmarkDotNet.Diagnostics.dotMemory#2549: memory allocation profile of your benchmarks using dotMemory, see @BenchmarkDotNet.Samples.IntroDotMemoryDiagnoserBenchmarkDotNet.Exporters.Plotting#2560: plotting via ScottPlot (initial version)IntermediateOutputPath,OutputPath, andOutDirproperties to thedotnet buildcommand. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own.csprojand.propsfrom those properties if you need to copy custom files to the output.Bug fixes
UseArtifactsOutput.Breaking Changes
DotNetCliBuilderremovedretryFailedBuildWithNoDepsconstructor option.DotNetCliCommandremovedRetryFailedBuildWithNoDepsproperty andBuildNoRestoreNoDependencies()andPublishNoBuildAndNoRestore()methods (replaced withPublishNoRestore()).v0.13.12: 0.13.12Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html
Highlights
The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE!
The detailed guide can be found here.
This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).
Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.
v0.13.11: 0.13.11Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html
In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.
Resolved issues (4)
Merged pull requests (8)
Commits (28)
Contributors (7)
Thank you very much!
v0.13.10: 0.13.10Full changelog: https://benchmarkdotnet.org/changelog/v0.13.10.html
Highlights
Initial support of .NET 9 and minor bug fixes.
Details
In the v0.13.10 scope,
2 issues were resolved and 3 pull requests were merged.
This release includes 10 commits by 4 contributors.
Resolved issues (2)
Merged pull requests (3)
Commits (10)
Contributors (4)
Thank you very much!
fluentassertions/fluentassertions (FluentAssertions)
v6.12.2Compare Source
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2
v6.12.1Compare Source
What's Changed
Improvements
BeEmpty()andBeNullOrEmpty()performance forIEnumerable<T>, by materializing only the first item - #2530Fixes
DateTimeOffsetwithBeWithin(...).Before(...)- #2312BeEquivalentTowill now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152becauseandbecauseArgswere not passed down the equivalency tree - #2318BeEquivalentTocan again compare a non-genericIDictionarywith a generic one - #2358FormattingOptionswere not respected in innerAssertionScope- #2329trueandfalsein failure messages and make them formattable to a customBooleanFormatter- #2390, #2393NotBeOfTypewhen wrapped in anAssertionScopeand the subject is null - #2399BeWritable/BeReadablewhen wrapped in anAssertionScopeand the subject is read-only/write-only - #2399ThrowExactly[Async]when wrapped in anAssertionScopeand no exception is thrown - #2398[Not]HaveExplicitPropertywhen wrapped in anAssertionScopeand not implementing the interface - #2403[Not]HaveExplicitMethodwhen wrapped in anAssertionScopeand not implementing the interface - #2403BeEquivalentToto excludeprivate protectedmembers from the comparison - #2417BeEquivalentToon an emptyArraySegment- #2445, #2511BeEquivalentTowith a custom comparer can now handle null values - #2489AssertionScope(context)create a chained context - #2607AssertionScopeconstructor would not create an actual scope associated with the thread - #2607ThrowWithinAsyncnot respectingOperationCanceledException- #2614BeEquivalentTowith anIEqualityComparertargeting nullable types - #2648Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1
v6.12.0Compare Source
What's Changed
New features
Be,NotBeandBeOneOffor object comparisons with custom comparer by @jnyrup in #2243AssemblyAssertionswithHavePublicKeyandBeUnsignedby @Corniel in #2207NotContainItemsAssignableToby @Leo506 in #2266Improvements
Fixes
Documentation
ExcludingNestedObjectsby @dennisdoomen in #2211HaveElement()occurrence docs by @IT-VBFK in #2217IComparer<T>overload by @ITaluone in #2220Others
GenericDictionaryEquivalencyStepby @jnyrup in #2191New Contributors
Full Changelog: fluentassertions/fluentassertions@6.11.0...6.12.0
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.14.1What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here