Closed
Conversation
Bumps AsyncKeyedLock from 8.0.1 to 8.0.2 Bumps DependencyInjection.Lifetime.Analyzers from 2.1.1 to 2.4.0 Bumps MailKit from 4.14.1 to 4.15.1 Bumps Microsoft.Extensions.Http.Polly from 9.0.0 to 9.0.14 Bumps Microsoft.SourceLink.GitHub from 10.0.102 to 10.0.201 Bumps SkiaSharp from 3.119.1 to 3.119.2 Bumps SkiaSharp.HarfBuzz from 3.119.1 to 3.119.2 Bumps SkiaSharp.NativeAssets.Linux from 3.119.1 to 3.119.2 Bumps SonarAnalyzer.CSharp from 10.19.0.132793 to 10.22.0.136894 Bumps System.IO.Hashing from 9.0.0 to 10.0.5 Bumps System.ServiceModel.Syndication from 9.0.0 to 9.0.14 --- updated-dependencies: - dependency-name: AsyncKeyedLock dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: DependencyInjection.Lifetime.Analyzers dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: MailKit dependency-version: 4.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: Microsoft.Extensions.Http.Polly dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.SourceLink.GitHub dependency-version: 10.0.201 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: System.IO.Hashing dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests - dependency-name: SkiaSharp dependency-version: 3.119.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: SkiaSharp.HarfBuzz dependency-version: 3.119.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: SkiaSharp.NativeAssets.Linux dependency-version: 3.119.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: SonarAnalyzer.CSharp dependency-version: 10.22.0.136894 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: System.ServiceModel.Syndication dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #223. |
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 AsyncKeyedLock from 8.0.1 to 8.0.2.
Release notes
Sourced from AsyncKeyedLock's releases.
8.0.2
DotNet.ReproducibleBuilds update.
Commits viewable in compare view.
Updated DependencyInjection.Lifetime.Analyzers from 2.1.1 to 2.4.0.
Release notes
Sourced from DependencyInjection.Lifetime.Analyzers's releases.
2.4.0
DependencyInjection.Lifetime.Analyzers 2.4.0
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
using (scope)statement, recognizes provider aliases, and stays quiet after safe alias overwrites instead of keeping stale escape state alive.TryAddSingleton(...),ServiceDescriptor.Singleton(...), and keyed open-generic singleton registrations, plus no-diagnostic guardrails for mismatched keys and ineffectiveTryAddSingleton(...).Install
What changed
Changed
using (scope)statement, recognizes provider aliases, and stays quiet after safe alias overwrites instead of keeping stale escape state alive.TryAddSingleton(...),ServiceDescriptor.Singleton(...), and keyed open-generic singleton registrations, plus no-diagnostic guardrails for mismatched keys and ineffectiveTryAddSingleton(...).Learn more
2.3.9
DependencyInjection.Lifetime.Analyzers 2.3.9
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
.Servicesproperty, closing the missed-diagnostic gap for minimal-hosting registration composition without expanding the rule to every top-levelIServiceCollectionusage.BuildServiceProvidermember name instead of highlighting the full invocation, producing tighter squiggles in the IDE and test output.IServiceCollectionvariable indirection, top-level.Servicesaliases, and a top-level standalonenew ServiceCollection()no-diagnostic guardrail so the rule stays conservative.Install
What changed
Changed
.Servicesproperty, closing the missed-diagnostic gap for minimal-hosting registration composition without expanding the rule to every top-levelIServiceCollectionusage.BuildServiceProvidermember name instead of highlighting the full invocation, producing tighter squiggles in the IDE and test output.IServiceCollectionvariable indirection, top-level.Servicesaliases, and a top-level standalonenew ServiceCollection()no-diagnostic guardrail so the rule stays conservative.Learn more
2.3.8
DependencyInjection.Lifetime.Analyzers 2.3.8
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
TryAddSingleton(...),ServiceDescriptor.Singleton(...),ServiceDescriptor.Describe(...),typeof(...)registrations, and factory/implementation-instance silence so DI018 stays aligned with the collector paths the analyzers actually support.Install
What changed
Changed
TryAddSingleton(...),ServiceDescriptor.Singleton(...),ServiceDescriptor.Describe(...),typeof(...)registrations, and factory/implementation-instance silence so DI018 stays aligned with the collector paths the analyzers actually support.Learn more
2.3.7
DependencyInjection.Lifetime.Analyzers 2.3.7
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
ServiceDescriptorinstance forms and genericimplementationInstance:overloads.ServiceDescriptorinstance shapes, mixed instance-plus-constructed DI017 graphs, and the cross-rule fallout cases that motivated this pass.Install
What changed
Changed
ServiceDescriptorinstance forms and genericimplementationInstance:overloads.ServiceDescriptorinstance shapes, mixed instance-plus-constructed DI017 graphs, and the cross-rule fallout cases that motivated this pass.Learn more
2.3.6
DependencyInjection.Lifetime.Analyzers 2.3.6
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
ServiceDescriptor.Singleton(...),ServiceDescriptor.Describe(...), keyed registrations,TryAddSingleton(...), implementation-instance registrations, and other collector-fed registration shapes so compatibility checks stay aligned with the registrations the analyzers actually understand.docs/ANALYZER_HEALTH.mdwith per-rule scoring, pass recommendations, and current verification status to make future hardening priorities explicit.Install
What changed
Changed
ServiceDescriptor.Singleton(...),ServiceDescriptor.Describe(...), keyed registrations,TryAddSingleton(...), implementation-instance registrations, and other collector-fed registration shapes so compatibility checks stay aligned with the registrations the analyzers actually understand.docs/ANALYZER_HEALTH.mdwith per-rule scoring, pass recommendations, and current verification status to make future hardening priorities explicit.Learn more
2.3.5
DependencyInjection.Lifetime.Analyzers 2.3.5
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
IServiceProvider.CreateScope()in async and sync contexts, including bothusing varand block-formusing (...)fixer rewrites toCreateAsyncScope().CreateScope()passed into helper methods, returned from async methods, synchronously disposed inside async methods, and used inside async anonymous methods.Install
What changed
Changed
IServiceProvider.CreateScope()in async and sync contexts, including bothusing varand block-formusing (...)fixer rewrites toCreateAsyncScope().CreateScope()passed into helper methods, returned from async methods, synchronously disposed inside async methods, and used inside async anonymous methods.Learn more
2.3.4
DependencyInjection.Lifetime.Analyzers 2.3.4
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
scope?.Dispose()and reassignment-to-local disposal patterns, reducing false positives for valid explicit disposal code.using (CreateScope()), andIServiceProvider.CreateScope()report/no-report behavior.Install
What changed
Changed
scope?.Dispose()and reassignment-to-local disposal patterns, reducing false positives for valid explicit disposal code.using (CreateScope()), andIServiceProvider.CreateScope()report/no-report behavior.Learn more
2.3.3
DependencyInjection.Lifetime.Analyzers 2.3.3
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
TryAddSingletoncaptive dependencies, open-generic constructor no-diagnostic behavior, repeated factory resolutions of the same scoped dependency, and keyed factory resolutions with anullkey.Install
What changed
Changed
TryAddSingletoncaptive dependencies, open-generic constructor no-diagnostic behavior, repeated factory resolutions of the same scoped dependency, and keyed factory resolutions with anullkey.Learn more
2.3.2
DependencyInjection.Lifetime.Analyzers 2.3.2
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
AddKeyedTransient(...)is now fully supported by the DI008 code fix provider, including keyed lifetime rewrites toAddKeyedScoped/AddKeyedSingletonand keyed factory rewrites that preserve the original key argument and generate the correct two-parameter factory lambda shape.typeof(...)factory conversions, and named-key preservation checks so the highest-risk keyed paths are locked by executable coverage instead of code inspection alone.Install
What changed
Changed
AddKeyedTransient(...)is now fully supported by the DI008 code fix provider, including keyed lifetime rewrites toAddKeyedScoped/AddKeyedSingletonand keyed factory rewrites that preserve the original key argument and generate the correct two-parameter factory lambda shape.typeof(...)factory conversions, and named-key preservation checks so the highest-risk keyed paths are locked by executable coverage instead of code inspection alone.Learn more
2.3.1
DependencyInjection.Lifetime.Analyzers 2.3.1
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
IServiceProvider,IServiceScopeFactory, orIKeyedServiceProvider, closing a real false-negative path for wrapper abstractions.staticcode fix now stays conservative by refusing fixes for static classes, non-private members, partial types, static local-function usage, and other cases where rewriting could silently break references or produce invalid code.Install
What changed
Changed
IServiceProvider,IServiceScopeFactory, orIKeyedServiceProvider, closing a real false-negative path for wrapper abstractions.staticcode fix now stays conservative by refusing fixes for static classes, non-private members, partial types, static local-function usage, and other cases where rewriting could silently break references or produce invalid code.Learn more
2.3.0
DependencyInjection.Lifetime.Analyzers 2.3.0
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
IEnumerable<T>dependencies to avoid false positives. Reports deterministically on the lexicographically smallest service type in each cycle.InvalidOperationException.Install
What changed
Added
IEnumerable<T>dependencies to avoid false positives. Reports deterministically on the lexicographically smallest service type in each cycle.InvalidOperationException.Changed
Learn more
2.2.2
DependencyInjection.Lifetime.Analyzers 2.2.2
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
IServiceCollectionwrapper extensions from real invocation sites instead of treating registrations inside uncalled wrappers as globally available.IServiceCollectionflow now suppress DI015 when registration state is uncertain, reducing false positives in layered registration modules.IServiceCollectioninstance or after a registration do not hide genuine missing-dependency diagnostics.2.2.1changelog entry and resynced package metadata so the tagged release train and project version history are aligned again.Install
What changed
Changed
IServiceCollectionwrapper extensions from real invocation sites instead of treating registrations inside uncalled wrappers as globally available.IServiceCollectionflow now suppress DI015 when registration state is uncertain, reducing false positives in layered registration modules.IServiceCollectioninstance or after a registration do not hide genuine missing-dependency diagnostics.2.2.1changelog entry and resynced package metadata so the tagged release train and project version history are aligned again.Learn more
2.2.1
DependencyInjection.Lifetime.Analyzers 2.2.1
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
typeof(service), typeof(implementation)assignability checks so DI013 now also reports deterministic-invalid self-registrations, abstract/interface implementations, private-constructor implementations, and invalid implementation instances when their exact runtime type is known.ServiceDescriptorforms while keeping factory registrations out of DI013 scope and preventing constructor-based analyzers from treating pre-built instances like activatable implementation types.TryAdd*,ServiceDescriptor, and implementation-instance scenarios, and updatedREADME.md,docs/RULES.md, the sample app, and descriptor wording to match the hardened behavior.Install
What changed
Changed
typeof(service), typeof(implementation)assignability checks so DI013 now also reports deterministic-invalid self-registrations, abstract/interface implementations, private-constructor implementations, and invalid implementation instances when their exact runtime type is known.ServiceDescriptorforms while keeping factory registrations out of DI013 scope and preventing constructor-based analyzers from treating pre-built instances like activatable implementation types.TryAdd*,ServiceDescriptor, and implementation-instance scenarios, and updatedREADME.md,docs/RULES.md, the sample app, and descriptor wording to match the hardened behavior.Learn more
2.2.0
DependencyInjection.Lifetime.Analyzers 2.2.0
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
TryAdd*registrations now participate in DI015 analysis, while shadowedTryAdd*registrations stay silent to match runtime behaviour; coverage also now includesServiceDescriptorregistration forms and directIKeyedServiceProviderresolutions.TryAdd*,ServiceDescriptor, framework-provided dependencies, opaque duplicate registrations, and fixer/no-fixer boundaries.Install
What changed
Changed
TryAdd*registrations now participate in DI015 analysis, while shadowedTryAdd*registrations stay silent to match runtime behaviour; coverage also now includesServiceDescriptorregistration forms and directIKeyedServiceProviderresolutions.TryAdd*,ServiceDescriptor, framework-provided dependencies, opaque duplicate registrations, and fixer/no-fixer boundaries.docs/ADOPTION.mdand linked it fromREADME.mdso teams evaluating the analyzer have a fast install and rollout path.tools/generate-growth-assets.mjsto generate a searchable static docs site, problem-intent landing pages, version-synced README install snippets, and curated release notes from the repo source material.CHANGELOG.mdinstead of relying on generic auto-generated notes.Learn more
2.1.4
What's Changed
Full Changelog: georgepwall1991/DependencyInjection.Lifetime.Analyzers@v2.1.3...v2.1.4
2.1.3
What's Changed
Full Changelog: georgepwall1991/DependencyInjection.Lifetime.Analyzers@v2.1.2...v2.1.3
2.1.2
Full Changelog: georgepwall1991/DependencyInjection.Lifetime.Analyzers@v2.1.1...v2.1.2
Commits viewable in compare view.
Updated MailKit from 4.14.1 to 4.15.1.
Release notes
Sourced from MailKit's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Http.Polly from 9.0.0 to 9.0.14.
Release notes
Sourced from Microsoft.Extensions.Http.Polly's releases.
9.0.14
Release
What's Changed
9156d4cto56efe39by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from9156d4cto56efe39dotnet/aspnetcore#65290Full Changelog: dotnet/aspnetcore@v9.0.13...v9.0.14
9.0.13
Release
What's Changed
1b96fa1to9156d4cby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from1b96fa1to9156d4cdotnet/aspnetcore#64908Full Changelog: dotnet/aspnetcore@v9.0.12...v9.0.13)
9.0.12
Release
What's Changed
Microsoft.Buildversions to 17.8.43 by @MackinnonBuck in UpdateMicrosoft.Buildversions to 17.8.43 dotnet/aspnetcore#642779706f75to6ec14dfby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from9706f75to6ec14dfdotnet/aspnetcore#642306ec14dfto1b96fa1by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from6ec14dfto1b96fa1dotnet/aspnetcore#64580Full Changelog: dotnet/aspnetcore@v9.0.11...v9.0.12
9.0.11
Release
What's Changed
eb2d85eto9706f75by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromeb2d85eto9706f75dotnet/aspnetcore#63894Full Changelog: dotnet/aspnetcore@v9.0.10...v9.0.11
9.0.10
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63501RadioButtonGetsResetAfterSubmittingEnhancedFormby @ilonatommy in UnquarantineRadioButtonGetsResetAfterSubmittingEnhancedFormdotnet/aspnetcore#63556Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
c67de11to373af2eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromc67de11to373af2edotnet/aspnetcore#63035Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9
9.0.7
Release
What's Changed
04ee1b4toe9092b1by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from04ee1b4toe9092b1dotnet/aspnetcore#62199Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7
9.0.6
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headerssent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence forwarded header values, preventing potential spoofing or misrouting issues.Dependency Updates
52204f7to04ee1b4(#61762)Updates the GoogleTest submodule to a newer commit, bringing in the latest improvements and bug fixes from the upstream project.
Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring compatibility and access to the latest build tools.
Refreshes dependencies from the dotnet/extensions repository, incorporating the latest features and fixes from the extensions libraries.
Further updates dependencies from dotnet/extensions, ensuring the project benefits from recent improvements and bug fixes.
Additional updates to build and infrastructure dependencies from dotnet/arcade, maintaining up-to-date tooling and build processes.
Miscellaneous
Updates the project version and branding to 9.0.6, reflecting the new release and ensuring version consistency across the codebase.
Incorporates various internal commits into the release/9.0 branch, ensuring that all relevant changes are included in this release.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: v9.0.5...v9.0.6
9.0.5
Release
What's Changed
24a9e94to52204f7by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from24a9e94to52204f7dotnet/aspnetcore#61261Full Changelog: dotnet/aspnetcore@v9.0.4...v9.0.5
9.0.4
Release
What's Changed
e235eb3to24a9e94by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest frome235eb3to24a9e94dotnet/aspnetcore#60678Full Changelog: dotnet/aspnetcore@v9.0.3...v9.0.4
9.0.3
Release
What's Changed
HtmlAttributePropertyHelperto correctly follow theMetadataUpdateHandlerAttributecontract by @github-actions in [release/9.0] UpdateHtmlAttributePropertyHelperto correctly follow theMetadataUpdateHandlerAttributecontract dotnet/aspnetcore#599087d76a23toe235eb3by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from7d76a23toe235eb3dotnet/aspnetcore#60151Full Changelog: dotnet/aspnetcore@v9.0.2...v9.0.3
9.0.2
Release
What's Changed
d144031to7d76a23by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest fromd144031to7d76a23dotnet/aspnetcore#59679Description has been truncated