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.1.2
0.13.9
->0.14.0
6.11.0
->6.12.1
17.6.3
->17.11.1
2.5.0
->2.9.2
2.5.0
->2.8.2
Release Notes
AngleSharp/AngleSharp (AngleSharp)
v1.1.2
Released on Friday, March 8 2024.
v1.1.1
Released on Friday, March 1 2024.
ISourceReference
not usingHtmlToken
underneath<template>
in foreign elements (#1179)PostAsMultipart
helper for multipart/form-data toDocumentRequest
(#1173)v1.1.0
Compare Source
Released on Thursday, January 18 2024.
:where
and:is
selectors using forgiving lists&
)v1.0.7
Released on Friday, November 17 2023.
IRange
using offsets (#1147) @zukarusanNode.set_Owner
(#1149) @campersaunet8.0
as direct target frameworkv1.0.6
Released on Saturday, November 11 2023.
InnerHtml
of<noscript>
(#1139)PrettyMarkupFormatter
to keep new lines on demand (#1131) @dramlianv1.0.5
Released on Tuesday, October 3 2023.
descendants
(#1136) @SimonCroppHtmlEntityProvider
(#396)dotnet/BenchmarkDotNet (BenchmarkDotNet)
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
, andOutDir
properties to thedotnet build
command. 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.csproj
and.props
from those properties if you need to copy custom files to the output.Bug fixes
UseArtifactsOutput
.Breaking Changes
DotNetCliBuilder
removedretryFailedBuildWithNoDeps
constructor option.DotNetCliCommand
removedRetryFailedBuildWithNoDeps
property 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.1
Compare Source
What's Changed
Improvements
BeEmpty()
andBeNullOrEmpty()
performance forIEnumerable<T>
, by materializing only the first item - #2530Fixes
DateTimeOffset
withBeWithin(...).Before(...)
- #2312BeEquivalentTo
will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152because
andbecauseArgs
were not passed down the equivalency tree - #2318BeEquivalentTo
can again compare a non-genericIDictionary
with a generic one - #2358FormattingOptions
were not respected in innerAssertionScope
- #2329true
andfalse
in failure messages and make them formattable to a customBooleanFormatter
- #2390, #2393NotBeOfType
when wrapped in anAssertionScope
and the subject is null - #2399BeWritable
/BeReadable
when wrapped in anAssertionScope
and the subject is read-only/write-only - #2399ThrowExactly[Async]
when wrapped in anAssertionScope
and no exception is thrown - #2398[Not]HaveExplicitProperty
when wrapped in anAssertionScope
and not implementing the interface - #2403[Not]HaveExplicitMethod
when wrapped in anAssertionScope
and not implementing the interface - #2403BeEquivalentTo
to excludeprivate protected
members from the comparison - #2417BeEquivalentTo
on an emptyArraySegment
- #2445, #2511BeEquivalentTo
with a custom comparer can now handle null values - #2489AssertionScope(context)
create a chained context - #2607AssertionScope
constructor would not create an actual scope associated with the thread - #2607ThrowWithinAsync
not respectingOperationCanceledException
- #2614BeEquivalentTo
with anIEqualityComparer
targeting nullable types - #2648Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1
v6.12.0
Compare Source
What's Changed
New features
Be
,NotBe
andBeOneOf
for object comparisons with custom comparer by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2243AssemblyAssertions
withHavePublicKey
andBeUnsigned
by @Corniel in https://github.com/fluentassertions/fluentassertions/pull/2207NotContainItemsAssignableTo
by @Leo506 in https://github.com/fluentassertions/fluentassertions/pull/2266Improvements
Fixes
Documentation
ExcludingNestedObjects
by @dennisdoomen in https://github.com/fluentassertions/fluentassertions/pull/2211HaveElement()
occurrence docs by @IT-VBFK in https://github.com/fluentassertions/fluentassertions/pull/2217IComparer<T>
overload by @ITaluone in https://github.com/fluentassertions/fluentassertions/pull/2220Others
GenericDictionaryEquivalencyStep
by @jnyrup in https://github.com/fluentassertions/fluentassertions/pull/2191New Contributors
Full Changelog: fluentassertions/fluentassertions@6.11.0...6.12.0
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.11.1
What's Changed
Full Changelog: microsoft/vstest@v17.11.0...v17.11.1
v17.11.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06
v17.10.0
What's Changed
2338548
by @dotnet-bot in https://github.com/microsoft/vstest/pull/4794And many infrastructure related changes and updates.
New Contributors
Full Changelog: microsoft/vstest@v17.9.0...v17.10.0
v17.9.0
What's Changed
HtmlLogger
by @daveMueller in https://github.com/microsoft/vstest/pull/4744New Contributors
Full Changelog: microsoft/vstest@v17.8.0...v17.9.0
v17.8.0
What's Changed
Full Changelog: microsoft/vstest@v17.7.2...v17.8.0
v17.7.2
What'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