semantic-release/release-notes-generator (@semantic-release/release-notes-generator)
### [`v14.0.1`](https://redirect.github.com/semantic-release/release-notes-generator/releases/tag/v14.0.1)
[Compare Source](https://redirect.github.com/semantic-release/release-notes-generator/compare/v14.0.0...v14.0.1)
##### Bug Fixes
- **deps:** rename read-pkg-up to read-package-up ([#671](https://redirect.github.com/semantic-release/release-notes-generator/issues/671)) ([687ba5a](https://redirect.github.com/semantic-release/release-notes-generator/commit/687ba5a39c6191c7ef3fbbd86a7b3e478a342ac6))
HangfireIO/Hangfire (Hangfire)
### [`v1.8.15`](https://redirect.github.com/HangfireIO/Hangfire/releases/tag/v1.8.15): 1.8.15
##### Release Notes
##### Hangfire.Core
- **Added** – New `AutomaticRetryAttribute.ExceptOn` property to skip retries for specific exceptions.
- **Changed** – Refactor filters pipeline to use less LINQ magic and fewer allocations.
- **Changed** – Use `GetCultureInfo` instead of creating an instance in the `CaptureCultureAttribute` filter.
- **Changed** – Cache some immutable data to avoid extra allocations.
- **Fixed** – Improve loopback address detection (by [@meziantou](https://redirect.github.com/meziantou)).
- **Fixed** – Reformulate misleading error messages regarding retry timings (by [@RGFuaWVs](https://redirect.github.com/RGFuaWVs)).
- **Fixed** – Problem with missing localizations in the previous version.
- **Fixed** – Don't hide exception details on Failed Jobs page when the exception message is empty.
- **Fixed** – Problems with the first restore when using the `build.bat` command.
- **Fixed** – Better display of canceled recurring jobs in dashboard.
- **Fixed** – Less overall allocations with using static delegates and struct-based iterators.
- **Fixed** – Improve precision of some diagnostic messages in the wait protection logic.
- **Fixed** – Make all private and internal classes sealed to improve code consistency.
- **Fixed** – Less overall pressure on garbage collector.
##### Hangfire.SqlServer
- **Changed** – Use query template caching based on schema name to avoid excessive `string` allocations.
- **Changed** – Use static callbacks almost anywhere to avoid unnecessary delegate allocations.
- **Changed** – Use `QuerySingle`\* or `ReadSingle`\* where possible to avoid allocating lists.
- **Changed** – Unify `DbCommand` and `DbParameter` creation logic to improve code consistency.
### [`v1.8.14`](https://redirect.github.com/HangfireIO/Hangfire/releases/tag/v1.8.14): 1.8.13 & 1.8.14
##### Release Notes
##### Hangfire.Core
- **Changed** – Partial cache for serialization and deserialization in `InvocationData` to produce less strings.
- **Changed** – Add caching for default type serializer and resolver.
- **Changed** – Don't let `JobFilter`-related logic to show up in profilers.
- **Changed** – Modify `IProfiler` to be less allocatey for diagnostic purposes that almost never run.
- **Changed** – Prefer using `CancellationToken.WaitHandle` again, since early .NET Core days are gone.
- **Changed** – Fewer allocations when working with `IStateHandler` collections in a state machine.
- **Fixed** – Redirect the "System.Private.Xml.Linq" assembly to the "System.Xml.Linq" one for better interoperability.
- **Fixed** – Don't throw `KeyNotFoundException` when recurring job is malformed.
- **Fixed** – Proper relative path calculation in `UrlHelper.To` for OWIN-based Dashboard UI (by [@LordJZ](https://redirect.github.com/LordJZ)).
- **Fixed** – Typo in the Turkish localization file (by [@ismkdc](https://redirect.github.com/ismkdc)).
- **Project** – Switch to a modern PowerShell 7+ to speed up SignPath installation on AppVeyor.
##### Hangfire.SqlServer
- **Changed** – Limit polling queries when queues are empty with a semaphore for all configurations.
- **Changed** – Use per-queue signaling for same-process workers, instead of having a global signal.
- **Fixed** – Don't silently truncate queue names, throw an exception instead.
- **Project** – Decrease delays in SQL Server-related tests to complete them faster.
HangfireIO/Hangfire.InMemory (Hangfire.InMemory)
### [`v0.11.0`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.11.0): 0.11.0
##### Release Notes
- **Changed** – This version targets Hangfire 1.7.0 and don't support some of the newest features.
- **Breaking** – Remove the deprecated `DisableJobSerialization` option.
- **Breaking** – Change default value for the `IdType` option to `long`.
### [`v0.10.4`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.10.4): 0.10.4
##### Release Notes
- **Fixed** – Problem with locks implementation due to a regression in .NET 8.0.
### [`v0.10.3`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.10.3): 0.10.3
##### Release Notes
- **Changed** – Significantly optimize `GetFirstByLowestScoreFromSet` method overloads.
### [`v0.10.2`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.10.2): 0.10.2
##### Release Notes
- **Changed** – Refactor command dispatching to make it more simple and less allocating.
- **Changed** – Straightforward locking implementation with more unit tests.
- **Fixed** – `InvalidOperationException` "Wrong level" when trying to release a lock (regression from 0.10.1).
- **Fixed** – "An item with the same key has already been added" on the Awaiting Jobs page (regression from 0.10.0).
### [`v0.10.1`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.10.1): 0.10.1
##### Release Notes
- **Changed** – Roll back a breaking change in 0.10.0 for the `InMemoryStorageOptions` class.
- **Changed** – Increase the default eviction interval to 5 seconds.
- **Changed** – More efficient storage of state history records.
- **Changed** – Implement fast path for the `FetchNextJob` method.
- **Fixed** – More robust entry eviction implementation.
- **Fixed** – Graceful dispatcher shutdown without additional waiting.
- **Project** – Faster build pipeline on AppVeyor after migration to modern Powershell 7+.
### [`v0.10.0`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.10.0): 0.10.0
##### Release Notes
- **Breaking** – `InMemoryStorageOptions` class instances are now immutable after initialization.
- **Added** – Support long-based job identifiers through the `InMemoryStorageOptions.IdType` property.
- **Added** – Expose the `InMemoryStorageOptions.CommandTimeout` option to control the command timeouts.
- **Changed** – Significantly improve query dispatching pipeline in terms of speed and allocations.
- **Changed** – More compact representation of jobs and their parameters.
- **Changed** – Optimise the `GetFirstByLowestScoreFromSet` query when the number of items is huge.
- **Changed** – Better concurrency handling implementation for the collection of locks.
mganss/HtmlSanitizer (HtmlSanitizer)
### [`v8.1.870`](https://redirect.github.com/mganss/HtmlSanitizer/releases/tag/v8.1.870): 8.1.870
[#556](https://redirect.github.com/mganss/HtmlSanitizer/issues/556)
ITfoxtec/ITfoxtec.Identity.Saml2 (ITfoxtec.Identity.Saml2)
### [`v4.13.2`](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/releases/tag/4.13.2): Version 4.13.2
[Compare Source](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/compare/4.13.1...4.13.2)
- Make the `KeyName` element in the signatures `KeyInfo` element configurable. Default not included.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/
### [`v4.13.1`](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/releases/tag/4.13.1): Version 4.13.1
[Compare Source](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/compare/4.12.7...4.13.1)
- Add the `KeyName` element to signatures in the `KeyInfo` element.
Signature eksample:
ZPpcgQxkNsP9v3fZHeCRLw6VNyWyBFaVSorlDMr7lvQ=TIkglNgY/Rb8OeafHcoJ ... /SnYPRymovw==CybsnsH2VizGs9Mzdl8l+6gkoBs=MIIDKjCCAhIC ... WlLINBSPArTQ==
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/
### [`v4.12.7`](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/releases/tag/4.12.7): Version 4.12.7
[Compare Source](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/compare/4.12.6...4.12.7)
Resolve bug:
- Authn context comparison types do not accept lowercase values.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/
### [`v4.12.6`](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/releases/tag/4.12.6): Version 4.12.6
[Compare Source](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/compare/4.11.3...4.12.6)
- Support an `Assertion` element in the `Advice` element by allowing nested assertions.
- Add support for `EntitiesDescriptor` with nested `EntityDescriptor` in metadata.
- Make `Index` and `IsDefault` configurable for `AttributeConsumingService` in metadata.
- Added `cookieName` parameter to `AddSaml2`.
- Resolve null pointer bug if `Logout` request is without a `NameID`.
- NuGet package updates.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/
### [`v4.11.3`](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/releases/tag/4.11.3): Version 4.11.3
[Compare Source](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/compare/4.11.1...4.11.3)
- Remove local repeated namespace from `Scoping`, `IDPList` and `IDPEntry`.
- Resolve `Scoping.RequesterID` and `IDPList.GetComplete` created as an attributes instead of an elements bug.
- Resolve scoping bug "Unable to convert element ITfoxtec.Identity.Saml2.Schemas.Scoping".
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/
### [`v4.11.1`](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/releases/tag/4.11.1): Version 4.11.1
[Compare Source](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/compare/4.10.8...4.11.1)
- Add support for NameQualifier and SPNameQualifier.
- Add support for AuthnRequest Scoping.
- Add support for ProviderName property as part of the AuthnRequest.
- Add fix for scoping namespace.
- Bug fix: Use protocol instead of assertion namespace in metadata IDPEntry, IDPList and Scoping.
Metadata:
- Add support for ServiceNames \[1..\*] according to SAML 2.0 spec, to provide service names for different languages in metadata.
- Add support for the FriendlyName property as part of the RequestedAttribute in metadata.
- Add support for Extensions property as part of the EntityDescriptor and the SP/IDPSSODescriptor in metadata.
- Add support for multiple translation for Organization elements.
Braking changes in metadata:
- The type `ServiceName` is changed to `LocalizedNameType`.
General:
- Update vulnerable dependencies for System.IdentityModel.Tokens.Jwt and System.Security.Cryptography.Xml.
- Removed support for .NET 5.0 and .NET Core 3.1, still indirectly supported with .NET Standard 2.1.
- Change the access level to protected in related to the SamlBinding to make inheritance possible.
- In Saml2Configuration, change the set property to public for SignatureValidationCertificates and AllowedAudienceUris.
NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/
xoofx/markdig (Markdig)
### [`v0.38.0`](https://redirect.github.com/xoofx/markdig/releases/tag/0.38.0)
[Compare Source](https://redirect.github.com/xoofx/markdig/compare/0.37.0...0.38.0)
### Changes
#### 🐛 Bug Fixes
- Update DiagramExtension.cs (PR [#823](https://redirect.github.com/xoofx/markdig/issues/823))
#### 🚀 Enhancements
- Rename a variable (PR [#817](https://redirect.github.com/xoofx/markdig/issues/817)) by [@ehsankalafchi](https://redirect.github.com/ehsankalafchi)
#### 📚 Documentation
- Fix mermaid link in readme.md (PR [#808](https://redirect.github.com/xoofx/markdig/issues/808)) by [@digvijayad](https://redirect.github.com/digvijayad)
**Full Changelog**: [0.37.0...0.38.0](https://redirect.github.com/xoofx/markdig/compare/0.37.0...0.38.0)
Published with [dotnet-releaser](https://redirect.github.com/xoofx/dotnet-releaser/)dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.Negotiate)
### [`v8.0.10`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.10): .NET 8.0.10
[Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.10)
### [`v8.0.8`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.8): .NET 8.0.8
[Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.8)
### [`v8.0.7`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.7): .NET 8.0.7
[Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.7)
dotnet/efcore (Microsoft.EntityFrameworkCore)
### [`v8.0.10`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.10): .NET 8.0.10
[Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.10)
### [`v8.0.8`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.8): .NET 8.0.8
[Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.8)
### [`v8.0.7`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.7): .NET 8.0.7
[Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.7)
microsoft/vstest (Microsoft.NET.Test.Sdk)
### [`v17.11.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.11.1)
#### What's Changed
- \[rel/17.11] Forward error output from testhost as info by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5193](https://redirect.github.com/microsoft/vstest/pull/5193)
**Full Changelog**: https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1
### [`v17.11.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.11.0)
#### What's Changed
- Add reference to the AdapterUtilities library in the spec docs. by [@peterwald](https://redirect.github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://redirect.github.com/microsoft/vstest/pull/4958)
- Stack trace when localized, and new messages by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://redirect.github.com/microsoft/vstest/pull/4944)
- Fix single quote and space in F# pretty methods by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://redirect.github.com/microsoft/vstest/pull/4969)
- Update .NET runtimes to latest patch version by [@Evangelink](https://redirect.github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://redirect.github.com/microsoft/vstest/pull/4975)
- Update dotnetcoretests.md by [@DickBaker](https://redirect.github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://redirect.github.com/microsoft/vstest/pull/4977)
- Add list of known TestingPlatform dlls by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://redirect.github.com/microsoft/vstest/pull/4983)
- Update framework version used for testing, and test matrix by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://redirect.github.com/microsoft/vstest/pull/4970)
- Add output forwarding for .NET by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://redirect.github.com/microsoft/vstest/pull/4988)
- Remove usage of pt images before decomissioning by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://redirect.github.com/microsoft/vstest/pull/4994)
- chore: Add more details to acquistion section. by [@voroninp](https://redirect.github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://redirect.github.com/microsoft/vstest/pull/4999)
- Simplify banner by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://redirect.github.com/microsoft/vstest/pull/5013)
- Forward standard output of testhost by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://redirect.github.com/microsoft/vstest/pull/4998)
- Add missing copyright header by [@MichaelSimons](https://redirect.github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://redirect.github.com/microsoft/vstest/pull/5020)
- Add option to not share .NET Framework testhosts by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://redirect.github.com/microsoft/vstest/pull/5018)
- GetTypesToLoad Attribute cant be null by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://redirect.github.com/microsoft/vstest/pull/5054)
- rawArgument in GetArgumentList cant be null by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://redirect.github.com/microsoft/vstest/pull/5056)
- fix Atribute typo by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://redirect.github.com/microsoft/vstest/pull/5057)
- remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://redirect.github.com/microsoft/vstest/pull/5058)
- fix incompatiblity typo by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://redirect.github.com/microsoft/vstest/pull/5059)
- remove redundant inline method in IsPlatformIncompatible by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://redirect.github.com/microsoft/vstest/pull/5060)
- fix Sucess typo by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://redirect.github.com/microsoft/vstest/pull/5061)
- use some null coalescing by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://redirect.github.com/microsoft/vstest/pull/5062)
- Add cts into friends of TranslationLayer by [@jakubch1](https://redirect.github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://redirect.github.com/microsoft/vstest/pull/5075)
- Use built in sha1 for id generation by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://redirect.github.com/microsoft/vstest/pull/5081)
- All output in terminal logger by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://redirect.github.com/microsoft/vstest/pull/5083)
- Ignore env test by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://redirect.github.com/microsoft/vstest/pull/5095)
- Dispose XmlReader in XmlRunSettingsUtilities by [@omajid](https://redirect.github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://redirect.github.com/microsoft/vstest/pull/5094)
- Bump to macos-12 build image by [@akoeplinger](https://redirect.github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://redirect.github.com/microsoft/vstest/pull/5101)
- Handle ansi escape in terminal logger reporter by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://redirect.github.com/microsoft/vstest/pull/5084)
- remove disable interactive auth by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://redirect.github.com/microsoft/vstest/pull/5110)
- Error output as info in terminal logger by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://redirect.github.com/microsoft/vstest/pull/5113)
- Write dll instead of target on abort, rename errors by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://redirect.github.com/microsoft/vstest/pull/5115)
- - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://redirect.github.com/microsoft/vstest/pull/5152)
#### New Contributors
- [@peterwald](https://redirect.github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://redirect.github.com/microsoft/vstest/pull/4958)
- [@DickBaker](https://redirect.github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://redirect.github.com/microsoft/vstest/pull/4977)
- [@voroninp](https://redirect.github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://redirect.github.com/microsoft/vstest/pull/4999)
- [@akoeplinger](https://redirect.github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://redirect.github.com/microsoft/vstest/pull/5101)
**Full Changelog**: https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0-release-24352-06
moq/moq (Moq)
### [`v4.20.72`](https://redirect.github.com/moq/moq/blob/HEAD/changelog.md#v42072-2024-09-07)
[Full Changelog](https://redirect.github.com/devlooped/moq/compare/v4.20.71...v4.20.72)
:hammer: Other:
- Question: Sponsorable Attribute in release v4.20.71 [#1513](https://redirect.github.com/devlooped/moq/issues/1513)
:twisted_rightwards_arrows: Merged:
- Remove unused attribute [#1515](https://redirect.github.com/devlooped/moq/pull/1515) ([@kzu](https://redirect.github.com/kzu))
### [`v4.20.71`](https://redirect.github.com/moq/moq/blob/HEAD/changelog.md#v42071-2024-09-03)
[Full Changelog](https://redirect.github.com/devlooped/moq/compare/v4.20.70...v4.20.71)
:bug: Fixed bugs:
- (To delete) [#1497](https://redirect.github.com/devlooped/moq/issues/1497)
- Documentation link gives 404 [#1495](https://redirect.github.com/devlooped/moq/issues/1495)
- mock.Protected().Verify() does not work correctly [#1493](https://redirect.github.com/devlooped/moq/issues/1493)
- Documentation link is broken [#1487](https://redirect.github.com/devlooped/moq/issues/1487)
- Moq library throwing TypeIniatilizationException. [#1459](https://redirect.github.com/devlooped/moq/issues/1459)
:hammer: Other:
- Documentation Unavailable Online [#1473](https://redirect.github.com/devlooped/moq/issues/1473)
- Supporting .NET8 [#1462](https://redirect.github.com/devlooped/moq/issues/1462)
- Some source code files is filled with comments like: "Unmerged change from project " [#1451](https://redirect.github.com/devlooped/moq/issues/1451)
- Question: would it make sense to call verify all on a strict mock when the mock gets disposed? [#1440](https://redirect.github.com/devlooped/moq/issues/1440)
- SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements [#1433](https://redirect.github.com/devlooped/moq/issues/1433)
- Default value ILookup<> in loose mode is `null` [#1391](https://redirect.github.com/devlooped/moq/issues/1391)
- Verifying a protected method when the exact parameter types are not statically known [#1339](https://redirect.github.com/devlooped/moq/issues/1339)
:twisted_rightwards_arrows: Merged:
- Remove spurious unmerged change comment from dotnet format [#1499](https://redirect.github.com/devlooped/moq/pull/1499) ([@kzu](https://redirect.github.com/kzu))
- Fix semantic error in MatchersFixture.cs test [#1496](https://redirect.github.com/devlooped/moq/pull/1496) ([@go-hoon](https://redirect.github.com/go-hoon))
- Update License.txt to use SPDX identifier for automatic recognition [#1471](https://redirect.github.com/devlooped/moq/pull/1471) ([@georg-eckert-zeiss](https://redirect.github.com/georg-eckert-zeiss))
- Additional Verify overload [#1463](https://redirect.github.com/devlooped/moq/pull/1463) ([@bkijonka](https://redirect.github.com/bkijonka))
trullock/NUglify (NUglify)
### [`v1.21.10`](https://redirect.github.com/trullock/NUglify/blob/HEAD/changelog.md#v12110-4-November-2024)
- Fixed bug with missing final semicolons in css
### [`v1.21.9`](https://redirect.github.com/trullock/NUglify/blob/HEAD/changelog.md#v1219-24-June-2024)
- Adds support for css custom identifiers
### [`v1.21.8`](https://redirect.github.com/trullock/NUglify/blob/HEAD/changelog.md#v1218-11-June-2024)
- Added support for 'of' keyword in :nth-child and :nth-last-child
- Fixed bug with JavaScript Object Destructuring with default values
SeleniumHQ/selenium (Selenium.WebDriver)
### [`v4.26.0`](https://redirect.github.com/SeleniumHQ/selenium/compare/8a8aea2337281d1824e9fa6b784fc269b59d768e...8ccf0219d77a3144923d79e76e2b8fddd85b3e8f)
### [`v4.25.0`](https://redirect.github.com/SeleniumHQ/selenium/compare/603f4a4a5944e9de8e5f8ee77ddbefc8560da6b7...8a8aea2337281d1824e9fa6b784fc269b59d768e)
### [`v4.24.0`](https://redirect.github.com/SeleniumHQ/selenium/compare/4df0a231af83908edb1a4304028b508f245d26a8...748ffc9bc3cf40211b27d1b27e238b26aae93f46)
### [`v4.23.0`](https://redirect.github.com/SeleniumHQ/selenium/compare/c5f314670396b04e92b32500bd6e0dfac31e841f...4df0a231af83908edb1a4304028b508f245d26a8)
### [`v4.22.0`](https://redirect.github.com/SeleniumHQ/selenium/compare/79ed462ef4f0af15fa7cb6c163898721c87d97a3...c5f314670396b04e92b32500bd6e0dfac31e841f)
solrnet/solrnet (SolrNet)
### [`v1.1.2`](https://redirect.github.com/solrnet/solrnet/blob/HEAD/changelog.md#112)
- Test on Solr 9
- Add support for highlighter methods ([@SirMrDexter](https://redirect.github.com/SirMrDexter))
- Fix warning NETSDK1206
SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)
### [`v9.32.0.97167`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/9.32.0.97167): 9.32
[Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/9.31.0.96804...9.32.0.97167)
This rule includes the promotion of 4 rules to Sonar-way, the deprecation of 1 rule and 2 FP fixes.
##### Rule Promotions and Deprecations
- [9644](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9644) - Modify S2387: Deprecate rule
- [9643](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9643) - Modify S4050: Promote to Sonar-way
- [9642](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9642) - Modify S2674: Promote to Sonar-way
- [9641](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9641) - Modify S3993: Promote to Sonar-way
- [9640](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9640) - Modify S4052: Promote to Sonar-way
##### False Positive
- [9590](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9590) - \[C#] Fix S6966 FP: EntityFrameworks IDbContextFactory CreateDbContext method is preferred over its Async counterpart
- [8300](https://redirect.github.com/SonarSource/sonar-dotnet/issues/8300) - \[C#] Fix S3431 FP: Don't raise if assertions are done in catch or finally
### [`v9.31.0.96804`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/9.31.0.96804): 9.31
[Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/9.30.0.95878...9.31.0.96804)
This release focuses on improving the SonarQube plugin for the .NET analyzers.
##### Improvements
- [9558](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9558) - SQ Plugin: Load STIG standard after ACOMMONS-11 is done
- [8503](https://redirect.github.com/SonarSource/sonar-dotnet/issues/8503) - SQ Plugin: Align logging for not indexed files
- [7798](https://redirect.github.com/SonarSource/sonar-dotnet/issues/7798) - SQ Plugin: Remove the sonar runtime checks for versions prior 9.9
- [7115](https://redirect.github.com/SonarSource/sonar-dotnet/issues/7115) - SQ Plugin: Replace org.sonar.api.utils.log.Logger
- [4687](https://redirect.github.com/SonarSource/sonar-dotnet/issues/4687) - SQ Plugin: Add xunit report paths in products UI
- [4685](https://redirect.github.com/SonarSource/sonar-dotnet/issues/4685) - SQ Plugin: Remove deprecated import of integration test coverage from plugins
- [3102](https://redirect.github.com/SonarSource/sonar-dotnet/issues/3102) - SQ Plugin: Replace usages of deprecated Build.setProfile in the integration tests
- [8032](https://redirect.github.com/SonarSource/sonar-dotnet/issues/8032) - SQ Plugin: Update the plugin to store the hash for the .cshtml files to enable incremental PR analysis
### [`v9.30.0.95878`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/9.30.0.95878): 9.30
[Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/9.29.0.95321...9.30.0.95878)
Hello, everyone. In this release, we worked on hardening our live variable analysis, which improved the analyzer's accuracy.
##### False Positives
- [9473](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9473) - Fix S1854 FP: Raises when a variable is reassigned in a using body after it has been already assigned in using statement
- [9472](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9472) - Fix S1854 FP: Raises when a variable is assigned in the switch statement and not used in the first case
- [9471](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9471) - Fix S1854
Configuration
📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
14.0.0
->14.0.1
1.8.12
->1.8.15
0.9.0
->0.11.0
8.0.865
->8.1.870
4.10.8
->4.13.2
4.10.8
->4.13.2
3.0.405
->3.0.426
0.37.0
->0.38.0
8.0.6
->8.0.10
8.0.6
->8.0.10
8.0.6
->8.0.10
8.0.6
->8.0.10
8.0.6
->8.0.10
8.0.6
->8.0.10
8.0.6
->8.0.10
8.0.6
->8.0.10
8.0.6
->8.0.10
17.10.0
->17.11.1
4.20.70
->4.20.72
1.21.7
->1.21.10
4.21.0
->4.26.1
1.1.1
->1.1.2
1.1.1
->1.1.2
1.1.1
->1.1.2
9.26.0.92422
->9.32.0.97167
2.16.0
->2.17.0
1.0.1
->1.0.2
v6.0.5
->v6.1.0
3.12
->3.13
3.12-alpine
->3.13-alpine
^0.58.0
->^0.59.0
2.8.1
->2.9.2
2.8.1
->2.8.2
Release Notes
semantic-release/release-notes-generator (@semantic-release/release-notes-generator)
### [`v14.0.1`](https://redirect.github.com/semantic-release/release-notes-generator/releases/tag/v14.0.1) [Compare Source](https://redirect.github.com/semantic-release/release-notes-generator/compare/v14.0.0...v14.0.1) ##### Bug Fixes - **deps:** rename read-pkg-up to read-package-up ([#671](https://redirect.github.com/semantic-release/release-notes-generator/issues/671)) ([687ba5a](https://redirect.github.com/semantic-release/release-notes-generator/commit/687ba5a39c6191c7ef3fbbd86a7b3e478a342ac6))HangfireIO/Hangfire (Hangfire)
### [`v1.8.15`](https://redirect.github.com/HangfireIO/Hangfire/releases/tag/v1.8.15): 1.8.15 ##### Release Notes ##### Hangfire.Core - **Added** – New `AutomaticRetryAttribute.ExceptOn` property to skip retries for specific exceptions. - **Changed** – Refactor filters pipeline to use less LINQ magic and fewer allocations. - **Changed** – Use `GetCultureInfo` instead of creating an instance in the `CaptureCultureAttribute` filter. - **Changed** – Cache some immutable data to avoid extra allocations. - **Fixed** – Improve loopback address detection (by [@meziantou](https://redirect.github.com/meziantou)). - **Fixed** – Reformulate misleading error messages regarding retry timings (by [@RGFuaWVs](https://redirect.github.com/RGFuaWVs)). - **Fixed** – Problem with missing localizations in the previous version. - **Fixed** – Don't hide exception details on Failed Jobs page when the exception message is empty. - **Fixed** – Problems with the first restore when using the `build.bat` command. - **Fixed** – Better display of canceled recurring jobs in dashboard. - **Fixed** – Less overall allocations with using static delegates and struct-based iterators. - **Fixed** – Improve precision of some diagnostic messages in the wait protection logic. - **Fixed** – Make all private and internal classes sealed to improve code consistency. - **Fixed** – Less overall pressure on garbage collector. ##### Hangfire.SqlServer - **Changed** – Use query template caching based on schema name to avoid excessive `string` allocations. - **Changed** – Use static callbacks almost anywhere to avoid unnecessary delegate allocations. - **Changed** – Use `QuerySingle`\* or `ReadSingle`\* where possible to avoid allocating lists. - **Changed** – Unify `DbCommand` and `DbParameter` creation logic to improve code consistency. ### [`v1.8.14`](https://redirect.github.com/HangfireIO/Hangfire/releases/tag/v1.8.14): 1.8.13 & 1.8.14 ##### Release Notes ##### Hangfire.Core - **Changed** – Partial cache for serialization and deserialization in `InvocationData` to produce less strings. - **Changed** – Add caching for default type serializer and resolver. - **Changed** – Don't let `JobFilter`-related logic to show up in profilers. - **Changed** – Modify `IProfiler` to be less allocatey for diagnostic purposes that almost never run. - **Changed** – Prefer using `CancellationToken.WaitHandle` again, since early .NET Core days are gone. - **Changed** – Fewer allocations when working with `IStateHandler` collections in a state machine. - **Fixed** – Redirect the "System.Private.Xml.Linq" assembly to the "System.Xml.Linq" one for better interoperability. - **Fixed** – Don't throw `KeyNotFoundException` when recurring job is malformed. - **Fixed** – Proper relative path calculation in `UrlHelper.To` for OWIN-based Dashboard UI (by [@LordJZ](https://redirect.github.com/LordJZ)). - **Fixed** – Typo in the Turkish localization file (by [@ismkdc](https://redirect.github.com/ismkdc)). - **Project** – Switch to a modern PowerShell 7+ to speed up SignPath installation on AppVeyor. ##### Hangfire.SqlServer - **Changed** – Limit polling queries when queues are empty with a semaphore for all configurations. - **Changed** – Use per-queue signaling for same-process workers, instead of having a global signal. - **Fixed** – Don't silently truncate queue names, throw an exception instead. - **Project** – Decrease delays in SQL Server-related tests to complete them faster.HangfireIO/Hangfire.InMemory (Hangfire.InMemory)
### [`v0.11.0`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.11.0): 0.11.0 ##### Release Notes - **Changed** – This version targets Hangfire 1.7.0 and don't support some of the newest features. - **Breaking** – Remove the deprecated `DisableJobSerialization` option. - **Breaking** – Change default value for the `IdType` option to `long`. ### [`v0.10.4`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.10.4): 0.10.4 ##### Release Notes - **Fixed** – Problem with locks implementation due to a regression in .NET 8.0. ### [`v0.10.3`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.10.3): 0.10.3 ##### Release Notes - **Changed** – Significantly optimize `GetFirstByLowestScoreFromSet` method overloads. ### [`v0.10.2`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.10.2): 0.10.2 ##### Release Notes - **Changed** – Refactor command dispatching to make it more simple and less allocating. - **Changed** – Straightforward locking implementation with more unit tests. - **Fixed** – `InvalidOperationException` "Wrong level" when trying to release a lock (regression from 0.10.1). - **Fixed** – "An item with the same key has already been added" on the Awaiting Jobs page (regression from 0.10.0). ### [`v0.10.1`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.10.1): 0.10.1 ##### Release Notes - **Changed** – Roll back a breaking change in 0.10.0 for the `InMemoryStorageOptions` class. - **Changed** – Increase the default eviction interval to 5 seconds. - **Changed** – More efficient storage of state history records. - **Changed** – Implement fast path for the `FetchNextJob` method. - **Fixed** – More robust entry eviction implementation. - **Fixed** – Graceful dispatcher shutdown without additional waiting. - **Project** – Faster build pipeline on AppVeyor after migration to modern Powershell 7+. ### [`v0.10.0`](https://redirect.github.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.10.0): 0.10.0 ##### Release Notes - **Breaking** – `InMemoryStorageOptions` class instances are now immutable after initialization. - **Added** – Support long-based job identifiers through the `InMemoryStorageOptions.IdType` property. - **Added** – Expose the `InMemoryStorageOptions.CommandTimeout` option to control the command timeouts. - **Changed** – Significantly improve query dispatching pipeline in terms of speed and allocations. - **Changed** – More compact representation of jobs and their parameters. - **Changed** – Optimise the `GetFirstByLowestScoreFromSet` query when the number of items is huge. - **Changed** – Better concurrency handling implementation for the collection of locks.mganss/HtmlSanitizer (HtmlSanitizer)
### [`v8.1.870`](https://redirect.github.com/mganss/HtmlSanitizer/releases/tag/v8.1.870): 8.1.870 [#556](https://redirect.github.com/mganss/HtmlSanitizer/issues/556)ITfoxtec/ITfoxtec.Identity.Saml2 (ITfoxtec.Identity.Saml2)
### [`v4.13.2`](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/releases/tag/4.13.2): Version 4.13.2 [Compare Source](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/compare/4.13.1...4.13.2) - Make the `KeyName` element in the signatures `KeyInfo` element configurable. Default not included. NuGet package released: https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/ https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/ https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/ ### [`v4.13.1`](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/releases/tag/4.13.1): Version 4.13.1 [Compare Source](https://redirect.github.com/ITfoxtec/ITfoxtec.Identity.Saml2/compare/4.12.7...4.13.1) - Add the `KeyName` element to signatures in the `KeyInfo` element. Signature eksample:xoofx/markdig (Markdig)
### [`v0.38.0`](https://redirect.github.com/xoofx/markdig/releases/tag/0.38.0) [Compare Source](https://redirect.github.com/xoofx/markdig/compare/0.37.0...0.38.0) ### Changes #### 🐛 Bug Fixes - Update DiagramExtension.cs (PR [#823](https://redirect.github.com/xoofx/markdig/issues/823)) #### 🚀 Enhancements - Rename a variable (PR [#817](https://redirect.github.com/xoofx/markdig/issues/817)) by [@ehsankalafchi](https://redirect.github.com/ehsankalafchi) #### 📚 Documentation - Fix mermaid link in readme.md (PR [#808](https://redirect.github.com/xoofx/markdig/issues/808)) by [@digvijayad](https://redirect.github.com/digvijayad) **Full Changelog**: [0.37.0...0.38.0](https://redirect.github.com/xoofx/markdig/compare/0.37.0...0.38.0) Published with [dotnet-releaser](https://redirect.github.com/xoofx/dotnet-releaser/)dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.Negotiate)
### [`v8.0.10`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.10): .NET 8.0.10 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.10) ### [`v8.0.8`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.8): .NET 8.0.8 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.8) ### [`v8.0.7`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.7): .NET 8.0.7 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.7)dotnet/efcore (Microsoft.EntityFrameworkCore)
### [`v8.0.10`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.10): .NET 8.0.10 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.10) ### [`v8.0.8`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.8): .NET 8.0.8 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.8) ### [`v8.0.7`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.7): .NET 8.0.7 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.7)microsoft/vstest (Microsoft.NET.Test.Sdk)
### [`v17.11.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.11.1) #### What's Changed - \[rel/17.11] Forward error output from testhost as info by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5193](https://redirect.github.com/microsoft/vstest/pull/5193) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1 ### [`v17.11.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.11.0) #### What's Changed - Add reference to the AdapterUtilities library in the spec docs. by [@peterwald](https://redirect.github.com/peterwald) in [https://github.com/microsoft/vstest/pull/4958](https://redirect.github.com/microsoft/vstest/pull/4958) - Stack trace when localized, and new messages by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4944](https://redirect.github.com/microsoft/vstest/pull/4944) - Fix single quote and space in F# pretty methods by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4969](https://redirect.github.com/microsoft/vstest/pull/4969) - Update .NET runtimes to latest patch version by [@Evangelink](https://redirect.github.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4975](https://redirect.github.com/microsoft/vstest/pull/4975) - Update dotnetcoretests.md by [@DickBaker](https://redirect.github.com/DickBaker) in [https://github.com/microsoft/vstest/pull/4977](https://redirect.github.com/microsoft/vstest/pull/4977) - Add list of known TestingPlatform dlls by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4983](https://redirect.github.com/microsoft/vstest/pull/4983) - Update framework version used for testing, and test matrix by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4970](https://redirect.github.com/microsoft/vstest/pull/4970) - Add output forwarding for .NET by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4988](https://redirect.github.com/microsoft/vstest/pull/4988) - Remove usage of pt images before decomissioning by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4994](https://redirect.github.com/microsoft/vstest/pull/4994) - chore: Add more details to acquistion section. by [@voroninp](https://redirect.github.com/voroninp) in [https://github.com/microsoft/vstest/pull/4999](https://redirect.github.com/microsoft/vstest/pull/4999) - Simplify banner by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5013](https://redirect.github.com/microsoft/vstest/pull/5013) - Forward standard output of testhost by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4998](https://redirect.github.com/microsoft/vstest/pull/4998) - Add missing copyright header by [@MichaelSimons](https://redirect.github.com/MichaelSimons) in [https://github.com/microsoft/vstest/pull/5020](https://redirect.github.com/microsoft/vstest/pull/5020) - Add option to not share .NET Framework testhosts by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5018](https://redirect.github.com/microsoft/vstest/pull/5018) - GetTypesToLoad Attribute cant be null by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5054](https://redirect.github.com/microsoft/vstest/pull/5054) - rawArgument in GetArgumentList cant be null by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5056](https://redirect.github.com/microsoft/vstest/pull/5056) - fix Atribute typo by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5057](https://redirect.github.com/microsoft/vstest/pull/5057) - remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5058](https://redirect.github.com/microsoft/vstest/pull/5058) - fix incompatiblity typo by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5059](https://redirect.github.com/microsoft/vstest/pull/5059) - remove redundant inline method in IsPlatformIncompatible by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5060](https://redirect.github.com/microsoft/vstest/pull/5060) - fix Sucess typo by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5061](https://redirect.github.com/microsoft/vstest/pull/5061) - use some null coalescing by [@SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/microsoft/vstest/pull/5062](https://redirect.github.com/microsoft/vstest/pull/5062) - Add cts into friends of TranslationLayer by [@jakubch1](https://redirect.github.com/jakubch1) in [https://github.com/microsoft/vstest/pull/5075](https://redirect.github.com/microsoft/vstest/pull/5075) - Use built in sha1 for id generation by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5081](https://redirect.github.com/microsoft/vstest/pull/5081) - All output in terminal logger by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5083](https://redirect.github.com/microsoft/vstest/pull/5083) - Ignore env test by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5095](https://redirect.github.com/microsoft/vstest/pull/5095) - Dispose XmlReader in XmlRunSettingsUtilities by [@omajid](https://redirect.github.com/omajid) in [https://github.com/microsoft/vstest/pull/5094](https://redirect.github.com/microsoft/vstest/pull/5094) - Bump to macos-12 build image by [@akoeplinger](https://redirect.github.com/akoeplinger) in [https://github.com/microsoft/vstest/pull/5101](https://redirect.github.com/microsoft/vstest/pull/5101) - Handle ansi escape in terminal logger reporter by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5084](https://redirect.github.com/microsoft/vstest/pull/5084) - remove disable interactive auth by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5110](https://redirect.github.com/microsoft/vstest/pull/5110) - Error output as info in terminal logger by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5113](https://redirect.github.com/microsoft/vstest/pull/5113) - Write dll instead of target on abort, rename errors by [@nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5115](https://redirect.github.com/microsoft/vstest/pull/5115) - - \[rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by [@dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/5152](https://redirect.github.com/microsoft/vstest/pull/5152) #### New Contributors - [@peterwald](https://redirect.github.com/peterwald) made their first contribution in [https://github.com/microsoft/vstest/pull/4958](https://redirect.github.com/microsoft/vstest/pull/4958) - [@DickBaker](https://redirect.github.com/DickBaker) made their first contribution in [https://github.com/microsoft/vstest/pull/4977](https://redirect.github.com/microsoft/vstest/pull/4977) - [@voroninp](https://redirect.github.com/voroninp) made their first contribution in [https://github.com/microsoft/vstest/pull/4999](https://redirect.github.com/microsoft/vstest/pull/4999) - [@akoeplinger](https://redirect.github.com/akoeplinger) made their first contribution in [https://github.com/microsoft/vstest/pull/5101](https://redirect.github.com/microsoft/vstest/pull/5101) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0-release-24352-06moq/moq (Moq)
### [`v4.20.72`](https://redirect.github.com/moq/moq/blob/HEAD/changelog.md#v42072-2024-09-07) [Full Changelog](https://redirect.github.com/devlooped/moq/compare/v4.20.71...v4.20.72) :hammer: Other: - Question: Sponsorable Attribute in release v4.20.71 [#1513](https://redirect.github.com/devlooped/moq/issues/1513) :twisted_rightwards_arrows: Merged: - Remove unused attribute [#1515](https://redirect.github.com/devlooped/moq/pull/1515) ([@kzu](https://redirect.github.com/kzu)) ### [`v4.20.71`](https://redirect.github.com/moq/moq/blob/HEAD/changelog.md#v42071-2024-09-03) [Full Changelog](https://redirect.github.com/devlooped/moq/compare/v4.20.70...v4.20.71) :bug: Fixed bugs: - (To delete) [#1497](https://redirect.github.com/devlooped/moq/issues/1497) - Documentation link gives 404 [#1495](https://redirect.github.com/devlooped/moq/issues/1495) - mock.Protected().Verify() does not work correctly [#1493](https://redirect.github.com/devlooped/moq/issues/1493) - Documentation link is broken [#1487](https://redirect.github.com/devlooped/moq/issues/1487) - Moq library throwing TypeIniatilizationException. [#1459](https://redirect.github.com/devlooped/moq/issues/1459) :hammer: Other: - Documentation Unavailable Online [#1473](https://redirect.github.com/devlooped/moq/issues/1473) - Supporting .NET8 [#1462](https://redirect.github.com/devlooped/moq/issues/1462) - Some source code files is filled with comments like: "Unmerged change from project " [#1451](https://redirect.github.com/devlooped/moq/issues/1451) - Question: would it make sense to call verify all on a strict mock when the mock gets disposed? [#1440](https://redirect.github.com/devlooped/moq/issues/1440) - SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements [#1433](https://redirect.github.com/devlooped/moq/issues/1433) - Default value ILookup<> in loose mode is `null` [#1391](https://redirect.github.com/devlooped/moq/issues/1391) - Verifying a protected method when the exact parameter types are not statically known [#1339](https://redirect.github.com/devlooped/moq/issues/1339) :twisted_rightwards_arrows: Merged: - Remove spurious unmerged change comment from dotnet format [#1499](https://redirect.github.com/devlooped/moq/pull/1499) ([@kzu](https://redirect.github.com/kzu)) - Fix semantic error in MatchersFixture.cs test [#1496](https://redirect.github.com/devlooped/moq/pull/1496) ([@go-hoon](https://redirect.github.com/go-hoon)) - Update License.txt to use SPDX identifier for automatic recognition [#1471](https://redirect.github.com/devlooped/moq/pull/1471) ([@georg-eckert-zeiss](https://redirect.github.com/georg-eckert-zeiss)) - Additional Verify overload [#1463](https://redirect.github.com/devlooped/moq/pull/1463) ([@bkijonka](https://redirect.github.com/bkijonka))trullock/NUglify (NUglify)
### [`v1.21.10`](https://redirect.github.com/trullock/NUglify/blob/HEAD/changelog.md#v12110-4-November-2024) - Fixed bug with missing final semicolons in css ### [`v1.21.9`](https://redirect.github.com/trullock/NUglify/blob/HEAD/changelog.md#v1219-24-June-2024) - Adds support for css custom identifiers ### [`v1.21.8`](https://redirect.github.com/trullock/NUglify/blob/HEAD/changelog.md#v1218-11-June-2024) - Added support for 'of' keyword in :nth-child and :nth-last-child - Fixed bug with JavaScript Object Destructuring with default valuesSeleniumHQ/selenium (Selenium.WebDriver)
### [`v4.26.0`](https://redirect.github.com/SeleniumHQ/selenium/compare/8a8aea2337281d1824e9fa6b784fc269b59d768e...8ccf0219d77a3144923d79e76e2b8fddd85b3e8f) ### [`v4.25.0`](https://redirect.github.com/SeleniumHQ/selenium/compare/603f4a4a5944e9de8e5f8ee77ddbefc8560da6b7...8a8aea2337281d1824e9fa6b784fc269b59d768e) ### [`v4.24.0`](https://redirect.github.com/SeleniumHQ/selenium/compare/4df0a231af83908edb1a4304028b508f245d26a8...748ffc9bc3cf40211b27d1b27e238b26aae93f46) ### [`v4.23.0`](https://redirect.github.com/SeleniumHQ/selenium/compare/c5f314670396b04e92b32500bd6e0dfac31e841f...4df0a231af83908edb1a4304028b508f245d26a8) ### [`v4.22.0`](https://redirect.github.com/SeleniumHQ/selenium/compare/79ed462ef4f0af15fa7cb6c163898721c87d97a3...c5f314670396b04e92b32500bd6e0dfac31e841f)solrnet/solrnet (SolrNet)
### [`v1.1.2`](https://redirect.github.com/solrnet/solrnet/blob/HEAD/changelog.md#112) - Test on Solr 9 - Add support for highlighter methods ([@SirMrDexter](https://redirect.github.com/SirMrDexter)) - Fix warning NETSDK1206SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)
### [`v9.32.0.97167`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/9.32.0.97167): 9.32 [Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/9.31.0.96804...9.32.0.97167) This rule includes the promotion of 4 rules to Sonar-way, the deprecation of 1 rule and 2 FP fixes. ##### Rule Promotions and Deprecations - [9644](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9644) - Modify S2387: Deprecate rule - [9643](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9643) - Modify S4050: Promote to Sonar-way - [9642](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9642) - Modify S2674: Promote to Sonar-way - [9641](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9641) - Modify S3993: Promote to Sonar-way - [9640](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9640) - Modify S4052: Promote to Sonar-way ##### False Positive - [9590](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9590) - \[C#] Fix S6966 FP: EntityFrameworks IDbContextFactory CreateDbContext method is preferred over its Async counterpart - [8300](https://redirect.github.com/SonarSource/sonar-dotnet/issues/8300) - \[C#] Fix S3431 FP: Don't raise if assertions are done in catch or finally ### [`v9.31.0.96804`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/9.31.0.96804): 9.31 [Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/9.30.0.95878...9.31.0.96804) This release focuses on improving the SonarQube plugin for the .NET analyzers. ##### Improvements - [9558](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9558) - SQ Plugin: Load STIG standard after ACOMMONS-11 is done - [8503](https://redirect.github.com/SonarSource/sonar-dotnet/issues/8503) - SQ Plugin: Align logging for not indexed files - [7798](https://redirect.github.com/SonarSource/sonar-dotnet/issues/7798) - SQ Plugin: Remove the sonar runtime checks for versions prior 9.9 - [7115](https://redirect.github.com/SonarSource/sonar-dotnet/issues/7115) - SQ Plugin: Replace org.sonar.api.utils.log.Logger - [4687](https://redirect.github.com/SonarSource/sonar-dotnet/issues/4687) - SQ Plugin: Add xunit report paths in products UI - [4685](https://redirect.github.com/SonarSource/sonar-dotnet/issues/4685) - SQ Plugin: Remove deprecated import of integration test coverage from plugins - [3102](https://redirect.github.com/SonarSource/sonar-dotnet/issues/3102) - SQ Plugin: Replace usages of deprecated Build.setProfile in the integration tests - [8032](https://redirect.github.com/SonarSource/sonar-dotnet/issues/8032) - SQ Plugin: Update the plugin to store the hash for the .cshtml files to enable incremental PR analysis ### [`v9.30.0.95878`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/9.30.0.95878): 9.30 [Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/9.29.0.95321...9.30.0.95878) Hello, everyone. In this release, we worked on hardening our live variable analysis, which improved the analyzer's accuracy. ##### False Positives - [9473](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9473) - Fix S1854 FP: Raises when a variable is reassigned in a using body after it has been already assigned in using statement - [9472](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9472) - Fix S1854 FP: Raises when a variable is assigned in the switch statement and not used in the first case - [9471](https://redirect.github.com/SonarSource/sonar-dotnet/issues/9471) - Fix S1854Configuration
📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.