Skip to content

Remove Hosting and Abstractions projects and related code#262

Merged
snovak7 merged 1 commit intomainfrom
261-remove-hosting-and-abstractions-projects
May 4, 2026
Merged

Remove Hosting and Abstractions projects and related code#262
snovak7 merged 1 commit intomainfrom
261-remove-hosting-and-abstractions-projects

Conversation

@snovak7
Copy link
Copy Markdown
Contributor

@snovak7 snovak7 commented May 4, 2026

Closes #261

Summary by Sourcery

Remove deprecated Hosting and Abstractions projects from the solution and codebase.

Enhancements:

  • Clean up solution by deleting the Abstractions and Hosting projects and their source files.

Chores:

  • Remove obsolete public API listings, assembly metadata, and documentation associated with the deleted Hosting and Abstractions projects.

Summary by CodeRabbit

  • Revert
    • Removed Orleans distributed application framework integration.
    • Removed Temporal workflow orchestration support.
    • Removed ADO.NET data persistence integration.
    • Removed NATS messaging integration.
    • Removed service defaults and configuration helpers.
    • Removed associated documentation.

@snovak7 snovak7 self-assigned this May 4, 2026
@snovak7 snovak7 added maintenance Upkeep and tech debt reduction major Breaking Changes labels May 4, 2026
@snovak7 snovak7 linked an issue May 4, 2026 that may be closed by this pull request
@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented May 4, 2026

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 4, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 490d20a9-018c-4058-b5af-c516dd4e57e6

📥 Commits

Reviewing files that changed from the base of the PR and between 83eaa76 and 6f86eb1.

📒 Files selected for processing (24)
  • Solution.slnx
  • src/Abstractions/Constants.cs
  • src/Abstractions/Escendit.Extensions.Hosting.Abstractions.csproj
  • src/Abstractions/Properties/AssemblyInfo.cs
  • src/Abstractions/PublicAPI.Shipped.txt
  • src/Abstractions/PublicAPI.Unshipped.txt
  • src/Abstractions/README.md
  • src/Abstractions/TemporalOptions.cs
  • src/Abstractions/packages.lock.json
  • src/Hosting/Escendit.Extensions.Hosting.csproj
  • src/Hosting/Exceptions/ConfigurationMissingException.cs
  • src/Hosting/HostApplicationBuilderExtensions.AdoNet.cs
  • src/Hosting/HostApplicationBuilderExtensions.Nats.cs
  • src/Hosting/HostApplicationBuilderExtensions.Orleans.cs
  • src/Hosting/HostApplicationBuilderExtensions.Secrets.cs
  • src/Hosting/HostApplicationBuilderExtensions.ServiceDefaults.cs
  • src/Hosting/HostApplicationBuilderExtensions.Shared.cs
  • src/Hosting/HostApplicationBuilderExtensions.Temporal.cs
  • src/Hosting/Properties/AssemblyInfo.cs
  • src/Hosting/PublicAPI.Shipped.txt
  • src/Hosting/PublicAPI.Unshipped.txt
  • src/Hosting/README.md
  • src/Hosting/Validators/TemporalOptionsValidator.cs
  • src/Hosting/packages.lock.json
