Bump Aspire.Hosting.AppHost and 4 others#19
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps Aspire.Hosting.AppHost from 13.4.5 to 13.4.6 Bumps Aspire.Hosting.PostgreSQL from 13.4.5 to 13.4.6 Bumps MessagePack from 2.5.302 to 3.1.7 Bumps Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0 Bumps SonarAnalyzer.CSharp from 10.6.0.109712 to 10.27.0.140913 --- updated-dependencies: - dependency-name: Aspire.Hosting.AppHost dependency-version: 13.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Aspire.Hosting.PostgreSQL dependency-version: 13.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: MessagePack dependency-version: 3.1.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: SonarAnalyzer.CSharp dependency-version: 10.27.0.140913 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
b8e6bc0 to
bb35a74
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.



Updated Aspire.Hosting.AppHost from 13.4.5 to 13.4.6.
Release notes
Sourced from Aspire.Hosting.AppHost's releases.
13.4.6
What's New in Aspire 13.4.6
Patch release for Aspire 13.4 fixing polyglot AppHost code generation binding when CLI and SDK versions diverge, resource service port collision in
--isolatedmode, and a MongoDB.Driver dependency update.🐛 Fixes
🔗 Polyglot AppHost code generation silently failed when CLI and SDK versions diverged —
Aspire.TypeSystemused a floating strong-nameAssemblyVersionthat changed with every build. When the installed Aspire CLI was built at a different version than the AppHost's SDK, the CLR couldn't satisfy the strong-name bind and every code generator (TypeScript, Python, Java, Go, Rust) was silently dropped, surfacing asNo code generator found for language: <lang>. TheAssemblyVersionis now frozen at a stable constant so any compatible CLI/SDK pair on 13.4 binds successfully. Relates to #18110 and #17910. (#18160,@sebastienros)🔌 Multiple AppHosts started with
--isolatedcollided on the resource service port — Both instances tried to bind to the same fixed port fromASPIRE_RESOURCE_SERVICE_ENDPOINT_URL, causing an "address already in use" error on the second instance.DashboardServiceHostnow binds to port 0 on loopback whenRandomizePortsis true (set by--isolated), letting the OS assign a unique port per instance. (#18341,@JamesNK)🍃 MongoDB.Driver updated to 3.9.0 — Removes a wrongly pinned
SharpCompresstransitive dependency and uses the correctedSnappiertransitive. Fixes #17981. (#18279,@Falco20019)🏷️ Housekeeping
Full Changelog: v13.4.5...v13.4.6
Full commit: 87fe259e4fc244c599019a7b1304c85a1488f248
Commits viewable in compare view.
Updated Aspire.Hosting.PostgreSQL from 13.4.5 to 13.4.6.
Release notes
Sourced from Aspire.Hosting.PostgreSQL's releases.
13.4.6
What's New in Aspire 13.4.6
Patch release for Aspire 13.4 fixing polyglot AppHost code generation binding when CLI and SDK versions diverge, resource service port collision in
--isolatedmode, and a MongoDB.Driver dependency update.🐛 Fixes
🔗 Polyglot AppHost code generation silently failed when CLI and SDK versions diverged —
Aspire.TypeSystemused a floating strong-nameAssemblyVersionthat changed with every build. When the installed Aspire CLI was built at a different version than the AppHost's SDK, the CLR couldn't satisfy the strong-name bind and every code generator (TypeScript, Python, Java, Go, Rust) was silently dropped, surfacing asNo code generator found for language: <lang>. TheAssemblyVersionis now frozen at a stable constant so any compatible CLI/SDK pair on 13.4 binds successfully. Relates to #18110 and #17910. (#18160,@sebastienros)🔌 Multiple AppHosts started with
--isolatedcollided on the resource service port — Both instances tried to bind to the same fixed port fromASPIRE_RESOURCE_SERVICE_ENDPOINT_URL, causing an "address already in use" error on the second instance.DashboardServiceHostnow binds to port 0 on loopback whenRandomizePortsis true (set by--isolated), letting the OS assign a unique port per instance. (#18341,@JamesNK)🍃 MongoDB.Driver updated to 3.9.0 — Removes a wrongly pinned
SharpCompresstransitive dependency and uses the correctedSnappiertransitive. Fixes #17981. (#18279,@Falco20019)🏷️ Housekeeping
Full Changelog: v13.4.5...v13.4.6
Full commit: 87fe259e4fc244c599019a7b1304c85a1488f248
Commits viewable in compare view.
Updated MessagePack from 2.5.302 to 3.1.7.
Release notes
Sourced from MessagePack's releases.
3.1.7
What's Changed
scopedtoMessagePackWriter.Write(ReadOnlySpan<T>)methods by @AArnott in AddscopedtoMessagePackWriter.Write(ReadOnlySpan<T>)methods MessagePack-CSharp/MessagePack-CSharp#2271Security release details
This release fixes 3 high severity and 9 moderate severity security vulnerabilities.
High severity advisory fixes
Moderage severity advisory fixes
Fixes with no security advisory
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.6...v3.1.7
3.1.6
What's Changed
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.5...v3.1.6
3.1.5
What's Changed
Fix Incorrect DateTimeOffset Serializer by @T0PP1ng in Fix Incorrect DateTimeOffset Serializer MessagePack-CSharp/MessagePack-CSharp#2225New Contributors
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.4...v3.1.5
3.1.4
What's Changed
GetMemoryCheckResultby @AArnott in Add memory size check toGetMemoryCheckResultMessagePack-CSharp/MessagePack-CSharp#2172New Contributors
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.3...v3.1.4
3.1.3
What's Changed
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.2...v3.1.3
3.1.2
What's Changed
CodeAnalysisUtilities.GetTypeParametersby @AArnott in Add missing recursion guard toCodeAnalysisUtilities.GetTypeParametersMessagePack-CSharp/MessagePack-CSharp#2123New Contributors
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.1...v3.1.2
3.1.1
What's Changed
New Contributors
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.0...v3.1.1
3.1.0
What's Changed
Int128,UInt128,Rune.OrderedDictionary<T, V>.ReadOnlySet<T>serialization supportFull Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.301...v3.1.0
3.0.301
Note
Tag and Unity's version is 3.0.301 but published NuGet version is 3.0.308.
The version mismatch due to release process inconsistencies will be fixed in the next release.
What's Changed
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.300...v3.0.301
3.0.300
Fixed version, release notes see v3.0.3.
3.0.238-rc.1
What's Changed
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.233-rc.1...v3.0.238-rc.1
3.0.233-rc.1
Changes
Enhancements
Fixes
IMessagePackFormatter<T>scopedmodifier toinparameters ofref structOthers
3.0.214-rc.1
Changes:
This list of changes was auto generated.
3.0.208-rc.1
Breaking changes
Enhancements
MessagePackSerializer.Typeless.Deserializeoverload that takesReadOnlyMemory<byte>by @AArnott in AddMessagePackSerializer.Typeless.Deserializeoverload that takesReadOnlyMemory<byte>MessagePack-CSharp/MessagePack-CSharp#1959CompositeResolverAttributemuch more useful by @AArnott in MakeCompositeResolverAttributemuch more useful MessagePack-CSharp/MessagePack-CSharp#1968Fixes
partialrequirements by @AArnott in Migration improvements: deserializing constructors and less-frequentpartialrequirements MessagePack-CSharp/MessagePack-CSharp#2002Other changes
New Contributors
... (truncated)
3.0.134-beta
What's Changed
ExcludeFormatterFromSourceGeneratedResolverAttributeby suppressing certain warnings by @AArnott in HonorExcludeFormatterFromSourceGeneratedResolverAttributeby suppressing certain warnings MessagePack-CSharp/MessagePack-CSharp#1907Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.129-beta...v3.0.134-beta
3.0.129-beta
What's Changed
partialmodifier required by @AArnott in Offer code fix for MsgPack011:partialmodifier required MessagePack-CSharp/MessagePack-CSharp#1893Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.111-alpha...v3.0.129-beta
3.0.111-alpha
What's Changed
ExcludeFormatterFromSourceGeneratedResolverAttributeby @AArnott in AddExcludeFormatterFromSourceGeneratedResolverAttributeMessagePack-CSharp/MessagePack-CSharp#1824#ifregions related to unity by @AArnott in Eliminate#ifregions related to unity MessagePack-CSharp/MessagePack-CSharp#1825[MessagePackObject]attribute for generic types by @AArnott in Report missing[MessagePackObject]attribute for generic types MessagePack-CSharp/MessagePack-CSharp#1859New Contributors
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.54-alpha...v3.0.111-alpha
3.0.54-alpha
What's Changed
High level
mpctool is gone. We use roslyn source generators now.Pull requests
[MessagePackFormatter]on parameters by @AArnott in Allow applying[MessagePackFormatter]on parameters MessagePack-CSharp/MessagePack-CSharp#1678[MessagePackFormatter]on parameters" by @AArnott in Revert "Allow applying[MessagePackFormatter]on parameters" MessagePack-CSharp/MessagePack-CSharp#1679[MessagePackFormatter]on parameters and return values by @AArnott in Allow applying[MessagePackFormatter]on parameters and return values MessagePack-CSharp/MessagePack-CSharp#1680longtointtruncation of stream position by @AArnott in Removelongtointtruncation of stream position MessagePack-CSharp/MessagePack-CSharp#1685[CompositeResolver]attribute that triggers source generation by @AArnott in Add a[CompositeResolver]attribute that triggers source generation MessagePack-CSharp/MessagePack-CSharp#1754New Contributors
... (truncated)
3.0.3
See our migration guide.
Details blog article
What's new
mpcis no longer available. Dynamic formatters still exist (for runtimes that support them), but code that compiles against v3 are unlikely to need them, resulting in better startup performance and improved debugging experience.DynamicObjectResolversupported.[MessagePackObject]types can serialize private members without the application having to switch toDynamicObjectResolverAllowPrivate.[ExcludeFormatterFromSourceGeneratedResolverAttribute].CompositeResolverAttributeoffers a faster runtime alternative to theCompositeResolverclass.Unity
.unitypackageWhat's Changed
ILookup<TKey, TElement>deserialized behavior by @AArnott in FixILookup<TKey, TElement>deserialized behavior MessagePack-CSharp/MessagePack-CSharp#1623[MessagePackFormatter]on parameters by @AArnott in Allow applying[MessagePackFormatter]on parameters MessagePack-CSharp/MessagePack-CSharp#1678[MessagePackFormatter]on parameters" by @AArnott in Revert "Allow applying[MessagePackFormatter]on parameters" MessagePack-CSharp/MessagePack-CSharp#1679[MessagePackFormatter]on parameters and return values by @AArnott in Allow applying[MessagePackFormatter]on parameters and return values MessagePack-CSharp/MessagePack-CSharp#1680longtointtruncation of stream position by @AArnott in Removelongtointtruncation of stream position MessagePack-CSharp/MessagePack-CSharp#1685... (truncated)
2.6.100-alpha
What's Changed
ILookup<TKey, TElement>deserialized behavior by @AArnott in FixILookup<TKey, TElement>deserialized behavior MessagePack-CSharp/MessagePack-CSharp#1623New Contributors
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.6.95-alpha...v2.6.100-alpha
2.6.95-alpha
What's Changed
New Contributors
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.108...v2.6.95-alpha
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.7.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.6.0...v18.7.0
Commits viewable in compare view.
Updated SonarAnalyzer.CSharp from 10.6.0.109712 to 10.27.0.140913.
Release notes
Sourced from SonarAnalyzer.CSharp's releases.
10.27.0.140913
Release notes - .NET Analyzers - 10.27
Feature
NET-1285 S2629: Add custom message for Log4Net and Castle.Core
NET-3666 Deprecate S5042 and move it from HotSpots to Code Smell
NET-3783 Update RSPEC before 10.27 release
False Positive
NET-2696 Fix S4260 FP: Extension Properties always raise
False Negative
NET-230 Fix S4056 FN: SpecifyIFormatProviderOrCultureInfo for C#13 compatibility
NET-2692 Fix S2190 FN: Recursive extension properties
NET-2705 Fix S3343 FN: Partial Constructor with attribute in definition
NET-2732 Fix S1172 FN: Extension blocks
NET-2745 Fix S4144 FN: Extension Members
NET-2829 Fix S3241 FN: Extension methods and extension blocks
NET-3541 Fix S1117 FN: add CatchDeclaration coverage and adopt LocalDeclarationKinds
10.26.0.140279
Release notes - .NET Analyzers - 10.26
Feature
NET-3694 Update RSPEC before 10.26 release
False Positive
NET-2346 Fix S1854 FP: Variable used after another assignment in finally
NET-2347 Fix S1168 FP: Do not report on value types
NET-3698 Fix S1210 FP: file-scoped types should be exempt
False Negative
NET-1265 Fix S2930 FN: raise issues on non-disposed RegistryKeys
NET-2685 Fix S3604 FN: Field Keyword, Partial Constructors, NullConditional Assignment
NET-2812 Fix S4275 FN: Field Keyword
NET-2999 Fix S6672 FN: Mismatch in primary constructor is not recognized
10.25
?
Feature
sonar.cs.cobertura.reportsPathsparameterFalse Positive
10.24
This release brings a batch of false negative fixes and analyzer crash fixes.
Bug Fixes
False Positives
False Negatives
10.23
This release brings a bunch of fixes! Enjoy.
Bug Fixes
False Positives
False Negatives
10.22
Hello everyone,
This release brings 4 new rules to help developers transition to C# 14, and a bunch of false positive fixes.
New rules
False Positive
Bugs
Other
10.21
### Bug
Feature
False Positive
10.20
This release brings 9 precision improvements — 7 false positive fixes and 2 false negative fixes — across rules S1116, S1144, S1210, S1643, S1854, S2365, S3254, S3265, and S127. It also promotes S2068 and S6418 from Security Hotspot to Vulnerability, making them visible directly in the IDE, and removes S3256 from the Sonar Way quality profile.
Changes
False Positive
False Negative
Rule specification
Maintenance
10.19
Documentation
False Positive
False Negative
Task
Bug
10.18
This releases focuses on fixing the false-positives that are raised on code making use of the new features in C# 14.
Improvement
Task
False Positive
False Negative
10.17
False Negative
Task
New Feature
Bug
Improvement
10.16.2
Rotations of binary signing keys
10.16.1
Rotations of binary signing keys
10.16
False Positive
False Negative
Bug
10.15
False Positive
IEnumerable<string?>toIEnumerable<string>Improvement
False Negative
Task
10.14
Hey everyone,
This release mostly focuses on mitigating (NET-2196) a performance regression that was introduced in 10.13.
Improvement
False Negative
Task
10.13
Hello everyone,
In this release, we've focused on:
False Positives
dynamicandoutshould not raiseImprovements
10.12
This release brings the VB version of S6418 and a few FP and FN fixes.
New Rule
False Positive
False Negative
Task
10.11
Hello everyone!
In this release we fixed a bunch of false positives and false negatives.
Additionally this version adds support for telemetry in order to gather information on feature usage. Telemetry, requires scanner 10.2.0 or greater.
False Positive
password:secretFalse Negative
10.10.1
Bugfix release to fix combability with SonarQube Cloud + a simplification to the
ProfileRegistrarTask
10.10
Hey everyone, this release mostly focuses on internal and technical things.
General
Internal Styling Rules
Description has been truncated