Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .NET Aspire #4

Merged
merged 2 commits into from
Dec 21, 2023
Merged

Add .NET Aspire #4

merged 2 commits into from
Dec 21, 2023

Commits on Dec 20, 2023

  1. Update projects to .NET 8

    Sneed, Anthony committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4e59bd6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Add Aspire with Dapr support to reference architecture solution

    - Add AppHost and ServiceDefaults projects
    - Add Aspire.Hosting.Dapr package to AppHost
    - Reference Customer and Order from AppHost
    - Reference ServiceDefaults project from Customer and Order
    - Call builder.AddServiceDefaults() from Program in Customer and Order
    - Switch to MongoEventCache in Order
    - Add appsettings.Specs.json to Customer and Order
    - Add specs profile to AppHost launchSettings.json
    - Remove tye.yaml files
    - Update ReadMe.md, DevelopmentGuide.md
    Sneed, Anthony committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b5a843d View commit details
    Browse the repository at this point in the history