💤 Files with no reviewable changes (23)
  • src/Hosting/PublicAPI.Shipped.txt
  • src/Abstractions/PublicAPI.Shipped.txt
  • src/Abstractions/Properties/AssemblyInfo.cs
  • src/Abstractions/Constants.cs
  • src/Hosting/HostApplicationBuilderExtensions.Temporal.cs
  • src/Hosting/Validators/TemporalOptionsValidator.cs
  • src/Abstractions/Escendit.Extensions.Hosting.Abstractions.csproj
  • src/Hosting/Properties/AssemblyInfo.cs
  • src/Hosting/README.md
  • src/Hosting/HostApplicationBuilderExtensions.ServiceDefaults.cs
  • src/Hosting/HostApplicationBuilderExtensions.Orleans.cs
  • src/Hosting/Escendit.Extensions.Hosting.csproj
  • src/Hosting/PublicAPI.Unshipped.txt
  • src/Abstractions/packages.lock.json
  • src/Abstractions/README.md
  • src/Hosting/Exceptions/ConfigurationMissingException.cs
  • src/Abstractions/PublicAPI.Unshipped.txt
  • src/Abstractions/TemporalOptions.cs
  • src/Hosting/HostApplicationBuilderExtensions.Secrets.cs
  • src/Hosting/HostApplicationBuilderExtensions.AdoNet.cs
  • src/Hosting/HostApplicationBuilderExtensions.Shared.cs
  • src/Hosting/packages.lock.json
  • src/Hosting/HostApplicationBuilderExtensions.Nats.cs

Walkthrough

This PR removes the entire src/Abstractions and src/Hosting project folders from the solution, including their source files, project configurations, build metadata, and dependencies. The Solution.slnx is updated to reflect these project removals.

Changes

Abstractions and Hosting Project Removal

Layer / File(s) Summary
Solution & Project Configuration
Solution.slnx, src/Abstractions/Escendit.Extensions.Hosting.Abstractions.csproj, src/Hosting/Escendit.Extensions.Hosting.csproj
Solution file is updated to remove references to the Abstractions and Hosting projects. Project .csproj files are deleted, eliminating SDK declarations, NuGet package references, and PublicAPI metadata configurations.
Public API & Core Implementations
src/Abstractions/Constants.cs, src/Abstractions/TemporalOptions.cs, src/Hosting/Exceptions/ConfigurationMissingException.cs, src/Hosting/HostApplicationBuilderExtensions.*.cs, src/Hosting/Validators/TemporalOptionsValidator.cs
Core public APIs are removed: Constants.Runtime.Server (Name, Source), TemporalOptions record, ConfigurationMissingException, and all HostApplicationBuilderExtensions partial classes covering ADO.NET clustering/persistence/reminders, Orleans runtime, NATS streaming, Secrets, ServiceDefaults, Temporal integration, and shared configuration helpers.
Configuration & Metadata
src/Abstractions/Properties/AssemblyInfo.cs, src/Abstractions/PublicAPI.*.txt, src/Abstractions/README.md, src/Hosting/Properties/AssemblyInfo.cs, src/Hosting/PublicAPI.*.txt, src/Hosting/README.md
Assembly-level attributes (CLSCompliant, ComVisible) are removed. PublicAPI shipped/unshipped files are deleted, eliminating tracked public surface declarations. Package documentation (README.md) is removed.
Dependency Management
src/Abstractions/packages.lock.json, src/Hosting/packages.lock.json
NuGet lock files are deleted, removing pinned dependency versions and metadata for both projects.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

Suggested labels

enhancement

Suggested reviewers

  • sourcery-ai

Poem

🐰 Two folders take their final bow,
Abstractions and Hosting, till now,
Constants and options fade away,
Extensions removed—a cleaner day!
The solution simplifies with pride,
Leaving only what's inside. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately describes the main objective—removing Hosting and Abstractions projects and related code—matching the extensive deletions documented in the changeset.
Linked Issues check ✅ Passed The PR successfully addresses issue #261's objective to remove the Hosting and Abstractions packages, deleting all associated project files, code, and configuration artifacts.
Out of Scope Changes check ✅ Passed All changes are directly related to removing the Hosting and Abstractions projects; no unrelated or out-of-scope modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 261-remove-hosting-and-abstractions-projects

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 60 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

@snovak7 snovak7 merged commit 0217221 into main May 4, 2026
6 checks passed
@snovak7 snovak7 deleted the 261-remove-hosting-and-abstractions-projects branch May 4, 2026 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Upkeep and tech debt reduction major Breaking Changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Hosting and Abstractions projects

1 participant