Skip to content

Conversation

eerhardt
Copy link
Member

@eerhardt eerhardt commented Sep 30, 2025

I preserved git history using git filter-repo.

Then on top of that history, there is 1 commit for changing the libraries and tests to build cleanly. For now I disable any analyzer warnings that come up. #6871 tracks enabling the analyzers in these libraries in the future.

Contributes to dotnet/aspire#170.

NOTE: This PR shouldn't be "squashed" when merged. Instead it should be a merge commit.

Microsoft Reviewers: Open in CodeFlow

dotnet-bot and others added 30 commits September 28, 2023 15:19
…343)

* Service Discovery: Allow DNS and DNS SRV to be added independently
* Service Discovery: make host name propagation opt-in

* Review feedback
* Last round of triple slash, I believe.

* Revert Aspire.sln change

* Update src/Aspire.Hosting.Azure.Provisioning/UserSecretsPathHelper.cs

* Update src/Aspire.Hosting.Azure.Provisioning/UserSecretsPathHelper.cs

---------

Co-authored-by: David Fowler <[email protected]>
* Last round of triple slash, I believe.

* Revert Aspire.sln change

* Update src/Aspire.Hosting.Azure.Provisioning/UserSecretsPathHelper.cs

* Update src/Aspire.Hosting.Azure.Provisioning/UserSecretsPathHelper.cs

---------

Co-authored-by: David Pine <[email protected]>
…elease/8.0-preview1'

Related work items: #592, #602, #607, #617, #622, #624, #626, #627, #632, #638, #639, #640, #644, #647, #649, #650, #651, #652, #653, #656, #663
* Add additional debug logs to Service Discovery

* Log message tweak

* Use display name instead of GetType().Name for resolver names. Remove nameof
* Add additional debug logs to Service Discovery

* Log message tweak

* Use display name instead of GetType().Name for resolver names. Remove nameof
* Add package descriptions and icons.
* Add package descriptions and icons. (#701)

* Add package descriptions and icons.

* Update src/Microsoft.Extensions.ServiceDiscovery/Microsoft.Extensions.ServiceDiscovery.csproj

Co-authored-by: Eric Erhardt <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery.Dns/Microsoft.Extensions.ServiceDiscovery.Dns.csproj

Co-authored-by: Reuben Bond <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery/Microsoft.Extensions.ServiceDiscovery.csproj

Co-authored-by: Reuben Bond <[email protected]>

* Fix package icons.

Use base arcade icon for ServiceDiscovery packages.
Use the default Aspire icon for Aspire Hosting packages.

---------

Co-authored-by: David Fowler <[email protected]>
Co-authored-by: Eric Erhardt <[email protected]>
Co-authored-by: Reuben Bond <[email protected]>
* Forward port package changes from release branch.

* Remove unused dotnet-icon.

---------

Co-authored-by: Eric Erhardt <[email protected]>
When PublishTrimmed=true in an app that uses ServiceDiscovery, we get a warning that says:

_ILLink : warning IL2105: Microsoft.Extensions.ServiceDiscovery.Abstractions.ServiceEndPointCollection: Type 'ServiceEndPointCollectionDebuggerView' was not found in the caller assembly nor in the base library. Type name strings used for dynamically accessing a type should be assembly qualified._

Fix this warning by using `typeof` instead of `nameof`.
* READMEs for Service Discovery

* Update src/Microsoft.Extensions.ServiceDiscovery.Abstractions/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery.Dns/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery.Dns/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery.Dns/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery.Dns/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery/README.md

Co-authored-by: David Pine <[email protected]>

* Update src/Microsoft.Extensions.ServiceDiscovery/README.md

Co-authored-by: David Pine <[email protected]>

---------

Co-authored-by: David Pine <[email protected]>
Merging internal commits from release/8.0-preview1
…view1-to-main

[automated] Merge branch 'release/8.0-preview1' => 'main'
…880)

* Service Discovery: fix shutdown blocking indefinitely in some cases

* Update src/Microsoft.Extensions.ServiceDiscovery/Http/HttpServiceEndPointResolver.cs

Co-authored-by: Eric Erhardt <[email protected]>

* Review feedback

---------

Co-authored-by: Eric Erhardt <[email protected]>
This was referenced Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.